Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.client
Class NettyFabricClientConfig

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

public class NettyFabricClientConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NettyFabricClientConfig(String id, Properties properties)
           
 
Method Summary
 int getEventLoopGroupThreadCount()
           
 int getExecutionGroupThreadCount()
           
 int getExecutionTimeout()
           
 CompressionLevel getFileServerFolderCompressionLevel()
           
 int getFileServerGroupThreadCount()
           
 String getNettyFabricServerHost()
           
 int getNettyFabricServerPort()
           
 int getReconnectCount()
           
 long getReconnectInterval()
           
 long getRepositoryGetFileTimeout()
           
 java.nio.file.Path getRepositoryPath()
           
 int getRPCGroupThreadCount()
           
 long getShutdownQuietPeriod()
           
 long getShutdownTimeout()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NettyFabricClientConfig

public NettyFabricClientConfig(String id,
                               Properties properties)
Method Detail

getEventLoopGroupThreadCount

public int getEventLoopGroupThreadCount()

getExecutionGroupThreadCount

public int getExecutionGroupThreadCount()

getExecutionTimeout

public int getExecutionTimeout()

getFileServerFolderCompressionLevel

public CompressionLevel getFileServerFolderCompressionLevel()

getFileServerGroupThreadCount

public int getFileServerGroupThreadCount()

getNettyFabricServerHost

public String getNettyFabricServerHost()

getNettyFabricServerPort

public int getNettyFabricServerPort()

getReconnectCount

public int getReconnectCount()

getReconnectInterval

public long getReconnectInterval()

getRepositoryGetFileTimeout

public long getRepositoryGetFileTimeout()

getRepositoryPath

public java.nio.file.Path getRepositoryPath()

getRPCGroupThreadCount

public int getRPCGroupThreadCount()

getShutdownQuietPeriod

public long getShutdownQuietPeriod()

getShutdownTimeout

public long getShutdownTimeout()

toString

public String toString()
Overrides:
toString in class Object

Liferay 7.0-ce-b4