Liferay 7.0-ce-b4

com.liferay.portal.fabric.agent.selectors
Class MaxFreePhysicalMemoryFabricAgentSelector

java.lang.Object
  extended by com.liferay.portal.fabric.agent.selectors.MaxFreePhysicalMemoryFabricAgentSelector
All Implemented Interfaces:
FabricAgentSelector

public class MaxFreePhysicalMemoryFabricAgentSelector
extends Object
implements FabricAgentSelector


Constructor Summary
MaxFreePhysicalMemoryFabricAgentSelector()
           
 
Method Summary
 Collection<FabricAgent> select(Collection<FabricAgent> fabricAgents, ProcessCallable<?> processCallable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxFreePhysicalMemoryFabricAgentSelector

public MaxFreePhysicalMemoryFabricAgentSelector()
Method Detail

select

public Collection<FabricAgent> select(Collection<FabricAgent> fabricAgents,
                                      ProcessCallable<?> processCallable)
Specified by:
select in interface FabricAgentSelector

Liferay 7.0-ce-b4