Uses of Interface
org.apache.pulsar.metadata.api.coordination.ResourceLock
-
Packages that use ResourceLock Package Description org.apache.pulsar.metadata.api.coordination Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.coordination.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResourceLock in org.apache.pulsar.metadata.api.coordination
Methods in org.apache.pulsar.metadata.api.coordination that return types with arguments of type ResourceLock Modifier and Type Method Description java.util.concurrent.CompletableFuture<ResourceLock<T>>LockManager. acquireLock(java.lang.String path, T value)Acquire a lock on a shared resource. -
Uses of ResourceLock in org.apache.pulsar.metadata.coordination.impl
Classes in org.apache.pulsar.metadata.coordination.impl that implement ResourceLock Modifier and Type Class Description classResourceLockImpl<T>
-