public class NettyFabricClientConfig
extends Object
implements Serializable
Constructor and Description |
---|
NettyFabricClientConfig(String id,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
int |
getEventLoopGroupThreadCount() |
int |
getExecutionGroupThreadCount() |
int |
getExecutionTimeout() |
CompressionLevel |
getFileServerFolderCompressionLevel() |
int |
getFileServerGroupThreadCount() |
String |
getNettyFabricServerHost() |
int |
getNettyFabricServerPort() |
int |
getReconnectCount() |
long |
getReconnectInterval() |
long |
getRepositoryGetFileTimeout() |
Path |
getRepositoryPath() |
int |
getRPCGroupThreadCount() |
long |
getShutdownQuietPeriod() |
long |
getShutdownTimeout() |
String |
toString() |
public NettyFabricClientConfig(String id, Properties properties)
public int getEventLoopGroupThreadCount()
public int getExecutionGroupThreadCount()
public int getExecutionTimeout()
public CompressionLevel getFileServerFolderCompressionLevel()
public int getFileServerGroupThreadCount()
public String getNettyFabricServerHost()
public int getNettyFabricServerPort()
public int getReconnectCount()
public long getReconnectInterval()
public long getRepositoryGetFileTimeout()
public Path getRepositoryPath()
public int getRPCGroupThreadCount()
public long getShutdownQuietPeriod()
public long getShutdownTimeout()
public String toString()
toString
in class Object