com.hazelcast.client
Class TargetClientRequest
java.lang.Object
com.hazelcast.client.TargetClientRequest
public abstract class TargetClientRequest
- extends Object
- Author:
- mdogan 5/3/13
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)
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.