public class BinaryHelloCommand extends BinaryCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryHelloCommand.Feature |
bodyLength, extraLength, keyLength, opcode| Constructor and Description |
|---|
BinaryHelloCommand(ByteBuffer header) |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
getFeatures() |
void |
process()
Any postprocessing on the body should be done here.
|
complete, generateEventId, getCas, getComCode, getEventId, getInputBuffer, getKey, getKeySpec, getOpaque, getOpcode, getValue, getVBucketIdpublic BinaryHelloCommand(ByteBuffer header) throws ProtocolException
ProtocolExceptionpublic void process()
throws ProtocolException
BinaryCommandprocess in class BinaryCommandProtocolException - if a protocol error occurspublic boolean[] getFeatures()
Copyright © 2017. All rights reserved.