Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.fabric.agent.FabricAgent

Packages that use FabricAgent
com.liferay.portal.fabric   
com.liferay.portal.fabric.agent   
com.liferay.portal.fabric.agent.selectors   
com.liferay.portal.fabric.local.agent   
com.liferay.portal.fabric.netty.agent   
com.liferay.portal.fabric.netty.handlers   
 

Uses of FabricAgent in com.liferay.portal.fabric
 

Methods in com.liferay.portal.fabric that return FabricAgent
protected  FabricAgent FabricProcessExecutor.getFabricAgent(ProcessCallable<?> processCallable)
           
 

Uses of FabricAgent in com.liferay.portal.fabric.agent
 

Methods in com.liferay.portal.fabric.agent that return FabricAgent
 FabricAgent FabricAgentRegistry.getDefaultFabricAgent()
           
 

Methods in com.liferay.portal.fabric.agent that return types with arguments of type FabricAgent
 List<FabricAgent> FabricAgentRegistry.getFabricAgents()
           
 

Methods in com.liferay.portal.fabric.agent with parameters of type FabricAgent
 void PortalClassPathWarmupFabricAgentListener.registered(FabricAgent fabricAgent)
           
 void FabricAgentListener.registered(FabricAgent fabricAgent)
           
 boolean FabricAgentRegistry.registerFabricAgent(FabricAgent fabricAgent, Runnable runnable)
           
 void PortalClassPathWarmupFabricAgentListener.unregistered(FabricAgent fabricAgent)
           
 void FabricAgentListener.unregistered(FabricAgent fabricAgent)
           
 boolean FabricAgentRegistry.unregisterFabricAgent(FabricAgent fabricAgent, Runnable runnable)
           
 

Constructors in com.liferay.portal.fabric.agent with parameters of type FabricAgent
FabricAgentRegistry(FabricAgent defaultFabricAgent)
           
 

Uses of FabricAgent in com.liferay.portal.fabric.agent.selectors
 

Methods in com.liferay.portal.fabric.agent.selectors that return types with arguments of type FabricAgent
 Collection<FabricAgent> SystemPropertiesFilterFabricAgentSelector.select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 Collection<FabricAgent> MinSystemCPULoadFabricAgentSelector.select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 Collection<FabricAgent> FabricAgentSelector.select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 Collection<FabricAgent> MaxFreePhysicalMemoryFabricAgentSelector.select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 

Method parameters in com.liferay.portal.fabric.agent.selectors with type arguments of type FabricAgent
 Collection<FabricAgent> SystemPropertiesFilterFabricAgentSelector.select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 Collection<FabricAgent> MinSystemCPULoadFabricAgentSelector.select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 Collection<FabricAgent> FabricAgentSelector.select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 Collection<FabricAgent> MaxFreePhysicalMemoryFabricAgentSelector.select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 

Uses of FabricAgent in com.liferay.portal.fabric.local.agent
 

Classes in com.liferay.portal.fabric.local.agent that implement FabricAgent
 class LocalFabricAgent
           
 

Uses of FabricAgent in com.liferay.portal.fabric.netty.agent
 

Classes in com.liferay.portal.fabric.netty.agent that implement FabricAgent
 class NettyFabricAgentStub
           
 

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

Constructors in com.liferay.portal.fabric.netty.handlers with parameters of type FabricAgent
NettyFabricWorkerExecutionChannelHandler(Repository<io.netty.channel.Channel> repository, FabricAgent fabricAgent, long executionTimeout)
           
 


Liferay 7.0-ce-b4