Class QueryRemoteClusterTopologyResult
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.sink.QueryRemoteClusterTopologyResult
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryRemoteClusterTopologyResult(String[] primaryMemberNames, boolean hasBackups, boolean hasMirror) QueryRemoteClusterTopologyResult(RemoteException remoteException) -
Method Summary
-
Constructor Details
-
QueryRemoteClusterTopologyResult
public QueryRemoteClusterTopologyResult() -
QueryRemoteClusterTopologyResult
public QueryRemoteClusterTopologyResult(String[] primaryMemberNames, boolean hasBackups, boolean hasMirror) -
QueryRemoteClusterTopologyResult
-
-
Method Details
-
getPrimaryMemberNames
-
getRemoteException
-
hasBackups
public boolean hasBackups() -
hasMirror
public boolean hasMirror() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
toString
-