Interface DistributedReadWriteLock.QueueLock
-
- All Known Implementing Classes:
ZooQueueLock
- Enclosing class:
- DistributedReadWriteLock
public static interface DistributedReadWriteLock.QueueLock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longaddEntry(byte[] data)SortedMap<Long,byte[]>getEarlierEntries(long entry)voidremoveEntry(long entry)
-