Uses of Enum
org.apache.druid.server.http.SegmentLoadingMode
Packages that use SegmentLoadingMode
Package
Description
-
Uses of SegmentLoadingMode in org.apache.druid.server.coordination
Methods in org.apache.druid.server.coordination that return SegmentLoadingModeMethods in org.apache.druid.server.coordination with parameters of type SegmentLoadingModeModifier and TypeMethodDescriptionvoidSegmentLoadDropHandler.addSegment(DataSegment segment, DataSegmentChangeCallback callback, SegmentLoadingMode loadingMode) static SegmentChangeStatusSegmentChangeStatus.failed(String cause, SegmentLoadingMode loadingMode) static SegmentChangeStatusSegmentChangeStatus.pending(SegmentLoadingMode loadingMode) com.google.common.util.concurrent.ListenableFuture<List<DataSegmentChangeResponse>>SegmentLoadDropHandler.processBatch(List<DataSegmentChangeRequest> changeRequests, SegmentLoadingMode segmentLoadingMode) Process a list ofDataSegmentChangeRequest, invokingSegmentLoadDropHandler.processRequest(DataSegmentChangeRequest, SegmentLoadingMode)for each one.static SegmentChangeStatusSegmentChangeStatus.success(SegmentLoadingMode loadingMode) -
Uses of SegmentLoadingMode in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return SegmentLoadingModeModifier and TypeMethodDescriptionCoordinatorDynamicConfig.getLoadingModeForServer(String serverName) -
Uses of SegmentLoadingMode in org.apache.druid.server.coordinator.loading
Constructor parameters in org.apache.druid.server.coordinator.loading with type arguments of type SegmentLoadingModeModifierConstructorDescriptionHttpLoadQueuePeon(String baseUrl, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, HttpClient httpClient, HttpLoadQueuePeonConfig config, Supplier<SegmentLoadingMode> loadingModeSupplier, ScheduledExecutorService processingExecutor, ExecutorService callBackExecutor) -
Uses of SegmentLoadingMode in org.apache.druid.server.http
Methods in org.apache.druid.server.http that return SegmentLoadingModeModifier and TypeMethodDescriptionstatic SegmentLoadingModeReturns the enum constant of this type with the specified name.static SegmentLoadingMode[]SegmentLoadingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.server.http with parameters of type SegmentLoadingModeModifier and TypeMethodDescriptionvoidSegmentListerResource.applyDataSegmentChangeRequests(long timeout, SegmentLoadingMode loadingMode, List<DataSegmentChangeRequest> changeRequestList, javax.servlet.http.HttpServletRequest req) This endpoint is used by HttpLoadQueuePeon to assign segment load/drop requests batch.