Uses of Interface
org.apache.druid.server.coordinator.loading.LoadQueuePeon
-
Packages that use LoadQueuePeon Package Description org.apache.druid.server.coordinator org.apache.druid.server.coordinator.loading -
-
Uses of LoadQueuePeon in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return LoadQueuePeon Modifier and Type Method Description LoadQueuePeonServerHolder. getPeon()Methods in org.apache.druid.server.coordinator that return types with arguments of type LoadQueuePeon Modifier and Type Method Description Map<String,LoadQueuePeon>DruidCoordinator. getLoadManagementPeons()Constructors in org.apache.druid.server.coordinator with parameters of type LoadQueuePeon Constructor Description ServerHolder(ImmutableDruidServer server, LoadQueuePeon peon)ServerHolder(ImmutableDruidServer server, LoadQueuePeon peon, boolean isDecommissioning)ServerHolder(ImmutableDruidServer server, LoadQueuePeon peon, boolean isDecommissioning, int maxSegmentsInLoadQueue, int maxLifetimeInQueue)Creates a new ServerHolder valid for a single coordinator run. -
Uses of LoadQueuePeon in org.apache.druid.server.coordinator.loading
Classes in org.apache.druid.server.coordinator.loading that implement LoadQueuePeon Modifier and Type Class Description classCuratorLoadQueuePeonDeprecated.classHttpLoadQueuePeonMethods in org.apache.druid.server.coordinator.loading that return LoadQueuePeon Modifier and Type Method Description LoadQueuePeonLoadQueueTaskMaster. getPeonForServer(ImmutableDruidServer server)Methods in org.apache.druid.server.coordinator.loading that return types with arguments of type LoadQueuePeon Modifier and Type Method Description Map<String,LoadQueuePeon>LoadQueueTaskMaster. getAllPeons()
-