Liferay 7.0-ga1 portal-impl

com.liferay.portal.fabric.netty.server
Class NettyFabricServerConfig

java.lang.Object
  extended by com.liferay.portal.fabric.netty.server.NettyFabricServerConfig
All Implemented Interfaces:
Serializable

public class NettyFabricServerConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NettyFabricServerConfig()
           
 
Method Summary
 int getBossGroupThreadCount()
           
 CompressionLevel getFileServerFolderCompressionLevel()
           
 int getFileServerGroupThreadCount()
           
 String getNettyFabricServerHost()
           
 int getNettyFabricServerPort()
           
 int getRegistrationGroupThreadCount()
           
 long getRepositoryGetFileTimeout()
           
 java.nio.file.Path getRepositoryParentPath()
           
 int getRPCGroupThreadCount()
           
 long getRPCRelayTimeout()
           
 long getShutdownQuietPeriod()
           
 long getShutdownTimeout()
           
 int getWorkerGroupThreadCount()
           
 long getWorkerStartupTimeout()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NettyFabricServerConfig

public NettyFabricServerConfig()
Method Detail

getBossGroupThreadCount

public int getBossGroupThreadCount()

getFileServerFolderCompressionLevel

public CompressionLevel getFileServerFolderCompressionLevel()

getFileServerGroupThreadCount

public int getFileServerGroupThreadCount()

getNettyFabricServerHost

public String getNettyFabricServerHost()

getNettyFabricServerPort

public int getNettyFabricServerPort()

getRegistrationGroupThreadCount

public int getRegistrationGroupThreadCount()

getRepositoryGetFileTimeout

public long getRepositoryGetFileTimeout()

getRepositoryParentPath

public java.nio.file.Path getRepositoryParentPath()

getRPCGroupThreadCount

public int getRPCGroupThreadCount()

getRPCRelayTimeout

public long getRPCRelayTimeout()

getShutdownQuietPeriod

public long getShutdownQuietPeriod()

getShutdownTimeout

public long getShutdownTimeout()

getWorkerGroupThreadCount

public int getWorkerGroupThreadCount()

getWorkerStartupTimeout

public long getWorkerStartupTimeout()

toString

public String toString()
Overrides:
toString in class Object

Liferay 7.0-ga1 portal-impl