Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.fabric.agent.FabricAgentRegistry

Packages that use FabricAgentRegistry
com.liferay.portal.fabric   
com.liferay.portal.fabric.netty.handlers   
com.liferay.portal.fabric.netty.server   
 

Uses of FabricAgentRegistry in com.liferay.portal.fabric
 

Methods in com.liferay.portal.fabric with parameters of type FabricAgentRegistry
static ProcessExecutor FabricProcessExecutorFactory.createFabricProcessExecutor(FabricAgentRegistry fabricAgentRegistry, ProcessExecutor processExecutor)
           
 

Constructors in com.liferay.portal.fabric with parameters of type FabricAgentRegistry
FabricProcessExecutor(FabricAgentRegistry fabricAgentRegistry, FabricAgentSelector fabricAgentSelector)
           
 

Uses of FabricAgentRegistry in com.liferay.portal.fabric.netty.handlers
 

Constructors in com.liferay.portal.fabric.netty.handlers with parameters of type FabricAgentRegistry
NettyFabricAgentRegistrationChannelHandler(FabricAgentRegistry fabricAgentRegistry, java.nio.file.Path repositoryParentPath, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, long getFileTimeout, long rpcRelayTimeout, long startupTimeout)
           
 

Uses of FabricAgentRegistry in com.liferay.portal.fabric.netty.server
 

Constructors in com.liferay.portal.fabric.netty.server with parameters of type FabricAgentRegistry
NettyFabricServer(FabricAgentRegistry fabricAgentRegistry, NettyFabricServerConfig nettyFabricServerConfig)
           
 


Liferay 7.0-ce-b4