Package | Description |
---|---|
com.hazelcast.client.impl.querycache.subscriber |
Contains Hazelcast Enterprise version client-side query cache
subscriber implementation classes.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
Modifier and Type | Class and Description |
---|---|
class |
ClientQueryCacheEndToEndConstructor
Client-side implementation of
QueryCacheEndToEndConstructor . |
Modifier and Type | Method and Description |
---|---|
QueryCacheEndToEndConstructor |
ClientSubscriberContext.newEndToEndConstructor(QueryCacheRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryCacheEndToEndConstructor
Provides generic functionality for
QueryCacheEndToEndConstructor implementations. |
class |
NodeQueryCacheEndToEndConstructor
Node-side implementation of
QueryCacheEndToEndConstructor . |
Modifier and Type | Method and Description |
---|---|
QueryCacheEndToEndConstructor |
NodeSubscriberContext.newEndToEndConstructor(QueryCacheRequest request) |
QueryCacheEndToEndConstructor |
SubscriberContext.newEndToEndConstructor(QueryCacheRequest request) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.