public class CacheKeyIteratorOperation extends AbstractNamedOperation implements ReadonlyOperation
Provides iterator functionality for ICache.
Initializes and grabs a number of keys defined by size
parameter from the
ICacheRecordStore
with the last table index.
ICacheRecordStore.iterator(int, int)
Modifier and Type | Field and Description |
---|---|
protected CacheRecord |
backupRecord |
protected ICacheRecordStore |
cache |
protected Data |
key |
protected Object |
response |
name
Constructor and Description |
---|
CacheKeyIteratorOperation() |
CacheKeyIteratorOperation(String name,
int tableIndex,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
beforeRun() |
int |
getAsyncBackupCount() |
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
int |
getId()
Returns type identifier for this class.
|
Object |
getResponse() |
int |
getSyncBackupCount() |
ExceptionAction |
onException(Throwable throwable) |
protected void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected void |
writeInternal(ObjectDataOutput out) |
getName
afterRun
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
readData, writeData
protected Data key
protected Object response
protected transient ICacheRecordStore cache
protected transient CacheRecord backupRecord
public CacheKeyIteratorOperation()
public CacheKeyIteratorOperation(String name, int tableIndex, int size)
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
protected void writeInternal(ObjectDataOutput out) throws IOException
IOException
protected void readInternal(ObjectDataInput in) throws IOException
IOException
public final void beforeRun() throws Exception
beforeRun
in class AbstractOperation
Exception
public boolean returnsResponse()
returnsResponse
in interface RemotePropagatable<Operation>
returnsResponse
in class AbstractOperation
public final Object getResponse()
getResponse
in class AbstractOperation
public ExceptionAction onException(Throwable throwable)
onException
in class Operation
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public final int getSyncBackupCount()
public final int getAsyncBackupCount()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.