Package com.j_spaces.core.cluster
Class ClusterMemberInfo
java.lang.Object
com.j_spaces.core.cluster.ClusterMemberInfo
- All Implemented Interfaces:
Cloneable
Copyright (c) 2010 GigaSpaces Technologies Ltd. All rights reserved
The software source code is proprietary and confidential information of GigaSpaces. You may use
the software source code solely under the terms and limitations of The license agreement granted
to you by GigaSpaces.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanAdd in version 2.5, for support group member attributes -
Constructor Summary
ConstructorsConstructorDescriptionClusterMemberInfo(String memberName, SpaceURL memberUrl, String clusterName, String groupName, Vector paramData, boolean isBackup, ServiceID spaceID, boolean isMirror) ClusterMemberInfo(String memberName, SpaceURL memberUrl, String clusterName, String groupName, ServiceID spaceID, boolean isMirror) -
Method Summary
Modifier and TypeMethodDescriptionclone()voidcreateClusterMemberAttributes(List transmPolicy, ClusterMemberInfo.ReplFilters filters, ClusterMemberInfo.ReplRecovery rec) booleaninthashCode()booleanisMirror()voidsetGroupName(String groupName) voidsetSpaceID(ServiceID spaceServiceID) toString()
-
Field Details
-
memberName
-
memberURL
-
paramData
-
isBackup
public boolean isBackup -
m_replTransmissionPolicies
Add in version 2.5, for support group member attributes -
m_replFilters
-
m_replRecovery
-
-
Constructor Details
-
ClusterMemberInfo
-
ClusterMemberInfo
-
-
Method Details
-
toString
-
createClusterMemberAttributes
public void createClusterMemberAttributes(List transmPolicy, ClusterMemberInfo.ReplFilters filters, ClusterMemberInfo.ReplRecovery rec) -
equals
-
hashCode
public int hashCode() -
clone
-
getClusterName
-
isMirror
public boolean isMirror() -
getGroupName
-
setGroupName
-
getSpaceID
-
setSpaceID
-