Class KeyWriterStatusBean


  • public class KeyWriterStatusBean
    extends Object
    this bean was created to track the evolution of the key writer status
    Author:
    giovanni.antino@h2tcoin.com
    • Constructor Detail

      • KeyWriterStatusBean

        public KeyWriterStatusBean()
    • Method Detail

      • getEpoch

        public int getEpoch()
      • setEpoch

        protected void setEpoch​(int epoch)
      • getSlot

        public int getSlot()
      • setSlot

        protected void setSlot​(int slot)
      • getUid

        public String getUid()
      • setUid

        protected void setUid​(String uid)
      • getArchivePathMap

        public Map<String,​Path> getArchivePathMap()
      • setArchivePathMap

        protected void setArchivePathMap​(Map<String,​Path> archivePathMap)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object