Uses of Interface
org.openspaces.admin.space.Space
Packages that use Space
Package
Description
Internally Used.
Internally Used.
Internally Used.
Support for managing of Processing Unit(s) through the Admin API.
Support for managing of Processing Unit events through the Admin API.
Support for managing of Space(s) through the Admin API.
Support for managing of Space events through the Admin API.
-
Uses of Space in org.openspaces.admin.internal.alert.bean
Methods in org.openspaces.admin.internal.alert.bean with parameters of type SpaceModifier and TypeMethodDescriptionvoidSpacePartitionSplitBrainAlertBean.spaceRemoved(Space space) -
Uses of Space in org.openspaces.admin.internal.pu
Methods in org.openspaces.admin.internal.pu that return SpaceModifier and TypeMethodDescriptionDefaultProcessingUnit.getSpace()Space[]DefaultProcessingUnit.getSpaces()DefaultProcessingUnit.waitForSpace()DefaultProcessingUnit.waitForSpace(long timeout, TimeUnit timeUnit) Methods in org.openspaces.admin.internal.pu with parameters of type SpaceModifier and TypeMethodDescriptionvoidDefaultProcessingUnit.addEmbeddedSpace(Space space) voidInternalProcessingUnit.addEmbeddedSpace(Space space) booleanDefaultProcessingUnit.removeEmbeddedSpace(Space space) booleanInternalProcessingUnit.removeEmbeddedSpace(Space space) -
Uses of Space in org.openspaces.admin.internal.space
Subinterfaces of Space in org.openspaces.admin.internal.spaceClasses in org.openspaces.admin.internal.space that implement SpaceMethods in org.openspaces.admin.internal.space that return SpaceModifier and TypeMethodDescriptionDefaultSpaceInstance.getSpace()DefaultSpacePartition.getSpace()DefaultSpaces.getSpaceByName(String name) DefaultSpaces.getSpaceByUID(String uid) Space[]DefaultSpaces.getSpaces()Methods in org.openspaces.admin.internal.space that return types with arguments of type SpaceMethods in org.openspaces.admin.internal.space with parameters of type SpaceModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructors in org.openspaces.admin.internal.space with parameters of type Space -
Uses of Space in org.openspaces.admin.internal.space.events
Methods in org.openspaces.admin.internal.space.events with parameters of type SpaceModifier and TypeMethodDescriptionvoidClosureSpaceAddedEventListener.spaceAdded(Space space) voidDefaultSpaceAddedEventManager.spaceAdded(Space space) voidClosureSpaceRemovedEventListener.spaceRemoved(Space space) voidDefaultSpaceRemovedEventManager.spaceRemoved(Space space) -
Uses of Space in org.openspaces.admin.pu
Methods in org.openspaces.admin.pu that return SpaceModifier and TypeMethodDescriptionProcessingUnit.getSpace()Space[]ProcessingUnit.getSpaces()ProcessingUnit.waitForSpace()Waits till an embedded Space is correlated with the processing unit.ProcessingUnit.waitForSpace(long timeout, TimeUnit timeUnit) Waits till an embedded Space is correlated with the processing unit for the specified timeout. -
Uses of Space in org.openspaces.admin.pu.events
Methods in org.openspaces.admin.pu.events that return SpaceModifier and TypeMethodDescriptionProcessingUnitSpaceCorrelatedEvent.getSpace()Returns the space that was correlated with the processing unit.Constructors in org.openspaces.admin.pu.events with parameters of type SpaceModifierConstructorDescriptionProcessingUnitSpaceCorrelatedEvent(Space space, ProcessingUnit processingUnit) -
Uses of Space in org.openspaces.admin.samples
Methods in org.openspaces.admin.samples with parameters of type SpaceModifier and TypeMethodDescriptionvoidTestEventSampler.spaceAdded(Space space) voidTestEventSampler.spaceRemoved(Space space) -
Uses of Space in org.openspaces.admin.space
Methods in org.openspaces.admin.space that return SpaceModifier and TypeMethodDescriptionSpaceInstance.getSpace()Returns the space this instance is part of.SpacePartition.getSpace()Returns the Space this Space Partition is part of.Spaces.getSpaceByName(String name) Returns a space based on its name.Spaces.getSpaceByUID(String uid) Returns a space based on its uid.Space[]Spaces.getSpaces()Returns all the currently discoveredSpaces.Waits indefinitely till the provided Space name is discovered.Waits for the given timeout (in time unit) till the space name is discovered.Methods in org.openspaces.admin.space that return types with arguments of type Space -
Uses of Space in org.openspaces.admin.space.events
Methods in org.openspaces.admin.space.events that return SpaceModifier and TypeMethodDescriptionSpaceStatisticsChangedEvent.getSpace()Returns a the Space associated with the event.Methods in org.openspaces.admin.space.events with parameters of type SpaceModifier and TypeMethodDescriptionvoidSpaceAddedEventListener.spaceAdded(Space space) A callback indicating that a Space was added.voidSpaceRemovedEventListener.spaceRemoved(Space space) A callback indicating that a Space was removed.Constructors in org.openspaces.admin.space.events with parameters of type SpaceModifierConstructorDescriptionSpaceStatisticsChangedEvent(Space space, SpaceStatistics statistics)