Class FileReftableStack.CompactionStats

  • Enclosing class:
    FileReftableStack

    static class FileReftableStack.CompactionStats
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int attempted  
      (package private) long bytes  
      (package private) int failed  
      (package private) long logCount  
      (package private) long refCount  
      (package private) long tables  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompactionStats()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • tables

        long tables
      • bytes

        long bytes
      • attempted

        int attempted
      • failed

        int failed
      • refCount

        long refCount
      • logCount

        long logCount
    • Constructor Detail

      • CompactionStats

        CompactionStats()