com.hazelcast.query.impl
Class BaseIndexStore
java.lang.Object
com.hazelcast.query.impl.BaseIndexStore
- All Implemented Interfaces:
- IndexStore
- Direct Known Subclasses:
- SortedIndexStore, UnsortedIndexStore
public abstract class BaseIndexStore
- extends Object
- implements IndexStore
Base class for concrete index store implementations
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOAD_FACTOR
protected static final float LOAD_FACTOR
- See Also:
- Constant Field Values
lock
protected ReentrantReadWriteLock lock
readLock
protected ReentrantReadWriteLock.ReadLock readLock
writeLock
protected ReentrantReadWriteLock.WriteLock writeLock
BaseIndexStore
public BaseIndexStore()
takeWriteLock
protected void takeWriteLock()
releaseWriteLock
protected void releaseWriteLock()
takeReadLock
protected void takeReadLock()
releaseReadLock
protected void releaseReadLock()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.