Interface InternalGridServiceAgents
- All Superinterfaces:
AdminAware,DumpProvider,GridServiceAgents,Iterable<GridServiceAgent>
- All Known Implementing Classes:
DefaultGridServiceAgents
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddGridServiceAgent(InternalGridServiceAgent gridServiceAgent) Methods inherited from interface org.openspaces.admin.AdminAware
getAdminMethods inherited from interface org.openspaces.admin.dump.DumpProvider
generateDump, generateDumpMethods inherited from interface org.openspaces.admin.gsa.GridServiceAgents
addLifecycleListener, getAgentByUID, getAgents, getGridServiceAgentAdded, getGridServiceAgentRemoved, getHostAddress, getHostNames, getSize, getUids, isEmpty, removeLifecycleListener, waitFor, waitFor, waitForAtLeastOne, waitForAtLeastOneMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
addGridServiceAgent
-
removeGridServiceAgent
-
getAgentsGroupByReservationId
Map<GSAReservationId,Collection<GridServiceAgent>> getAgentsGroupByReservationId()- Returns:
- all agents indexed by their reservationId
- Since:
- 9.1.1
-