Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support classes.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
Modifier and Type | Method and Description |
---|---|
QueryCache<K,V> |
ClientMapProxy.getQueryCache(String name) |
QueryCache<K,V> |
ClientMapProxy.getQueryCache(String name,
MapListener listener,
Predicate<K,V> predicate,
boolean includeValue) |
QueryCache<K,V> |
ClientMapProxy.getQueryCache(String name,
Predicate<K,V> predicate,
boolean includeValue) |
Modifier and Type | Method and Description |
---|---|
QueryCache<K,V> |
IMap.getQueryCache(String name)
Returns corresponding
QueryCache instance for the supplied name or null. |
QueryCache<K,V> |
IMap.getQueryCache(String name,
MapListener listener,
Predicate<K,V> predicate,
boolean includeValue)
Creates an always up to date snapshot of this
IMap according to the supplied parameters. |
QueryCache<K,V> |
IMap.getQueryCache(String name,
Predicate<K,V> predicate,
boolean includeValue)
Creates an always up to date snapshot of this
IMap according to the supplied parameters. |
Modifier and Type | Method and Description |
---|---|
QueryCache<K,V> |
MapProxyImpl.getQueryCache(String name) |
QueryCache<K,V> |
MapProxyImpl.getQueryCache(String name,
MapListener listener,
Predicate<K,V> predicate,
boolean includeValue) |
QueryCache<K,V> |
MapProxyImpl.getQueryCache(String name,
Predicate<K,V> predicate,
boolean includeValue) |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalQueryCache<K,V>
Internal interface which adds some internally used methods
to
QueryCache interface. |
Modifier and Type | Class and Description |
---|---|
class |
NullQueryCache
Object for neutral
InternalQueryCache implementation. |
Modifier and Type | Method and Description |
---|---|
static boolean |
EventPublisherHelper.hasListener(QueryCache queryCache) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.