public abstract class BaseIndexStore extends Object implements IndexStore
| Modifier and Type | Field and Description | 
|---|---|
protected static float | 
LOAD_FACTOR  | 
protected ReentrantReadWriteLock | 
lock  | 
protected ReentrantReadWriteLock.ReadLock | 
readLock  | 
protected ReentrantReadWriteLock.WriteLock | 
writeLock  | 
| Constructor and Description | 
|---|
BaseIndexStore()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
releaseReadLock()  | 
protected void | 
releaseWriteLock()  | 
protected void | 
takeReadLock()  | 
protected void | 
takeWriteLock()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getRecordMap, getRecords, getRecords, getSubRecords, getSubRecordsBetween, newIndex, removeIndex, updateIndexprotected static final float LOAD_FACTOR
protected ReentrantReadWriteLock lock
protected ReentrantReadWriteLock.ReadLock readLock
protected ReentrantReadWriteLock.WriteLock writeLock
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.