Class CompactionHistoryTabularData
- java.lang.Object
-
- org.apache.cassandra.db.compaction.CompactionHistoryTabularData
-
public class CompactionHistoryTabularData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMPACTION_TYPE_PROPERTY
-
Constructor Summary
Constructors Constructor Description CompactionHistoryTabularData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.management.openmbean.TabularData
from(UntypedResultSet resultSet)
-
-
-
Field Detail
-
COMPACTION_TYPE_PROPERTY
public static final java.lang.String COMPACTION_TYPE_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
from
public static javax.management.openmbean.TabularData from(UntypedResultSet resultSet) throws javax.management.openmbean.OpenDataException
- Throws:
javax.management.openmbean.OpenDataException
-
-