public abstract class AbstractSubscriberContext extends Object implements SubscriberContext
SubscriberContext
.
This class is used by both client and node parts.SubscriberContext
Constructor and Description |
---|
AbstractSubscriberContext(QueryCacheContext context) |
Modifier and Type | Method and Description |
---|---|
QueryCacheConfigurator |
geQueryCacheConfigurator()
Returns
QueryCacheConfigurator for this context. |
AccumulatorInfoSupplier |
getAccumulatorInfoSupplier()
Returns
AccumulatorInfoSupplier for this context. |
QueryCacheEndToEndProvider |
getEndToEndQueryCacheProvider()
Returns
QueryCacheEndToEndProvider for this context. |
QueryCacheEventService |
getEventService()
Returns
QueryCacheEventService for this context. |
MapSubscriberRegistry |
getMapSubscriberRegistry()
Returns
MapSubscriberRegistry for this context. |
QueryCacheFactory |
getQueryCacheFactory()
Returns
QueryCacheFactory for this context. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSubscriberContextSupport, newEndToEndConstructor
public AbstractSubscriberContext(QueryCacheContext context)
public QueryCacheEndToEndProvider getEndToEndQueryCacheProvider()
SubscriberContext
QueryCacheEndToEndProvider
for this context.getEndToEndQueryCacheProvider
in interface SubscriberContext
QueryCacheEndToEndProvider
for this context.QueryCacheEndToEndProvider
public MapSubscriberRegistry getMapSubscriberRegistry()
SubscriberContext
MapSubscriberRegistry
for this context.getMapSubscriberRegistry
in interface SubscriberContext
MapSubscriberRegistry
for this context.MapSubscriberRegistry
public QueryCacheFactory getQueryCacheFactory()
SubscriberContext
QueryCacheFactory
for this context.getQueryCacheFactory
in interface SubscriberContext
QueryCacheFactory
for this context.QueryCacheFactory
public AccumulatorInfoSupplier getAccumulatorInfoSupplier()
SubscriberContext
AccumulatorInfoSupplier
for this context.getAccumulatorInfoSupplier
in interface SubscriberContext
AccumulatorInfoSupplier
for this context.AccumulatorInfoSupplier
public QueryCacheEventService getEventService()
SubscriberContext
QueryCacheEventService
for this context.getEventService
in interface SubscriberContext
QueryCacheEventService
for this context.QueryCacheEventService
public QueryCacheConfigurator geQueryCacheConfigurator()
SubscriberContext
QueryCacheConfigurator
for this context.geQueryCacheConfigurator
in interface SubscriberContext
QueryCacheConfigurator
for this context.QueryCacheConfigurator
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.