Class StatsByPrefix


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

      Constructors 
      Constructor Description
      StatsByPrefix​(java.util.Date intervalTime, java.lang.String peerHashId, java.lang.String prefix, java.lang.Integer prefixLen, java.math.BigInteger withdraws, java.math.BigInteger updates)  
    • Constructor Detail

      • StatsByPrefix

        public StatsByPrefix​(java.util.Date intervalTime,
                             java.lang.String peerHashId,
                             java.lang.String prefix,
                             java.lang.Integer prefixLen,
                             java.math.BigInteger withdraws,
                             java.math.BigInteger updates)
    • Method Detail

      • getIntervalTime

        public java.util.Date getIntervalTime()
      • getPeerHashId

        public java.lang.String getPeerHashId()
      • getUpdates

        public java.lang.Long getUpdates()
      • getWithdraws

        public java.lang.Long getWithdraws()
      • getPrefix

        public java.lang.String getPrefix()
      • getPrefixLen

        public java.lang.Integer getPrefixLen()