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.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.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ClusterMemberInfo() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
        
    • Constructor Detail

      • ClusterMemberInfo

        public ClusterMemberInfo()