public abstract class KeyBasedClientRequest extends PartitionClientRequest
| Constructor and Description |
|---|
KeyBasedClientRequest() |
| Modifier and Type | Method and Description |
|---|---|
ClientEngine |
getClientEngine() |
ClientEndpoint |
getEndpoint() |
protected abstract Object |
getKey() |
protected int |
getPartition() |
protected int |
getReplicaIndex() |
<S> S |
getService() |
abstract String |
getServiceName() |
afterResponse, beforeProcess, filter, prepareOperationprotected abstract Object getKey()
protected final int getPartition()
getPartition in class PartitionClientRequestprotected int getReplicaIndex()
getReplicaIndex in class PartitionClientRequestpublic ClientEngine getClientEngine()
public <S> S getService()
public ClientEndpoint getEndpoint()
public abstract String getServiceName()
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.