Uses of Class
org.apache.druid.server.coordinator.stats.RowKey
Packages that use RowKey
Package
Description
-
Uses of RowKey in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator with parameters of type RowKeyModifier and TypeMethodDescriptionvoidDruidCoordinator.DutyGroupHelper.emitStat(CoordinatorStat stat, RowKey rowKey, long value) -
Uses of RowKey in org.apache.druid.server.coordinator.stats
Methods in org.apache.druid.server.coordinator.stats that return RowKeyModifier and TypeMethodDescriptionRowKey.Builder.build()static RowKeyRowKey.empty()static RowKeyMethods in org.apache.druid.server.coordinator.stats with parameters of type RowKeyModifier and TypeMethodDescriptionvoidCoordinatorRunStats.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. -
Uses of RowKey in org.apache.druid.server.metrics
Methods in org.apache.druid.server.metrics that return types with arguments of type RowKeyModifier and TypeMethodDescriptionTaskCountStatsProvider.getFailedTaskCount()Deprecated.TaskCountStatsProvider.getPendingTaskCount()Deprecated.TaskCountStatsProvider.getRunningTaskCount()Deprecated.TaskCountStatsProvider.getSuccessfulTaskCount()Deprecated.TaskCountStatsProvider.getWaitingTaskCount()Deprecated.