public interface Request extends Externalizable
| Modifier and Type | Method and Description |
|---|---|
RequestType |
getRequestType() |
void |
readExternal(ObjectInput in) |
void |
setMetaData(ProtocolMetaData metaData)
Set the protocol metadata that can be used for versioned requests
|
void |
writeExternal(ObjectOutput out) |
RequestType getRequestType()
void setMetaData(ProtocolMetaData metaData)
metaData - ProtocolMetaDatavoid readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionvoid writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.