public abstract class AbstractMultiPartitionMessageTask<P> extends AbstractMessageTask<P> implements BiConsumer<Map<Integer,Object>,Throwable>
clientEngine, clientMessage, connection, endpoint, logger, nodeEngine, parameters, serializationService
Modifier | Constructor and Description |
---|---|
protected |
AbstractMultiPartitionMessageTask(ClientMessage clientMessage,
Node node,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Map<Integer,Object> map,
Throwable throwable) |
protected abstract OperationFactory |
createOperationFactory() |
abstract PartitionIdSet |
getPartitions() |
protected void |
processMessage() |
protected abstract Object |
reduce(Map<Integer,Object> map) |
decodeClientMessage, encodeResponse, getDistributedObjectName, getDistributedObjectType, getMemberBuildInfo, getMethodName, getParameters, getService, getServiceName, handleProcessingFailure, isAdvancedNetworkEnabled, peelIfNeeded, requiresAuthentication, run, sendClientMessage, sendClientMessage, sendResponse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
getRequiredPermission
protected AbstractMultiPartitionMessageTask(ClientMessage clientMessage, Node node, Connection connection)
protected void processMessage()
processMessage
in class AbstractMessageTask<P>
public abstract PartitionIdSet getPartitions()
protected abstract OperationFactory createOperationFactory()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.