|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridServiceContainer | |
---|---|
org.openspaces.admin.gsa | Support for managing of Grid Service Agent(s) through the Admin API. |
org.openspaces.admin.gsc | Support for managing of Grid Service Container(s) through the Admin API. |
org.openspaces.admin.gsc.events | Support for managing of Grid Service Container events through the Admin API. |
org.openspaces.admin.pu | Support for managing of Processing Unit(s) through the Admin API. |
org.openspaces.admin.samples | |
org.openspaces.admin.vm | Support for managing of Virtual Machine(s) through the Admin API. |
Uses of GridServiceContainer in org.openspaces.admin.gsa |
---|
Methods in org.openspaces.admin.gsa that return GridServiceContainer | |
---|---|
GridServiceContainer |
GridServiceAgent.startGridServiceAndWait(GridServiceContainerOptions options)
Starts a GridServiceContainer based on the provided options and waits
indefinitely until it is discovered by the admin, which is then returned. |
GridServiceContainer |
GridServiceAgent.startGridServiceAndWait(GridServiceContainerOptions options,
long timeout,
TimeUnit timeUnit)
Starts a GridServiceContainer based 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 GridServiceContainer in org.openspaces.admin.gsc |
---|
Methods in org.openspaces.admin.gsc that return GridServiceContainer | |
---|---|
GridServiceContainer |
GridServiceContainers.getContainerByUID(String uid)
Returns a container based on its uid. |
GridServiceContainer[] |
GridServiceContainers.getContainers()
Returns all the currently discovered containers. |
Methods in org.openspaces.admin.gsc that return types with arguments of type GridServiceContainer | |
---|---|
Map<String,GridServiceContainer> |
GridServiceContainers.getUids()
Returns a map of grid service container with the key as the uid. |
Uses of GridServiceContainer in org.openspaces.admin.gsc.events |
---|
Methods in org.openspaces.admin.gsc.events with parameters of type GridServiceContainer | |
---|---|
void |
GridServiceContainerAddedEventListener.gridServiceContainerAdded(GridServiceContainer gridServiceContainer)
Called when a grid service container is added. |
void |
GridServiceContainerRemovedEventListener.gridServiceContainerRemoved(GridServiceContainer gridServiceContainer)
Called when a grid service container is removed. |
Uses of GridServiceContainer in org.openspaces.admin.pu |
---|
Methods in org.openspaces.admin.pu that return GridServiceContainer | |
---|---|
GridServiceContainer |
ProcessingUnitInstance.getGridServiceContainer()
Returns the GridServiceContainer the processing unit is running on. |
Methods in org.openspaces.admin.pu with parameters of type GridServiceContainer | |
---|---|
void |
ProcessingUnitInstance.relocate(GridServiceContainer gridServiceContainerToRelocateTo)
Relocates the instance to the provided GridServiceContainer . |
ProcessingUnitInstance |
ProcessingUnitInstance.relocateAnsWait(GridServiceContainer gridServiceContainerToRelocateTo)
Relocates the instance to the provided GridServiceContainer . |
ProcessingUnitInstance |
ProcessingUnitInstance.relocateAnsWait(GridServiceContainer gridServiceContainerToRelocateTo,
long timeout,
TimeUnit timeUnit)
Relocates the instance to the provided GridServiceContainer . |
Uses of GridServiceContainer in org.openspaces.admin.samples |
---|
Methods in org.openspaces.admin.samples with parameters of type GridServiceContainer | |
---|---|
void |
TestEventSampler.gridServiceContainerAdded(GridServiceContainer gridServiceContainer)
|
void |
TestEventSampler.gridServiceContainerRemoved(GridServiceContainer gridServiceContainer)
|
Uses of GridServiceContainer in org.openspaces.admin.vm |
---|
Methods in org.openspaces.admin.vm that return GridServiceContainer | |
---|---|
GridServiceContainer |
VirtualMachine.getGridServiceContainer()
Returns the grid service container started within this virtual machine. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |