Package | Description |
---|---|
org.openspaces.admin.machine |
Support for managing of Machine(s) 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.space |
Support for managing of Space(s) through the Admin API.
|
org.openspaces.admin.space.events |
Support for managing of Space events through the Admin API.
|
org.openspaces.admin.vm |
Support for managing of Virtual Machine(s) through the Admin API.
|
org.openspaces.admin.zone |
Support for managing of Zone(s) through the Admin API.
|
Modifier and Type | Method and Description |
---|---|
SpaceInstance[] |
Machine.getSpaceInstances()
Returns all the space instances running on the machine.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Machine.contains(SpaceInstance spaceInstance)
Returns
true if the machine contains the provided space instance. |
Modifier and Type | Method and Description |
---|---|
SpaceInstance |
ProcessingUnitInstance.getSpaceInstance()
Returns a space instance that was started within the processing unit instance.
|
SpaceInstance[] |
ProcessingUnitInstance.getSpaceInstances()
Returns all the space instances that were started within the processing unit instance.
|
SpaceInstance |
ProcessingUnitInstance.waitForSpaceInstance() |
SpaceInstance |
ProcessingUnitInstance.waitForSpaceInstance(long timeout,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
void |
TestEventSampler.spaceInstanceAdded(SpaceInstance spaceInstance) |
void |
TestEventSampler.spaceInstanceRemoved(SpaceInstance spaceInstance) |
Modifier and Type | Method and Description |
---|---|
SpaceInstance |
SpacePartition.getBackup()
Returns the (first) backup space instance,
null if currently there is no backup. |
SpaceInstance[] |
Space.getInstances()
Returns all the space instances that are currently discovered that are part of this Space topology.
|
SpaceInstance[] |
SpacePartition.getInstances()
Returns all the space instances that form the partition.
|
SpaceInstance |
SpacePartition.getPrimary()
Returns the primary space instance,
null if currently there is no primary. |
Modifier and Type | Method and Description |
---|---|
SpaceInstance |
ReplicationStatusChangedEvent.getSpaceInstance()
The Space Instance that replicates to a replication target.
|
SpaceInstance |
SpaceInstanceStatisticsChangedEvent.getSpaceInstance()
Returns the Space Instance associated with this event.
|
SpaceInstance |
SpaceModeChangedEvent.getSpaceInstance()
Returns the Space Instance that space mode changed for.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceInstanceAddedEventListener.spaceInstanceAdded(SpaceInstance spaceInstance)
A callback indicating that a Space Instance was added.
|
void |
SpaceInstanceRemovedEventListener.spaceInstanceRemoved(SpaceInstance spaceInstance)
A callback indicating that a Space Instance was removed.
|
Constructor and Description |
---|
ReplicationStatusChangedEvent(SpaceInstance spaceInstance,
ReplicationTarget replicationTarget,
ReplicationStatus previousStatus,
ReplicationStatus newStatus) |
SpaceInstanceStatisticsChangedEvent(SpaceInstance spaceInstance,
SpaceInstanceStatistics statistics) |
SpaceModeChangedEvent(SpaceInstance spaceInstance,
com.gigaspaces.cluster.activeelection.SpaceMode previousSpaceMode,
com.gigaspaces.cluster.activeelection.SpaceMode newSpaceMode) |
Modifier and Type | Method and Description |
---|---|
SpaceInstance[] |
VirtualMachine.getSpaceInstances()
Returns the space instances started within this virtual machine.
|
Modifier and Type | Method and Description |
---|---|
SpaceInstance[] |
Zone.getSpaceInstances()
Returns all the space instances running within the zone.
|
Copyright © GigaSpaces.