org.apache.accumulo.fate.zookeeper
Interface DistributedReadWriteLock.QueueLock

All Known Implementing Classes:
ZooQueueLock, ZooQueueLock
Enclosing class:
DistributedReadWriteLock

public static interface DistributedReadWriteLock.QueueLock


Method Summary
 long addEntry(byte[] data)
           
 SortedMap<Long,byte[]> getEarlierEntries(long entry)
           
 void removeEntry(long entry)
           
 

Method Detail

getEarlierEntries

SortedMap<Long,byte[]> getEarlierEntries(long entry)

removeEntry

void removeEntry(long entry)

addEntry

long addEntry(byte[] data)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.