Package org.terracotta.angela.agent.com
Class LocalAgentGroup
- java.lang.Object
-
- org.terracotta.angela.agent.com.AgentGroup
-
- org.terracotta.angela.agent.com.LocalAgentGroup
-
- All Implemented Interfaces:
Serializable
public class LocalAgentGroup extends AgentGroup
- Author:
- Mathieu Carbou
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<AgentID>getAllAgents()A combination of all Ignite agent launched for both remoting (remote agent) or for running client jobs, plus the orchestrator-
Methods inherited from class org.terracotta.angela.agent.com.AgentGroup
contains, forEach, getClientAgents, getId, getLocalAgentID, getPeerAddresses, getRemoteAgentIDs, getSpawnedAgents, isEmpty, size, stream, toString
-
-
-
-
Method Detail
-
getAllAgents
public Collection<AgentID> getAllAgents()
Description copied from class:AgentGroupA combination of all Ignite agent launched for both remoting (remote agent) or for running client jobs, plus the orchestrator- Specified by:
getAllAgentsin classAgentGroup
-
-