com.hazelcast.ringbuffer.impl.operations
public class ReadManyOperation extends AbstractRingBufferOperation implements WaitSupport
name
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Constructor and Description |
---|
ReadManyOperation() |
ReadManyOperation(String name,
long startSequence,
int minSize,
int maxSize,
IFunction<?,Boolean> filter) |
Modifier and Type | Method and Description |
---|---|
void |
beforeRun() |
int |
getId()
Returns type identifier for this class.
|
ReadResultSetImpl |
getResponse() |
WaitNotifyKey |
getWaitKey() |
void |
onWaitExpire() |
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
boolean |
shouldWait() |
protected void |
writeInternal(ObjectDataOutput out) |
getFactoryId, getServiceName
afterRun, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getWaitTimeout
readData, writeData
getPartitionId
public void beforeRun()
beforeRun
in class AbstractOperation
public boolean shouldWait()
shouldWait
in interface WaitSupport
public ReadResultSetImpl getResponse()
getResponse
in class AbstractOperation
public WaitNotifyKey getWaitKey()
getWaitKey
in interface WaitSupport
public void onWaitExpire()
onWaitExpire
in interface WaitSupport
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractRingBufferOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractRingBufferOperation
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.