Class ClusterNodeConfig


  • public class ClusterNodeConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ClusterNodeConfig​(int nodeId, java.lang.String address, int port, ClusterNodeRole preferredNodeType)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getAddress()  
      int getNodeId()  
      int getPort()  
      ClusterNodeRole getPreferredNodeType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClusterNodeConfig

        public ClusterNodeConfig​(int nodeId,
                                 java.lang.String address,
                                 int port,
                                 ClusterNodeRole preferredNodeType)
    • Method Detail

      • getNodeId

        public int getNodeId()
      • getAddress

        public java.lang.String getAddress()
      • getPort

        public int getPort()