com.hazelcast.client.impl.protocol.task
Class AbstractMultiTargetMessageTask<P>
java.lang.Object
com.hazelcast.client.impl.protocol.task.AbstractMessageTask<P>
com.hazelcast.client.impl.protocol.task.AbstractMultiTargetMessageTask<P>
- All Implemented Interfaces:
- SecureRequest, MessageTask, PartitionSpecificRunnable, Runnable
- Direct Known Subclasses:
- MapAddInterceptorMessageTask, MapRemoveInterceptorMessageTask, XACollectTransactionsMessageTask
public abstract class AbstractMultiTargetMessageTask<P>
- extends AbstractMessageTask<P>
Methods inherited from class com.hazelcast.client.impl.protocol.task.AbstractMessageTask |
decodeClientMessage, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getPartitionId, getService, getServiceName, run, sendClientMessage, sendClientMessage, sendClientMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMultiTargetMessageTask
protected AbstractMultiTargetMessageTask(ClientMessage clientMessage,
Node node,
Connection connection)
processMessage
protected void processMessage()
- Specified by:
processMessage
in class AbstractMessageTask<P>
createOperationFactory
protected abstract OperationFactory createOperationFactory()
reduce
protected abstract ClientMessage reduce(Map<Address,Object> map)
throws Throwable
- Throws:
Throwable
getTargets
public abstract Collection<Address> getTargets()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.