| Package | Description | 
|---|---|
| org.openspaces.admin.internal.alert.bean | |
| org.openspaces.admin.internal.alert.bean.util | |
| org.openspaces.admin.internal.machine | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.pu | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.space | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.space.events | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.vm | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.zone | |
| 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 | 
|---|---|
void | 
SpacePartitionSplitBrainAlertBean.spaceInstanceAdded(SpaceInstance spaceInstance)  | 
void | 
ReplicationChannelDisconnectedAlertBean.spaceInstanceRemoved(SpaceInstance spaceInstance)  | 
void | 
ReplicationRedoLogSizeAlertBean.spaceInstanceRemoved(SpaceInstance spaceInstance)  | 
void | 
MirrorPersistenceFailureAlertBean.spaceInstanceRemoved(SpaceInstance spaceInstance)  | 
void | 
ReplicationRedoLogOverflowToDiskAlertBean.spaceInstanceRemoved(SpaceInstance spaceInstance)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
AlertBeanUtils.getSpaceInstanceDescription(SpaceInstance spaceInstance)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceInstance[] | 
DefaultMachine.getSpaceInstances()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultMachine.addSpaceInstance(SpaceInstance spaceInstance)  | 
void | 
InternalMachine.addSpaceInstance(SpaceInstance spaceInstance)  | 
boolean | 
DefaultMachine.contains(SpaceInstance spaceInstance)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceInstance | 
DefaultProcessingUnitInstance.getSpaceInstance()  | 
SpaceInstance[] | 
DefaultProcessingUnitInstance.getSpaceInstances()  | 
SpaceInstance | 
DefaultProcessingUnitInstance.waitForSpaceInstance()  | 
SpaceInstance | 
DefaultProcessingUnitInstance.waitForSpaceInstance(long timeout,
                    TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DefaultProcessingUnitInstance.addSpaceInstanceIfMatching(SpaceInstance spaceInstance)  | 
boolean | 
InternalProcessingUnitInstance.addSpaceInstanceIfMatching(SpaceInstance spaceInstance)
Adds a space instance only if it is one that the processing unit has started. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalSpaceInstance  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultSpaceInstance  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceInstance | 
DefaultSpacePartition.getBackup()  | 
SpaceInstance[] | 
DefaultSpacePartition.getInstances()  | 
SpaceInstance[] | 
DefaultSpace.getInstances()  | 
SpaceInstance | 
DefaultSpacePartition.getPrimary()  | 
SpaceInstance | 
InternalSpace.getSpaceInstanceByUid(String uid)
returns the Space instance based on its uid (see  
GridComponent.getUid()) | 
SpaceInstance | 
DefaultSpace.getSpaceInstanceByUid(String uid)  | 
SpaceInstance[] | 
InternalSpaceInstancesAware.getSpaceInstances()  | 
SpaceInstance[] | 
DefaultSpaces.getSpaceInstances()  | 
SpaceInstance[] | 
DefaultSpace.getSpaceInstances()  | 
SpaceInstance[] | 
DefaultSpaceInstances.getSpaceInstances()  | 
SpaceInstance | 
InternalSpaces.removeSpaceInstance(String uid)  | 
SpaceInstance | 
DefaultSpaces.removeSpaceInstance(String uid)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<SpaceInstance> | 
DefaultSpacePartition.iterator()  | 
Iterator<SpaceInstance> | 
DefaultSpace.iterator()  | 
Iterator<SpaceInstance> | 
DefaultSpaceInstances.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalSpace.addInstance(SpaceInstance spaceInstance)  | 
void | 
DefaultSpace.addInstance(SpaceInstance spaceInstance)  | 
void | 
InternalSpacePartition.addSpaceInstance(SpaceInstance spaceInstance)  | 
void | 
DefaultSpacePartition.addSpaceInstance(SpaceInstance spaceInstance)  | 
void | 
InternalSpaceInstances.addSpaceInstance(SpaceInstance spaceInstance)  | 
void | 
InternalSpaces.addSpaceInstance(SpaceInstance spaceInstance)  | 
void | 
DefaultSpaces.addSpaceInstance(SpaceInstance spaceInstance)  | 
void | 
DefaultSpaceInstances.addSpaceInstance(SpaceInstance spaceInstance)  | 
boolean | 
InternalSpaceInstances.contains(SpaceInstance spaceInstance)  | 
boolean | 
DefaultSpaceInstances.contains(SpaceInstance spaceInstance)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClosureSpaceInstanceAddedEventListener.spaceInstanceAdded(SpaceInstance spaceInstance)  | 
void | 
DefaultSpaceInstanceAddedEventManager.spaceInstanceAdded(SpaceInstance spaceInstance)  | 
void | 
DefaultSpaceInstanceRemovedEventManager.spaceInstanceRemoved(SpaceInstance spaceInstance)  | 
void | 
ClosureInstanceSpaceRemovedEventListener.spaceInstanceRemoved(SpaceInstance spaceInstance)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceInstance[] | 
DefaultVirtualMachine.getSpaceInstances()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultVirtualMachine.addSpaceInstance(SpaceInstance spaceInstance)  | 
void | 
InternalVirtualMachine.addSpaceInstance(SpaceInstance spaceInstance)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceInstance[] | 
DefaultZone.getSpaceInstances()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalZone.addSpaceInstance(SpaceInstance spaceInstance)  | 
void | 
DefaultZone.addSpaceInstance(SpaceInstance spaceInstance)  | 
| 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[] | 
SpacePartition.getInstances()
Returns all the space instances that form the partition. 
 | 
SpaceInstance[] | 
Space.getInstances()
Returns all the space instances that are currently discovered that are part of this Space
 topology. 
 | 
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 | 
SpaceModeChangedEvent.getSpaceInstance()
Returns the Space Instance that space mode changed for. 
 | 
SpaceInstance | 
SpaceInstanceStatisticsChangedEvent.getSpaceInstance()
Returns the Space Instance associated with this event. 
 | 
| 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,
                     SpaceMode previousSpaceMode,
                     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.