Class UnderreplicatedLedger


  • public class UnderreplicatedLedger
    extends java.lang.Object
    UnderReplicated ledger representation info.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long UNASSIGNED_CTIME  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UnderreplicatedLedger​(long ledgerId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCtime()  
      long getLedgerId()  
      java.util.List<java.lang.String> getReplicaList()  
      protected void setCtime​(long ctime)  
      protected void setReplicaList​(java.util.List<java.lang.String> replicaList)  
      • Methods inherited from class java.lang.Object

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

      • UnderreplicatedLedger

        protected UnderreplicatedLedger​(long ledgerId)
    • Method Detail

      • getCtime

        public long getCtime()
      • setCtime

        protected void setCtime​(long ctime)
      • getReplicaList

        public java.util.List<java.lang.String> getReplicaList()
      • setReplicaList

        protected void setReplicaList​(java.util.List<java.lang.String> replicaList)
      • getLedgerId

        public long getLedgerId()