Uses of Class
org.apache.druid.server.coordination.ChangeRequestsSnapshot
Packages that use ChangeRequestsSnapshot
-
Uses of ChangeRequestsSnapshot in org.apache.druid.client
Fields in org.apache.druid.client with type parameters of type ChangeRequestsSnapshotModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<ChangeRequestsSnapshot<DataSegmentChangeRequest>>HttpServerInventoryView.SEGMENT_LIST_RESP_TYPE_REF -
Uses of ChangeRequestsSnapshot in org.apache.druid.server.coordination
Methods in org.apache.druid.server.coordination that return ChangeRequestsSnapshotModifier and TypeMethodDescriptionstatic <T> ChangeRequestsSnapshot<T>static <T> ChangeRequestsSnapshot<T>ChangeRequestsSnapshot.success(ChangeRequestHistory.Counter counter, List<T> requests) Methods in org.apache.druid.server.coordination that return types with arguments of type ChangeRequestsSnapshotModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<ChangeRequestsSnapshot<T>>ChangeRequestHistory.getRequestsSince(ChangeRequestHistory.Counter counter) Returns a Future that, on completion, returns list of segment updates and associated counter.com.google.common.util.concurrent.ListenableFuture<ChangeRequestsSnapshot<DataSegmentChangeRequest>>BatchDataSegmentAnnouncer.getSegmentChangesSince(ChangeRequestHistory.Counter counter) Returns Future that lists the segment load/drop requests since given counter.Constructor parameters in org.apache.druid.server.coordination with type arguments of type ChangeRequestsSnapshotModifierConstructorDescriptionChangeRequestHttpSyncer(com.fasterxml.jackson.databind.ObjectMapper smileMapper, HttpClient httpClient, ScheduledExecutorService executor, URL baseServerURL, String baseRequestPath, com.fasterxml.jackson.core.type.TypeReference<ChangeRequestsSnapshot<T>> responseTypeReferences, long serverTimeoutMS, long serverUnstabilityTimeout, ChangeRequestHttpSyncer.Listener<T> listener)