Class ClusterMapUtils.DcZkInfo

  • Enclosing class:
    ClusterMapUtils

    public static class ClusterMapUtils.DcZkInfo
    extends java.lang.Object
    Stores all zk related info for a DC.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte getDcId()  
      java.lang.String getDcName()  
      com.github.ambry.clustermap.ReplicaType getReplicaType()  
      java.util.List<java.lang.String> getZkConnectStrs()  
      • Methods inherited from class java.lang.Object

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

      • getDcName

        public java.lang.String getDcName()
      • getDcId

        public byte getDcId()
      • getZkConnectStrs

        public java.util.List<java.lang.String> getZkConnectStrs()
      • getReplicaType

        public com.github.ambry.clustermap.ReplicaType getReplicaType()