Liferay 7.0-ce-b4

com.liferay.portal.fabric.agent.selectors
Interface FabricAgentSelector

All Known Implementing Classes:
MaxFreePhysicalMemoryFabricAgentSelector, MinSystemCPULoadFabricAgentSelector, ProcessCallableAssignmentFabricAgentSelector, SystemPropertiesFilterFabricAgentSelector

public interface FabricAgentSelector


Method Summary
 Collection<FabricAgent> select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 

Method Detail

select

Collection<FabricAgent> select(Collection<FabricAgent> fabricAgents,
                               ProcessCallable<?> processCallable)

Liferay 7.0-ce-b4