public class ClientSubscriberContextSupport extends Object implements SubscriberContextSupport
SubscriberContextSupport implementation for client side.SubscriberContextSupport| Constructor and Description | 
|---|
ClientSubscriberContextSupport()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
createDestroyQueryCacheOperation(String mapName,
                                String cacheId)
Creates recovery operation for event loss cases. 
 | 
Object | 
createRecoveryOperation(String mapName,
                       String cacheId,
                       long sequence,
                       int partitionId)
Creates recovery operation for event loss cases. 
 | 
Boolean | 
resolveResponseForRecoveryOperation(Object object)
Resolves response of recoveryOperation. 
 | 
public Object createRecoveryOperation(String mapName, String cacheId, long sequence, int partitionId)
SubscriberContextSupportcreateRecoveryOperation in interface SubscriberContextSupportmapName - map namecacheId - ID of cachesequence - sequence to be setpartitionId - partitions ID of broken sequenceQueryCache.tryRecover()public Boolean resolveResponseForRecoveryOperation(Object object)
SubscriberContextSupportresolveResponseForRecoveryOperation in interface SubscriberContextSupportobject - clientMessage or datapublic Object createDestroyQueryCacheOperation(String mapName, String cacheId)
SubscriberContextSupportcreateDestroyQueryCacheOperation in interface SubscriberContextSupportmapName - map namecacheId - ID of cacheQueryCache.tryRecover()Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.