Uses of Interface
org.apache.druid.server.coordination.DataSegmentChangeRequest
Packages that use DataSegmentChangeRequest
Package
Description
-
Uses of DataSegmentChangeRequest in org.apache.druid.client
Fields in org.apache.druid.client with type parameters of type DataSegmentChangeRequestModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<ChangeRequestsSnapshot<DataSegmentChangeRequest>>HttpServerInventoryView.SEGMENT_LIST_RESP_TYPE_REF -
Uses of DataSegmentChangeRequest in org.apache.druid.server.coordination
Classes in org.apache.druid.server.coordination that implement DataSegmentChangeRequestModifier and TypeClassDescriptionclassclassclassclassImplementation ofDataSegmentChangeRequest, which encapsulates segment schema changes.Methods in org.apache.druid.server.coordination that return DataSegmentChangeRequestMethods in org.apache.druid.server.coordination that return types with arguments of type DataSegmentChangeRequestModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<ChangeRequestsSnapshot<DataSegmentChangeRequest>>BatchDataSegmentAnnouncer.getSegmentChangesSince(ChangeRequestHistory.Counter counter) Returns Future that lists the segment load/drop requests since given counter.Method parameters in org.apache.druid.server.coordination with type arguments of type DataSegmentChangeRequestModifier and TypeMethodDescriptioncom.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.Constructors in org.apache.druid.server.coordination with parameters of type DataSegmentChangeRequestModifierConstructorDescriptionDataSegmentChangeResponse(DataSegmentChangeRequest request, SegmentChangeStatus status) -
Uses of DataSegmentChangeRequest in org.apache.druid.server.coordinator.loading
Fields in org.apache.druid.server.coordinator.loading with type parameters of type DataSegmentChangeRequestModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<List<DataSegmentChangeRequest>>HttpLoadQueuePeon.REQUEST_ENTITY_TYPE_REFMethods in org.apache.druid.server.coordinator.loading that return DataSegmentChangeRequest -
Uses of DataSegmentChangeRequest in org.apache.druid.server.http
Method parameters in org.apache.druid.server.http with type arguments of type DataSegmentChangeRequestModifier 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.