Class DefaultSpaceInstances
java.lang.Object
org.openspaces.admin.internal.space.DefaultSpaceInstances
- All Implemented Interfaces:
Iterable<SpaceInstance>,InternalSpaceInstances,InternalSpaceInstancesAware
- Author:
- kimchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLifecycleListener(SpaceInstanceLifecycleEventListener eventListener) voidaddSpaceInstance(SpaceInstance spaceInstance) booleancontains(SpaceInstance spaceInstance) iterator()voidremoveLifecycleListener(SpaceInstanceLifecycleEventListener eventListener) voidintsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DefaultSpaceInstances
-
-
Method Details
-
contains
- Specified by:
containsin interfaceInternalSpaceInstances
-
size
public int size()- Specified by:
sizein interfaceInternalSpaceInstances
-
iterator
- Specified by:
iteratorin interfaceIterable<SpaceInstance>
-
getSpaceInstances
- Specified by:
getSpaceInstancesin interfaceInternalSpaceInstancesAware
-
addSpaceInstance
- Specified by:
addSpaceInstancein interfaceInternalSpaceInstances
-
removeSpaceInstance
- Specified by:
removeSpaceInstancein interfaceInternalSpaceInstances
-
getSpaceInstanceAdded
- Specified by:
getSpaceInstanceAddedin interfaceInternalSpaceInstances
-
getSpaceInstanceRemoved
- Specified by:
getSpaceInstanceRemovedin interfaceInternalSpaceInstances
-
addLifecycleListener
- Specified by:
addLifecycleListenerin interfaceInternalSpaceInstances
-
removeLifecycleListener
- Specified by:
removeLifecycleListenerin interfaceInternalSpaceInstances
-