public interface QueryCacheEndToEndConstructor extends ConstructorFunction<String,InternalQueryCache>
QueryCache
system on nodes or on clients.
This constructor is called from subscriber-side and initiates the construction of whole underlying system
which feeds the QueryCache
.
When this constructor returns successfully, there should be a QueryCache
instance ready to use.QueryCache
Modifier and Type | Method and Description |
---|---|
void |
createPublisherAccumulator(AccumulatorInfo info)
Creates a new publisher-accumulator according to
AccumulatorInfo . |
void |
createSubscriberAccumulator(AccumulatorInfo info)
Creates a new
SubscriberAccumulator |
createNew
void createSubscriberAccumulator(AccumulatorInfo info) throws Exception
SubscriberAccumulator
info
- AccumulatorInfo
for the SubscriberAccumulator
Exception
- in case of any exceptional case.void createPublisherAccumulator(AccumulatorInfo info) throws Exception
AccumulatorInfo
.
This accumulator will be used to feed the SubscriberAccumulator
.info
- AccumulatorInfo
for the publisher-accumulatorException
- in case of any exceptional case.NonStopPublisherAccumulator
,
BatchPublisherAccumulator
,
CoalescingPublisherAccumulator
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.