protected static class LocalStoreImpl.LocalLiveView<T,PK> extends LiveView<T,PK,LocalStore<T,PK>> implements LocalStore<T,PK>
| Constructor and Description |
|---|
LocalStoreImpl.LocalLiveView(LocalStore<T,PK> master,
Predicate<T,LocalStore<T,PK>> selector) |
| Modifier and Type | Method and Description |
|---|---|
LocalStore<T,PK> |
createUnmodifiableFacade()
Creates unmodifiable facade for this store.
|
addIndex, clear, createView, get, get, getAll, getByPrimaryKey, getMaster, getMultiple, getPrimaryKeyExtractor, iterator, put, query, query, queryAll, queryMultiple, readLock, remove, remove, removeByPrimaryKey, update, writeLockclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddIndex, clear, createView, get, get, getAll, getByPrimaryKey, getMultiple, getPrimaryKeyExtractor, put, query, query, queryAll, queryMultiple, remove, remove, removeByPrimaryKey, updatereadLock, writeLockpublic LocalStoreImpl.LocalLiveView(LocalStore<T,PK> master, Predicate<T,LocalStore<T,PK>> selector)
public LocalStore<T,PK> createUnmodifiableFacade()
StorecreateUnmodifiableFacade in interface Store<T,PK,LocalStore<T,PK>>