Uses of Class
org.apache.druid.metadata.LockFilterPolicy
-
Packages that use LockFilterPolicy Package Description org.apache.druid.rpc.indexing -
-
Uses of LockFilterPolicy in org.apache.druid.rpc.indexing
Method parameters in org.apache.druid.rpc.indexing with type arguments of type LockFilterPolicy Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Map<String,List<org.joda.time.Interval>>>OverlordClient. findLockedIntervals(List<LockFilterPolicy> lockFilterPolicies)Returns a list of intervals locked by higher priority conflicting lock typescom.google.common.util.concurrent.ListenableFuture<Map<String,List<org.joda.time.Interval>>>OverlordClientImpl. findLockedIntervals(List<LockFilterPolicy> lockFilterPolicies)
-