public class AgentGroup extends Object implements Serializable
| Constructor and Description |
|---|
AgentGroup(UUID id,
Map<AgentID,Map<String,String>> peers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(AgentID agentID) |
void |
forEach(Consumer<? super AgentID> action) |
UUID |
getId() |
Collection<String> |
getPeerAddresses() |
Collection<AgentID> |
getPeers()
A combination of all Ignite agent launched for both remoting (remote agent) or for running client jobs
|
boolean |
isEmpty() |
Stream<AgentID> |
remoteAgentIDs()
Only the Ignite nodes started remotely, once per hostname.
|
int |
size() |
Stream<AgentID> |
spawnedAgentIDs()
Only the Ignite nodes spawned
|
Stream<AgentID> |
stream() |
String |
toString() |
public UUID getId()
public Collection<AgentID> getPeers()
public Stream<AgentID> remoteAgentIDs()
public Collection<String> getPeerAddresses()
public int size()
public boolean isEmpty()
public boolean contains(AgentID agentID)
Copyright © 2022. All rights reserved.