public class NettyFabricServerConfig
extends Object
implements Serializable
Constructor and Description |
---|
NettyFabricServerConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getBossGroupThreadCount() |
CompressionLevel |
getFileServerFolderCompressionLevel() |
int |
getFileServerGroupThreadCount() |
String |
getNettyFabricServerHost() |
int |
getNettyFabricServerPort() |
int |
getRegistrationGroupThreadCount() |
long |
getRepositoryGetFileTimeout() |
Path |
getRepositoryParentPath() |
int |
getRPCGroupThreadCount() |
long |
getRPCRelayTimeout() |
long |
getShutdownQuietPeriod() |
long |
getShutdownTimeout() |
int |
getWorkerGroupThreadCount() |
long |
getWorkerStartupTimeout() |
String |
toString() |
public int getBossGroupThreadCount()
public CompressionLevel getFileServerFolderCompressionLevel()
public int getFileServerGroupThreadCount()
public String getNettyFabricServerHost()
public int getNettyFabricServerPort()
public int getRegistrationGroupThreadCount()
public long getRepositoryGetFileTimeout()
public Path getRepositoryParentPath()
public int getRPCGroupThreadCount()
public long getRPCRelayTimeout()
public long getShutdownQuietPeriod()
public long getShutdownTimeout()
public int getWorkerGroupThreadCount()
public long getWorkerStartupTimeout()
public String toString()
toString
in class Object