Uses of Interface
org.openspaces.admin.internal.space.InternalSpaceInstance
Packages that use InternalSpaceInstance
Package
Description
Internally Used.
Internally Used.
Support for managing of Space(s) through the Admin API.
-
Uses of InternalSpaceInstance in org.openspaces.admin.internal.admin
Methods in org.openspaces.admin.internal.admin with parameters of type InternalSpaceInstanceModifier and TypeMethodDescriptionvoidDefaultAdmin.addSpaceInstance(InternalSpaceInstance spaceInstance, NIODetails nioDetails, OSDetails osDetails, JVMDetails jvmDetails, String jmxUrl, String[] zones) voidInternalAdmin.addSpaceInstance(InternalSpaceInstance spaceInstance, NIODetails nioDetails, OSDetails osDetails, JVMDetails jvmDetails, String jmxUrl, String[] zones) -
Uses of InternalSpaceInstance in org.openspaces.admin.internal.space
Classes in org.openspaces.admin.internal.space that implement InternalSpaceInstanceMethods in org.openspaces.admin.internal.space that return InternalSpaceInstanceModifier and TypeMethodDescriptionDefaultSpace.removeInstance(String uid) InternalSpace.removeInstance(String uid) -
Uses of InternalSpaceInstance in org.openspaces.admin.space
Methods in org.openspaces.admin.space that return InternalSpaceInstanceModifier and TypeMethodDescriptionReplicationTarget.getSpaceInstance()Returns the space instance that will be replicated to.Constructors in org.openspaces.admin.space with parameters of type InternalSpaceInstanceModifierConstructorDescriptionReplicationTarget(InternalSpaceInstance spaceInstance, ReplicationStatus replicationStatus, String memberName, ReplicationTargetType targetType)