Package org.rocksdb

Class WriteStallInfo

java.lang.Object
org.rocksdb.WriteStallInfo

public class WriteStallInfo extends Object
  • Method Details

    • getColumnFamilyName

      public 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(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object