public class ReadManyRequest extends RingbufferRequest
name
callId, clientEngine, endpoint, operationService, serializationService, service
Constructor and Description |
---|
ReadManyRequest() |
ReadManyRequest(String name,
long startSequence,
int minCount,
int maxCount,
Data filter) |
Modifier and Type | Method and Description |
---|---|
protected Object |
filter(Object response) |
int |
getClassId()
Returns class identifier for this portable class.
|
Permission |
getRequiredPermission() |
protected Operation |
prepareOperation() |
void |
read(PortableReader reader) |
void |
write(PortableWriter writer) |
getDistributedObjectName, getFactoryId, getPartition, getServiceName
afterResponse, beforeProcess, beforeResponse, getReplicaIndex, onFailure, onResponse, process
getCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readPortable, writePortable
protected Operation prepareOperation()
prepareOperation
in class PartitionClientRequest
public int getClassId()
Portable
protected Object filter(Object response)
filter
in class PartitionClientRequest
public Permission getRequiredPermission()
public void write(PortableWriter writer) throws IOException
write
in class RingbufferRequest
IOException
public void read(PortableReader reader) throws IOException
read
in class RingbufferRequest
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.