Package | Description |
---|---|
messif.buckets.index |
Bucket indexes for improved access.
|
messif.buckets.index.impl |
Implementation of bucket indexes.
|
Modifier and Type | Method and Description |
---|---|
Lock |
Lockable.lock(boolean blocking)
Acquires a lock on this object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected Lock |
LongStorageMemoryIndexStdSer.lock()
Locks this index and returns a lock object if it is supported.
|