Package | Description |
---|---|
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 |
---|---|
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 |
SpaceInstance.getSpace()
Returns the space this instance is part of.
|
Space |
SpacePartition.getSpace()
Returns the Space this Space Partition 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
Space s. |
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
Space s 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.