Guest User

Untitled

a guest
Feb 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. public class com.linkedin.norbert.network.netty.NetworkServerConfig extends java.lang.Object implements scala.ScalaObject{
  2. private int requestThreadKeepAliveTimeSecs;
  3. private int requestThreadMaxPoolSize;
  4. private int requestThreadCorePoolSize;
  5. private int zooKeeperSessionTimeoutMillis;
  6. private java.lang.String zooKeeperConnectString;
  7. private java.lang.String serviceName;
  8. private com.linkedin.norbert.cluster.ClusterClient clusterClient;
  9. public com.linkedin.norbert.network.netty.NetworkServerConfig();
  10. public void requestThreadKeepAliveTimeSecs_$eq(int);
  11. public int requestThreadKeepAliveTimeSecs();
  12. public void requestThreadMaxPoolSize_$eq(int);
  13. public int requestThreadMaxPoolSize();
  14. public void requestThreadCorePoolSize_$eq(int);
  15. public int requestThreadCorePoolSize();
  16. public void zooKeeperSessionTimeoutMillis_$eq(int);
  17. public int zooKeeperSessionTimeoutMillis();
  18. public void zooKeeperConnectString_$eq(java.lang.String);
  19. public java.lang.String zooKeeperConnectString();
  20. public void serviceName_$eq(java.lang.String);
  21. public java.lang.String serviceName();
  22. public void clusterClient_$eq(com.linkedin.norbert.cluster.ClusterClient);
  23. public com.linkedin.norbert.cluster.ClusterClient clusterClient();
  24. public int $tag() throws java.rmi.RemoteException;
  25. }
Add Comment
Please, Sign In to add comment