public class ClusterMemberInfo
extends java.lang.Object
implements java.io.Serializable
Title: 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.
Modifier and Type | Field and Description |
---|---|
boolean |
active
Whether it is activated.
|
java.lang.String |
agentId |
boolean |
authorized
Whether to be authorized.
|
java.lang.String |
hostName |
java.lang.String |
id
Cluster member ID.
|
java.lang.String |
ip |
boolean |
isAgent |
boolean |
isControllable |
boolean |
isOffLine |
boolean |
isTileWorker |
int |
port |
java.lang.String |
uriRoot |
Constructor and Description |
---|
ClusterMemberInfo() |
public boolean authorized
public java.lang.String id
public boolean active
public java.lang.String ip
public int port
public java.lang.String hostName
public java.lang.String uriRoot
public boolean isControllable
public boolean isOffLine
public boolean isAgent
public boolean isTileWorker
public java.lang.String agentId