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 |
deleteInternal(Object key,
boolean callDelegate,
EntryEventType eventType) |
String |
getCacheId() |
IMap<K,V> |
getDelegate() |
Indexes |
getIndexes() |
int |
removeEntriesOf(int partitionId)
Scans all entries in this
QueryCache to remove matching ones
with supplied partitionId |
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)
int removeEntriesOf(int partitionId)
QueryCache
to remove matching ones
with supplied partitionId
Indexes getIndexes()
void clear()
void setPublisherListenerId(String publisherListenerId)
String getCacheId()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.