Uses of Interface
org.apache.curator.framework.recipes.locks.RevocationListener
-
Packages that use RevocationListener Package Description org.apache.curator.framework.recipes.locks -
-
Uses of RevocationListener in org.apache.curator.framework.recipes.locks
Methods in org.apache.curator.framework.recipes.locks with parameters of type RevocationListener Modifier and Type Method Description voidInterProcessMutex. makeRevocable(RevocationListener<InterProcessMutex> listener)voidInterProcessMutex. makeRevocable(RevocationListener<InterProcessMutex> listener, java.util.concurrent.Executor executor)voidRevocable. makeRevocable(RevocationListener<T> listener)Make the lock revocable.voidRevocable. makeRevocable(RevocationListener<T> listener, java.util.concurrent.Executor executor)Make the lock revocable.
-