|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvoldemort.store.socket.clientrequest.AbstractClientRequest<T>
voldemort.store.socket.clientrequest.AbstractStoreClientRequest<T>
public abstract class AbstractStoreClientRequest<T>
| Field Summary | |
|---|---|
protected RequestFormat |
requestFormat
|
protected RequestRoutingType |
requestRoutingType
|
protected java.lang.String |
storeName
|
| Constructor Summary | |
|---|---|
AbstractStoreClientRequest(java.lang.String storeName,
RequestFormat requestFormat,
RequestRoutingType requestRoutingType)
|
|
| Method Summary |
|---|
| Methods inherited from class voldemort.store.socket.clientrequest.AbstractClientRequest |
|---|
complete, formatRequest, formatRequestInternal, getResult, isComplete, isTimedOut, parseResponse, parseResponseInternal, timeOut |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface voldemort.store.socket.clientrequest.ClientRequest |
|---|
isCompleteResponse |
| Field Detail |
|---|
protected final java.lang.String storeName
protected final RequestFormat requestFormat
protected final RequestRoutingType requestRoutingType
| Constructor Detail |
|---|
public AbstractStoreClientRequest(java.lang.String storeName,
RequestFormat requestFormat,
RequestRoutingType requestRoutingType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||