com.hazelcast.client
Class TargetClientRequest
java.lang.Object
com.hazelcast.client.ClientRequest
com.hazelcast.client.TargetClientRequest
- All Implemented Interfaces:
- SecureRequest, Portable
public abstract class TargetClientRequest
- extends ClientRequest
Methods inherited from class com.hazelcast.client.ClientRequest |
getCallId, getClientEngine, getEndpoint, getService, getServiceName, isSingleConnection, read, readPortable, setCallId, setSingleConnection, write, writePortable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetClientRequest
public TargetClientRequest()
prepareOperation
protected abstract Operation prepareOperation()
getTarget
public abstract com.hazelcast.nio.Address getTarget()
filter
protected Object filter(Object response)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.