| Package | Description | 
|---|---|
| org.openspaces.admin.internal.alert.bean | |
| 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.pu | Support for managing of Processing Unit(s) through the Admin API. | 
| org.openspaces.admin.pu.events | Support for managing of Processing Unit events 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpacePartitionSplitBrainAlertBean. spaceRemoved(Space space) | 
| Modifier and Type | Method and Description | 
|---|---|
| Space | DefaultProcessingUnit. getSpace() | 
| Space[] | DefaultProcessingUnit. getSpaces() | 
| Space | DefaultProcessingUnit. waitForSpace() | 
| Space | DefaultProcessingUnit. waitForSpace(long timeout,
            TimeUnit timeUnit) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultProcessingUnit. addEmbeddedSpace(Space space) | 
| void | InternalProcessingUnit. addEmbeddedSpace(Space space) | 
| boolean | DefaultProcessingUnit. removeEmbeddedSpace(Space space) | 
| boolean | InternalProcessingUnit. removeEmbeddedSpace(Space space) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalSpace | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSpace | 
| Modifier and Type | Method and Description | 
|---|---|
| Space | DefaultSpacePartition. getSpace() | 
| Space | DefaultSpaceInstance. getSpace() | 
| Space | DefaultSpaces. getSpaceByName(String name) | 
| Space | DefaultSpaces. getSpaceByUID(String uid) | 
| Space[] | DefaultSpaces. getSpaces() | 
| Space | DefaultSpaces. waitFor(String spaceName) | 
| Space | DefaultSpaces. waitFor(String spaceName,
       long timeout,
       TimeUnit timeUnit) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Space> | DefaultSpaces. getNames() | 
| Iterator<Space> | DefaultSpaces. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InternalSpaces. addSpace(Space space) | 
| void | DefaultSpaces. addSpace(Space space) | 
| void | InternalSpaceInstance. setSpace(Space space) | 
| void | DefaultSpaceInstance. setSpace(Space space) | 
| Constructor and Description | 
|---|
| DefaultSpacePartition(Space space,
                     int partitionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClosureSpaceAddedEventListener. spaceAdded(Space space) | 
| void | DefaultSpaceAddedEventManager. spaceAdded(Space space) | 
| void | DefaultSpaceRemovedEventManager. spaceRemoved(Space space) | 
| void | ClosureSpaceRemovedEventListener. spaceRemoved(Space space) | 
| Modifier and Type | Method and Description | 
|---|---|
| Space | ProcessingUnit. getSpace() | 
| Space[] | ProcessingUnit. getSpaces() | 
| Space | ProcessingUnit. waitForSpace()Waits till an embedded Space is correlated with the processing unit. | 
| Space | ProcessingUnit. waitForSpace(long timeout,
            TimeUnit timeUnit)Waits till an embedded Space is correlated with the processing unit for the specified
 timeout. | 
| Modifier and Type | Method and Description | 
|---|---|
| Space | ProcessingUnitSpaceCorrelatedEvent. getSpace()Returns the space that was correlated with the processing unit. | 
| Constructor and Description | 
|---|
| ProcessingUnitSpaceCorrelatedEvent(Space space,
                                  ProcessingUnit processingUnit) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TestEventSampler. spaceAdded(Space space) | 
| void | TestEventSampler. spaceRemoved(Space space) | 
| Modifier and Type | Method and Description | 
|---|---|
| Space | SpacePartition. getSpace()Returns the Space this Space Partition is part of. | 
| Space | SpaceInstance. getSpace()Returns the space this instance is part of. | 
| Space | Spaces. getSpaceByName(String name)Returns a space based on its name. | 
| Space | Spaces. getSpaceByUID(String uid)Returns a space based on its uid. | 
| Space[] | Spaces. getSpaces()Returns all the currently discovered  Spaces. | 
| Space | Spaces. waitFor(String spaceName)Waits indefinitely till the provided Space name is discovered. | 
| Space | Spaces. waitFor(String spaceName,
       long timeout,
       TimeUnit timeUnit)Waits for the given timeout (in time unit) till the space name is discovered. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Space> | Spaces. getNames()Returns a map of  Spaces keyed by their names. | 
| Modifier and Type | Method and Description | 
|---|---|
| Space | SpaceStatisticsChangedEvent. getSpace()Returns a the Space associated with the event. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpaceAddedEventListener. spaceAdded(Space space)A callback indicating that a Space was added. | 
| void | SpaceRemovedEventListener. spaceRemoved(Space space)A callback indicating that a Space was removed. | 
| Constructor and Description | 
|---|
| SpaceStatisticsChangedEvent(Space space,
                           SpaceStatistics statistics) | 
Copyright © GigaSpaces.