Uses of Class
org.apache.druid.server.coordination.DataSegmentChangeResponse
Packages that use DataSegmentChangeResponse
Package
Description
-
Uses of DataSegmentChangeResponse in org.apache.druid.server.coordination
Methods in org.apache.druid.server.coordination that return types with arguments of type DataSegmentChangeResponseModifier 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. -
Uses of DataSegmentChangeResponse in org.apache.druid.server.coordinator.loading
Fields in org.apache.druid.server.coordinator.loading with type parameters of type DataSegmentChangeResponseModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<List<DataSegmentChangeResponse>>HttpLoadQueuePeon.RESPONSE_ENTITY_TYPE_REF