K
- the key type for this QueryCache
V
- the value type for this QueryCache
public interface InternalQueryCache<K,V> extends QueryCache<K,V>
QueryCache
interface.Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearInternal(EntryEventType eventType) |
void |
deleteInternal(Object key,
boolean callDelegate,
EntryEventType eventType) |
String |
getCacheId() |
IMap<K,V> |
getDelegate() |
Indexes |
getIndexes() |
void |
setInternal(K key,
V value,
boolean callDelegate,
EntryEventType eventType) |
void |
setPublisherListenerId(String publisherListenerId) |
addEntryListener, addEntryListener, addEntryListener, addEntryListener, addIndex, containsKey, containsValue, destroy, entrySet, entrySet, get, getAll, getName, isEmpty, keySet, keySet, removeEntryListener, size, tryRecover, values, values
void setInternal(K key, V value, boolean callDelegate, EntryEventType eventType)
void deleteInternal(Object key, boolean callDelegate, EntryEventType eventType)
void clearInternal(EntryEventType eventType)
Indexes getIndexes()
void clear()
void setPublisherListenerId(String publisherListenerId)
String getCacheId()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.