Class LockWatchManager

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void registerPreciselyWatches​(java.util.Set<com.palantir.lock.watch.LockWatchReferences.LockWatchReference> lockWatchReferences)
      Registers precisely a set of lock watches.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LockWatchManager

        public LockWatchManager()
    • Method Detail

      • registerPreciselyWatches

        @Idempotent
        public abstract void registerPreciselyWatches​(java.util.Set<com.palantir.lock.watch.LockWatchReferences.LockWatchReference> lockWatchReferences)
        Registers precisely a set of lock watches. Lock watches registered on a previous invocation of this method will not be remembered.