Uses of Interface
org.openspaces.admin.gsm.GridServiceManager
Packages that use GridServiceManager
Package
Description
Support for managing of Grid Service Agent(s) through the Admin API.
Support for managing of Grid Service Manager(s) through the Admin API.
Support for managing of Elastic Service Manager events through the Admin API.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Support for managing of Processing Unit(s) through the Admin API.
Support for managing of Processing Unit events through the Admin API.
Support for managing of Virtual Machine(s) through the Admin API.
-
Uses of GridServiceManager in org.openspaces.admin.application.deploy
Methods in org.openspaces.admin.application.deploy that return GridServiceManagerModifier and TypeMethodDescriptionprotected GridServiceManagerAbstractApplicationCommand.waitForGridServiceManager() -
Uses of GridServiceManager in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa that return GridServiceManagerModifier and TypeMethodDescriptionGridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options) Starts aGridServiceManagerbased on the provided options and waits indefinitely until it is discovered by the admin, which is then returned.GridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options, long timeout, TimeUnit timeUnit) Starts aGridServiceManagerbased on the provided options and waits for the given timeout (in time unit) until it is discovered by the admin, which is then returned. -
Uses of GridServiceManager in org.openspaces.admin.gsm
Methods in org.openspaces.admin.gsm that return GridServiceManagerModifier and TypeMethodDescriptionGridServiceManagers.getManagerByUID(String uid) Returns a manager based on its uid.GridServiceManagers.getManagers()Returns all the currently discovered managers.GridServiceManagers.waitForActiveManager()GridServiceManagers.waitForActiveManager(long timeout, TimeUnit timeUnit) GridServiceManagers.waitForAtLeastOne()Waits indefinitely till at least one GSM is discovered and returns it.GridServiceManagers.waitForAtLeastOne(long timeout, TimeUnit timeUnit) Waits for the given timeout (in time unit) till at least one GSM is discovered and returns it.Methods in org.openspaces.admin.gsm that return types with arguments of type GridServiceManagerModifier and TypeMethodDescriptionGridServiceManagers.getUids()Returns a map of grid service manager with the key as the uid. -
Uses of GridServiceManager in org.openspaces.admin.gsm.events
Methods in org.openspaces.admin.gsm.events with parameters of type GridServiceManagerModifier and TypeMethodDescriptionvoidGridServiceManagerAddedEventListener.gridServiceManagerAdded(GridServiceManager gridServiceManager) Called when a grid service manager is added.voidGridServiceManagerRemovedEventListener.gridServiceManagerRemoved(GridServiceManager gridServiceManager) Called when a grid service manager is removed. -
Uses of GridServiceManager in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa that return GridServiceManagerModifier and TypeMethodDescriptionDefaultGridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options) DefaultGridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options, long timeout, TimeUnit timeUnit) -
Uses of GridServiceManager in org.openspaces.admin.internal.gsm
Subinterfaces of GridServiceManager in org.openspaces.admin.internal.gsmClasses in org.openspaces.admin.internal.gsm that implement GridServiceManagerMethods in org.openspaces.admin.internal.gsm that return GridServiceManagerModifier and TypeMethodDescriptionDefaultGridServiceManagers.getManagerByUID(String uid) DefaultGridServiceManagers.getManagers()DefaultGridServiceManagers.getManagersNonFiltered()InternalGridServiceManagers.getManagersNonFiltered()DefaultGridServiceManagers.waitForActiveManager()DefaultGridServiceManagers.waitForActiveManager(long timeout, TimeUnit timeUnit) DefaultGridServiceManagers.waitForAtLeastOne()DefaultGridServiceManagers.waitForAtLeastOne(long timeout, TimeUnit timeUnit) Methods in org.openspaces.admin.internal.gsm that return types with arguments of type GridServiceManager -
Uses of GridServiceManager in org.openspaces.admin.internal.gsm.events
Methods in org.openspaces.admin.internal.gsm.events with parameters of type GridServiceManagerModifier and TypeMethodDescriptionvoidClosureGridServiceManagerAddedEventListener.gridServiceManagerAdded(GridServiceManager gridServiceManager) voidDefaultGridServiceManagerAddedEventManager.gridServiceManagerAdded(GridServiceManager gridServiceManager) voidClosureGridServiceManagerRemovedEventListener.gridServiceManagerRemoved(GridServiceManager gridServiceManager) voidDefaultGridServiceManagerRemovedEventManager.gridServiceManagerRemoved(GridServiceManager GridServiceManager) -
Uses of GridServiceManager in org.openspaces.admin.internal.pu
Methods in org.openspaces.admin.internal.pu that return GridServiceManagerModifier and TypeMethodDescriptionDefaultProcessingUnit.getBackupGridServiceManager(String gridServiceManagerUID) DefaultProcessingUnit.getBackupGridServiceManagers()DefaultProcessingUnit.getManagingGridServiceManager()DefaultProcessingUnit.waitForManaged()DefaultProcessingUnit.waitForManaged(long timeout, TimeUnit timeUnit) Methods in org.openspaces.admin.internal.pu with parameters of type GridServiceManagerModifier and TypeMethodDescriptionvoidDefaultProcessingUnit.addBackupGridServiceManager(GridServiceManager backupGridServiceManager) voidInternalProcessingUnit.addBackupGridServiceManager(GridServiceManager backupGridServiceManager) voidDefaultProcessingUnit.addManagingGridServiceManager(GridServiceManager gridServiceManager) voidInternalProcessingUnit.addManagingGridServiceManager(GridServiceManager gridServiceManager) voidDefaultProcessingUnit.setManagingGridServiceManager(GridServiceManager gridServiceManager) voidInternalProcessingUnit.setManagingGridServiceManager(GridServiceManager gridServiceManager) -
Uses of GridServiceManager in org.openspaces.admin.internal.vm
Methods in org.openspaces.admin.internal.vm that return GridServiceManager -
Uses of GridServiceManager in org.openspaces.admin.pu
Methods in org.openspaces.admin.pu that return GridServiceManagerModifier and TypeMethodDescriptionProcessingUnit.getBackupGridServiceManager(String gridServiceManagerUID) ProcessingUnit.getBackupGridServiceManagers()ProcessingUnit.getManagingGridServiceManager()ProcessingUnit.waitForManaged()Waits till there is a managingGridServiceManagerfor the processing unit.ProcessingUnit.waitForManaged(long timeout, TimeUnit timeUnit) Waits till there is a managingGridServiceManagerfor the processing unit for the specified timeout. -
Uses of GridServiceManager in org.openspaces.admin.pu.events
Methods in org.openspaces.admin.pu.events that return GridServiceManagerModifier and TypeMethodDescriptionBackupGridServiceManagerChangedEvent.getGridServiceManager()Returns the backup GSM that was either added or removed for the given Processing Unit.ManagingGridServiceManagerChangedEvent.getNewGridServiceManager()Returns the new GSM that is associated with the processing unit.ManagingGridServiceManagerChangedEvent.getPreviousGridServiceManager()Returns the previous GSM that is associated with the processing unit.Constructors in org.openspaces.admin.pu.events with parameters of type GridServiceManagerModifierConstructorDescriptionBackupGridServiceManagerChangedEvent(ProcessingUnit processingUnit, BackupGridServiceManagerChangedEvent.Type type, GridServiceManager gridServiceManager) ManagingGridServiceManagerChangedEvent(ProcessingUnit processingUnit, GridServiceManager newGridServiceManager, GridServiceManager previousGridServiceManager) -
Uses of GridServiceManager in org.openspaces.admin.samples
Methods in org.openspaces.admin.samples with parameters of type GridServiceManagerModifier and TypeMethodDescriptionvoidTestEventSampler.gridServiceManagerAdded(GridServiceManager gridServiceManager) voidTestEventSampler.gridServiceManagerRemoved(GridServiceManager gridServiceManager) -
Uses of GridServiceManager in org.openspaces.admin.vm
Methods in org.openspaces.admin.vm that return GridServiceManagerModifier and TypeMethodDescriptionVirtualMachine.getGridServiceManager()Returns the grid service manager started within this virtual machine.