Uses of Class
org.apache.druid.server.coordinator.loading.SegmentAction
-
Packages that use SegmentAction Package Description org.apache.druid.server.coordinator org.apache.druid.server.coordinator.loading -
-
Uses of SegmentAction in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return SegmentAction Modifier and Type Method Description SegmentActionServerHolder. getActionOnSegment(org.apache.druid.timeline.DataSegment segment)Methods in org.apache.druid.server.coordinator that return types with arguments of type SegmentAction Modifier and Type Method Description Map<org.apache.druid.timeline.DataSegment,SegmentAction>ServerHolder. getQueuedSegments()Segments queued for load, drop or move on this server.Methods in org.apache.druid.server.coordinator with parameters of type SegmentAction Modifier and Type Method Description booleanServerHolder. cancelOperation(SegmentAction action, org.apache.druid.timeline.DataSegment segment)booleanServerHolder. startOperation(SegmentAction action, org.apache.druid.timeline.DataSegment segment) -
Uses of SegmentAction in org.apache.druid.server.coordinator.loading
Methods in org.apache.druid.server.coordinator.loading that return SegmentAction Modifier and Type Method Description SegmentActionSegmentHolder. getAction()static SegmentActionSegmentAction. valueOf(String name)Returns 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 SegmentAction Modifier and Type Method Description List<ServerHolder>SegmentStatusInTier. getServersPerforming(SegmentAction action)voidCuratorLoadQueuePeon. loadSegment(org.apache.druid.timeline.DataSegment segment, SegmentAction action, LoadPeonCallback callback)Deprecated.voidHttpLoadQueuePeon. loadSegment(org.apache.druid.timeline.DataSegment segment, SegmentAction action, LoadPeonCallback callback)voidLoadQueuePeon. loadSegment(org.apache.druid.timeline.DataSegment segment, SegmentAction action, LoadPeonCallback callback)Deprecated.booleanSegmentLoadQueueManager. loadSegment(org.apache.druid.timeline.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 SegmentAction Constructor Description SegmentHolder(org.apache.druid.timeline.DataSegment segment, SegmentAction action, LoadPeonCallback callback)
-