com.supermap.server.config
Class ClusterMemberInfo
- java.lang.Object
-
- com.supermap.server.config.ClusterMemberInfo
-
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterMemberInfo extends java.lang.Object implements java.io.SerializableTitle: Cluster member information class
Description: The cluster member information class is used to describe cluster members' information, such as authorization information (allowed to join in the cluster service), active status, identity, etc.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description booleanactiveWhether it is activated.java.lang.StringagentIdbooleanauthorizedWhether to be authorized.java.lang.StringhostNamejava.lang.StringidCluster member ID.java.lang.StringipbooleanisAgentbooleanisControllablebooleanisOffLinebooleanisTileWorkerintportjava.lang.StringuriRoot
-
Constructor Summary
Constructors Constructor and Description ClusterMemberInfo()
-
-
-
Field Detail
-
authorized
public boolean authorized
Whether to be authorized.
-
id
public java.lang.String id
Cluster member ID.
-
active
public boolean active
Whether it is activated.
-
ip
public java.lang.String ip
-
port
public int port
-
hostName
public java.lang.String hostName
-
uriRoot
public java.lang.String uriRoot
-
isControllable
public boolean isControllable
-
isOffLine
public boolean isOffLine
-
isAgent
public boolean isAgent
-
isTileWorker
public boolean isTileWorker
-
agentId
public java.lang.String agentId
-
-