public abstract class AbstractQueryCacheEndToEndConstructor extends Object implements QueryCacheEndToEndConstructor
QueryCacheEndToEndConstructor
implementations.QueryCacheEndToEndConstructor
Modifier and Type | Field and Description |
---|---|
protected QueryCacheContext |
context |
protected boolean |
includeValue |
protected ILogger |
logger |
protected String |
mapName |
protected static int |
OPERATION_WAIT_TIMEOUT_MINUTES |
protected Predicate |
predicate |
protected String |
publisherListenerId |
protected InternalQueryCache |
queryCache |
protected QueryCacheRequest |
request |
protected SubscriberContext |
subscriberContext |
Constructor and Description |
---|
AbstractQueryCacheEndToEndConstructor(QueryCacheRequest request) |
Modifier and Type | Method and Description |
---|---|
InternalQueryCache |
createNew(String arg)
Here order of method calls should not change.
|
void |
createSubscriberAccumulator(AccumulatorInfo info)
Creates a new
SubscriberAccumulator |
String |
getCacheName() |
protected QueryCacheConfig |
initQueryCacheConfig(QueryCacheRequest request) |
protected Object |
toObject(Object data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createPublisherAccumulator
protected static final int OPERATION_WAIT_TIMEOUT_MINUTES
protected final String mapName
protected final QueryCacheRequest request
protected final QueryCacheContext context
protected final SubscriberContext subscriberContext
protected final ILogger logger
protected Predicate predicate
protected boolean includeValue
protected InternalQueryCache queryCache
protected String publisherListenerId
public AbstractQueryCacheEndToEndConstructor(QueryCacheRequest request)
public final void createSubscriberAccumulator(AccumulatorInfo info)
QueryCacheEndToEndConstructor
SubscriberAccumulator
createSubscriberAccumulator
in interface QueryCacheEndToEndConstructor
info
- AccumulatorInfo
for the SubscriberAccumulator
public final InternalQueryCache createNew(String arg)
createNew
in interface ConstructorFunction<String,InternalQueryCache>
arg
- construction argumentpublic String getCacheName()
protected QueryCacheConfig initQueryCacheConfig(QueryCacheRequest request)
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.