Uses of Interface
messif.buckets.index.Lock

Packages that use Lock
messif.buckets.index Bucket indexes for improved access. 
messif.buckets.index.impl Implementation of bucket indexes. 
messif.buckets.storage.impl Implementations of physical bucket storage. 
 

Uses of Lock in messif.buckets.index
 

Methods in messif.buckets.index that return Lock
 Lock Lockable.lock(boolean blocking)
          Acquires a lock on this object.
 

Uses of Lock in messif.buckets.index.impl
 

Methods in messif.buckets.index.impl that return Lock
protected abstract  Lock AbstractArrayIndex.acquireSearchLock()
          Locks this index for searching and returns a lock object if it is supported.
protected  Lock AddressStorageIndex.acquireSearchLock()
           
protected  Lock IntStorageIndex.acquireSearchLock()
           
protected  Lock LongStorageIndex.acquireSearchLock()
           
protected  Lock LongStorageMemoryIndex.lock()
          Locks this index and returns a lock object if it is supported.
 

Uses of Lock in messif.buckets.storage.impl
 

Methods in messif.buckets.storage.impl that return Lock
 Lock DiskStorage.lock(boolean blocking)