Class TranslogStats

    • Constructor Detail

      • TranslogStats

        public TranslogStats()
      • TranslogStats

        public TranslogStats​(int numberOfOperations,
                             long translogSizeInBytes,
                             int uncommittedOperations,
                             long uncommittedSizeInBytes,
                             long earliestLastModifiedAge)
    • Method Detail

      • getTranslogSizeInBytes

        public long getTranslogSizeInBytes()
      • estimatedNumberOfOperations

        public int estimatedNumberOfOperations()
      • getUncommittedSizeInBytes

        public long getUncommittedSizeInBytes()
        the size of the generations in the translog that weren't yet to committed to lucene
      • getUncommittedOperations

        public int getUncommittedOperations()
        the number of operations in generations of the translog that weren't yet to committed to lucene
      • getEarliestLastModifiedAge

        public long getEarliestLastModifiedAge()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object