JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
NOOP
SASLLIST
SASLAUTH
REQUEST
MUTATION
DELETE
FLUSH
OPAQUE
VBUCKETSET
START_CHECKPOINT
END_CHECKPOINT
Field Details
opcode
Constructor Details
TapOpcode(byte)
Method Details
values()
valueOf(String)
getOpcode()
getOpcodeByByte(byte)
Enum Constant Summary
Enum Constants
Defines a delete message to specify a key has been deleted.
Defines the end of a checkpoint.
Defines a tap flush message.
Defines a key-value mutation message to specify a key-value has changed.
Defines a tap no-op message.
Defines a opaque message to send control data to the consumer.
Defines a request message to open a tap connection.
Defines a SASL authorization message.
Defines a SASL list mechanism message.
Defines the start of a checkpoint.
Defines a vBucket set message to set the state of a vBucket in the
consumer.
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
byte
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf