| Modifier and Type | Method and Description | 
|---|---|
| void | SpacePartitionSplitBrainAlertBean. spaceInstanceAdded(SpaceInstance spaceInstance) | 
| void | ReplicationRedoLogOverflowToDiskAlertBean. spaceInstanceRemoved(SpaceInstance spaceInstance) | 
| void | MirrorPersistenceFailureAlertBean. spaceInstanceRemoved(SpaceInstance spaceInstance) | 
| void | ReplicationChannelDisconnectedAlertBean. spaceInstanceRemoved(SpaceInstance spaceInstance) | 
| void | ReplicationRedoLogSizeAlertBean. spaceInstanceRemoved(SpaceInstance spaceInstance) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | AlertBeanUtils. getSpaceInstanceDescription(SpaceInstance spaceInstance) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceGridAdminDriver.SlaListener. spaceInstanceAdded(SpaceInstance spaceInstance) | 
| Modifier and Type | Method and Description | 
|---|---|
| SpaceInstance[] | DefaultMachine. getSpaceInstances() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InternalMachine. addSpaceInstance(SpaceInstance spaceInstance) | 
| void | DefaultMachine. 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[] | DefaultSpaceInstances. getSpaceInstances() | 
| SpaceInstance[] | DefaultSpace. getSpaceInstances() | 
| SpaceInstance | InternalSpaces. removeSpaceInstance(String uid) | 
| SpaceInstance | DefaultSpaces. removeSpaceInstance(String uid) | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<SpaceInstance> | DefaultSpacePartition. iterator() | 
| Iterator<SpaceInstance> | DefaultSpaceInstances. iterator() | 
| Iterator<SpaceInstance> | DefaultSpace. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InternalSpace. addInstance(SpaceInstance spaceInstance) | 
| void | DefaultSpace. addInstance(SpaceInstance spaceInstance) | 
| void | DefaultSpacePartition. addSpaceInstance(SpaceInstance spaceInstance) | 
| void | InternalSpaceInstances. addSpaceInstance(SpaceInstance spaceInstance) | 
| void | InternalSpaces. addSpaceInstance(SpaceInstance spaceInstance) | 
| void | InternalSpacePartition. 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 | DefaultSpaceInstanceAddedEventManager. spaceInstanceAdded(SpaceInstance spaceInstance) | 
| void | ClosureSpaceInstanceAddedEventListener. 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 | InternalVirtualMachine. addSpaceInstance(SpaceInstance spaceInstance) | 
| void | DefaultVirtualMachine. addSpaceInstance(SpaceInstance spaceInstance) | 
| Modifier and Type | Method and Description | 
|---|---|
| SpaceInstance[] | DefaultZone. getSpaceInstances() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultZone. addSpaceInstance(SpaceInstance spaceInstance) | 
| void | InternalZone. 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  trueif 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,  nullif 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,  nullif currently there is no primary. | 
| Modifier and Type | Method and Description | 
|---|---|
| SpaceInstance | ReplicationStatusChangedEvent. getSpaceInstance()The Space Instance that replicates to a replication target. | 
| SpaceInstance | SpaceSuspendTypeChangedEvent. getSpaceInstance() | 
| 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) | 
| SpaceSuspendTypeChangedEvent(SpaceInstance spaceInstance,
                            SuspendType previousSuspendType,
                            SuspendType newSuspendType) | 
| 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.