Class TableStatsHolder
java.lang.Object
org.apache.cassandra.tools.nodetool.stats.TableStatsHolder
- All Implemented Interfaces:
StatsHolder
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal List<StatsKeyspace>final booleanintfinal Stringfinal int -
Constructor Summary
ConstructorsConstructorDescriptionTableStatsHolder(NodeProbe probe, boolean humanReadable, boolean ignore, List<String> tableNames, String sortKey, int top, boolean locationCheck) -
Method Summary
Modifier and TypeMethodDescriptionSort and filter this TableStatHolder's tables as specified by its sortKey and top attributes.protected boolean
-
Field Details
-
keyspaces
-
numberOfTables
public int numberOfTables -
humanReadable
public final boolean humanReadable -
sortKey
-
top
public final int top -
locationCheck
public final boolean locationCheck
-
-
Constructor Details
-
TableStatsHolder
-
-
Method Details
-
convert2Map
- Specified by:
convert2Mapin interfaceStatsHolder
-
getSortedFilteredTables
Sort and filter this TableStatHolder's tables as specified by its sortKey and top attributes. -
isTestTableStatsHolder
protected boolean isTestTableStatsHolder()
-