com.hazelcast.client
Class InvocationClientRequest
java.lang.Object
com.hazelcast.client.InvocationClientRequest
public abstract class InvocationClientRequest
- extends Object
- Author:
- mdogan 5/13/13
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationClientRequest
public InvocationClientRequest()
invoke
protected abstract void invoke()
createInvocationBuilder
protected final InvocationBuilder createInvocationBuilder(String serviceName,
Operation op,
int partitionId)
createInvocationBuilder
protected final InvocationBuilder createInvocationBuilder(String serviceName,
Operation op,
com.hazelcast.nio.Address target)
getClientEngine
public ClientEngine getClientEngine()
getService
public <S> S getService()
getEndpoint
public ClientEndpoint getEndpoint()
getServiceName
public abstract String getServiceName()
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.