Package org.rocksdb
Class WriteStallInfo
- java.lang.Object
-
- org.rocksdb.WriteStallInfo
-
public class WriteStallInfo extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetColumnFamilyName()Get the name of the column family.WriteStallConditiongetCurrentCondition()Get the current state of the write controller.WriteStallConditiongetPreviousCondition()Get the previous state of the write controller.inthashCode()java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-