Uses of Class
org.apache.druid.rpc.indexing.SegmentUpdateResponse
Packages that use SegmentUpdateResponse
-
Uses of SegmentUpdateResponse in org.apache.druid.rpc.indexing
Methods in org.apache.druid.rpc.indexing that return types with arguments of type SegmentUpdateResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>NoopOverlordClient.markNonOvershadowedSegmentsAsUsed(String dataSource) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>NoopOverlordClient.markNonOvershadowedSegmentsAsUsed(String dataSource, SegmentsToUpdateFilter filter) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClient.markNonOvershadowedSegmentsAsUsed(String dataSource) Marks all non-overshadowed segments of the datasource as used.com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClient.markNonOvershadowedSegmentsAsUsed(String dataSource, SegmentsToUpdateFilter filter) Marks non-overshadowed segments that satisfy the given filter as used.com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClientImpl.markNonOvershadowedSegmentsAsUsed(String dataSource) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClientImpl.markNonOvershadowedSegmentsAsUsed(String dataSource, SegmentsToUpdateFilter filter) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>NoopOverlordClient.markSegmentAsUnused(SegmentId segmentId) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClient.markSegmentAsUnused(SegmentId segmentId) Marks the given segment as unused.com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClientImpl.markSegmentAsUnused(SegmentId segmentId) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>NoopOverlordClient.markSegmentAsUsed(SegmentId segmentId) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClient.markSegmentAsUsed(SegmentId segmentId) Marks the given segment as used.com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClientImpl.markSegmentAsUsed(SegmentId segmentId) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>NoopOverlordClient.markSegmentsAsUnused(String dataSource) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>NoopOverlordClient.markSegmentsAsUnused(String dataSource, SegmentsToUpdateFilter filter) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClient.markSegmentsAsUnused(String dataSource) Marks all non-overshadowed segments of the datasource as unused.com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClient.markSegmentsAsUnused(String dataSource, SegmentsToUpdateFilter filter) Marks non-overshadowed segments that satisfy the given filter as unused.com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClientImpl.markSegmentsAsUnused(String dataSource) com.google.common.util.concurrent.ListenableFuture<SegmentUpdateResponse>OverlordClientImpl.markSegmentsAsUnused(String dataSource, SegmentsToUpdateFilter filter)