Uses of Enum
org.apache.druid.server.coordinator.loading.SegmentAction
Packages that use SegmentAction
-
Uses of SegmentAction in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return SegmentActionMethods in org.apache.druid.server.coordinator that return types with arguments of type SegmentActionModifier and TypeMethodDescriptionServerHolder.getQueuedSegments()Segments queued for load, drop or move on this server.Methods in org.apache.druid.server.coordinator with parameters of type SegmentActionModifier and TypeMethodDescriptionbooleanServerHolder.cancelOperation(SegmentAction action, DataSegment segment) booleanServerHolder.startOperation(SegmentAction action, DataSegment segment) -
Uses of SegmentAction in org.apache.druid.server.coordinator.loading
Methods in org.apache.druid.server.coordinator.loading that return SegmentActionModifier and TypeMethodDescriptionSegmentHolder.getAction()static SegmentActionReturns the enum constant of this type with the specified name.static SegmentAction[]SegmentAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.server.coordinator.loading with parameters of type SegmentActionModifier and TypeMethodDescriptionSegmentStatusInTier.getServersPerforming(SegmentAction action) voidHttpLoadQueuePeon.loadSegment(DataSegment segment, SegmentAction action, LoadPeonCallback callback) voidLoadQueuePeon.loadSegment(DataSegment segment, SegmentAction action, LoadPeonCallback callback) booleanSegmentLoadQueueManager.loadSegment(DataSegment segment, ServerHolder server, SegmentAction action) Queues load of the segment on the given server.Constructors in org.apache.druid.server.coordinator.loading with parameters of type SegmentActionModifierConstructorDescriptionSegmentHolder(DataSegment segment, SegmentAction action, org.joda.time.Duration requestTimeout, LoadPeonCallback callback)