public abstract class InvocationClientRequest extends ClientRequest
callId, clientEngine, endpoint, service
Constructor and Description |
---|
InvocationClientRequest() |
Modifier and Type | Method and Description |
---|---|
protected InvocationBuilder |
createInvocationBuilder(String serviceName,
Operation op,
com.hazelcast.nio.Address target) |
protected InvocationBuilder |
createInvocationBuilder(String serviceName,
Operation op,
int partitionId) |
protected abstract void |
invoke() |
getCallId, getClassVersion, getClientEngine, getEndpoint, getService, getServiceName, isSingleConnection, read, readPortable, setCallId, setSingleConnection, write, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequiredPermission
getClassId, getFactoryId
protected abstract void invoke()
protected final InvocationBuilder createInvocationBuilder(String serviceName, Operation op, int partitionId)
protected final InvocationBuilder createInvocationBuilder(String serviceName, Operation op, com.hazelcast.nio.Address target)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.