Uses of Class
org.apache.druid.server.coordination.ChangeRequestsSnapshot
-
Packages that use ChangeRequestsSnapshot Package Description org.apache.druid.client org.apache.druid.server.coordination -
-
Uses of ChangeRequestsSnapshot in org.apache.druid.client
Fields in org.apache.druid.client with type parameters of type ChangeRequestsSnapshot Modifier and Type Field Description static 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 ChangeRequestsSnapshot Modifier and Type Method Description static <T> ChangeRequestsSnapshot<T>ChangeRequestsSnapshot. fail(String resetCause)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 ChangeRequestsSnapshot Modifier and Type Method Description com.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 ChangeRequestsSnapshot Constructor Description ChangeRequestHttpSyncer(com.fasterxml.jackson.databind.ObjectMapper smileMapper, org.apache.druid.java.util.http.client.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)
-