com.hazelcast.query.impl
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, wait
clear, getRecordMap, getRecords, getRecords, getSubRecords, getSubRecordsBetween, newIndex, removeIndex, updateIndex
protected static final float LOAD_FACTOR
protected ReentrantReadWriteLock lock
protected ReentrantReadWriteLock.ReadLock readLock
protected ReentrantReadWriteLock.WriteLock writeLock
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.