| Package | Description |
|---|---|
| org.apache.cassandra.transport |
| Modifier and Type | Field and Description |
|---|---|
Message.Type |
Envelope.Header.type |
Message.Type |
Message.type |
| Modifier and Type | Method and Description |
|---|---|
static Message.Type |
Message.Type.fromOpcode(int opcode,
Message.Direction direction) |
static Message.Type |
Message.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.Type[] |
Message.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Envelope |
Envelope.create(Message.Type type,
int streamId,
ProtocolVersion version,
java.util.EnumSet<Envelope.Header.Flag> flags,
io.netty.buffer.ByteBuf body) |
| Constructor and Description |
|---|
Message(Message.Type type) |
Request(Message.Type type) |
Response(Message.Type type) |
Copyright © 2009-2020 The Apache Software Foundation