public class CacheEntryIteratorOperation extends KeyBasedCacheOperation implements ReadonlyOperation
Provides iterator functionality for ICache.
 Initializes and grabs a number of entries defined by size parameter from the
 ICacheRecordStore with the last table index.
 
(int, int)backupRecord, key, responsecacheService, dontCreateCacheRecordStoreIfNotExist, recordStore, wanEventPublishernameGENERIC_PARTITION_ID| Constructor and Description | 
|---|
CacheEntryIteratorOperation()  | 
CacheEntryIteratorOperation(String name,
                           int tableIndex,
                           int size)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getId()
Returns type identifier for this class. 
 | 
protected void | 
readInternal(ObjectDataInput in)  | 
void | 
run()
Runs the operation. 
 | 
protected void | 
writeInternal(ObjectDataOutput out)  | 
getResponsebeforeRun, beforeRunInternal, dispose, getAsyncBackupCount, getFactoryId, getServiceName, getServiceNamespace, getSyncBackupCount, logError, onInvocationException, publishWanRemove, publishWanUpdate, publishWanUpdate, publishWanUpdategetName, toStringafterRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, onExecutionFailure, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPartitionIdreadData, writeDatapublic CacheEntryIteratorOperation()
public CacheEntryIteratorOperation(String name, int tableIndex, int size)
public int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablepublic void run()
         throws Exception
OperationOperation.run() or Operation.call() method should be implemented; not both.
 Runs after wait-support, supposed to do actual operationrun in class OperationExceptionOperation.call()protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class KeyBasedCacheOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class KeyBasedCacheOperationIOExceptionCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.