Package org.rocksdb

Class WriteStallInfo


  • public class WriteStallInfo
    extends java.lang.Object
    • Method Detail

      • getColumnFamilyName

        public java.lang.String getColumnFamilyName()
        Get the name of the column family.
        Returns:
        the name of the column family.
      • getCurrentCondition

        public WriteStallCondition getCurrentCondition()
        Get the current state of the write controller.
        Returns:
        the current state.
      • getPreviousCondition

        public WriteStallCondition getPreviousCondition()
        Get the previous state of the write controller.
        Returns:
        the previous state.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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