Uses of Class
org.apache.druid.server.coordinator.stats.RowKey
-
Packages that use RowKey Package Description org.apache.druid.server.coordinator.stats -
-
Uses of RowKey in org.apache.druid.server.coordinator.stats
Fields in org.apache.druid.server.coordinator.stats declared as RowKey Modifier and Type Field Description static RowKeyRowKey. EMPTYMethods in org.apache.druid.server.coordinator.stats that return RowKey Modifier and Type Method Description RowKeyRowKey.Builder. and(Dimension dimension, String value)RowKeyRowKey.Builder. build()static RowKeyRowKey. of(Dimension dimension, String value)Methods in org.apache.druid.server.coordinator.stats with parameters of type RowKey Modifier and Type Method Description voidCoordinatorRunStats. add(CoordinatorStat stat, RowKey rowKey, long value)longCoordinatorRunStats. get(CoordinatorStat stat, RowKey rowKey)voidCoordinatorRunStats.StatHandler. handle(CoordinatorStat stat, RowKey rowKey, long statValue)voidCoordinatorRunStats. updateMax(CoordinatorStat stat, RowKey rowKey, long value)Updates the maximum value of the stat for the given RowKey if applicable.
-