|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.admin.space.ReplicationTarget
public class ReplicationTarget
Represents a replication target from one SpaceInstance
to the
other.
Constructor Summary | |
---|---|
ReplicationTarget(org.openspaces.admin.internal.space.InternalSpaceInstance spaceInstance,
ReplicationStatus replicationStatus,
String memberName,
ReplicationTargetType targetType)
|
Method Summary | |
---|---|
String |
getMemberName()
Returns the member name of this target. |
ReplicationStatus |
getReplicationStatus()
Returns the replication status. |
org.openspaces.admin.internal.space.InternalSpaceInstance |
getSpaceInstance()
Returns the space instance that will be replicated to. |
ReplicationTargetType |
getTargetType()
|
boolean |
isMirror()
Deprecated. Since 8.0.3 - use getTargetType() instead. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicationTarget(org.openspaces.admin.internal.space.InternalSpaceInstance spaceInstance, ReplicationStatus replicationStatus, String memberName, ReplicationTargetType targetType)
Method Detail |
---|
public org.openspaces.admin.internal.space.InternalSpaceInstance getSpaceInstance()
null
if replication is disabled/disconnected or the replication target is not a space (ReplicationTargetType.GATEWAY
).
public ReplicationStatus getReplicationStatus()
public String getMemberName()
@Deprecated public boolean isMirror()
getTargetType()
instead.
public ReplicationTargetType getTargetType()
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |