Package | Description |
---|---|
org.apache.cassandra.transport |
Modifier and Type | Field and Description |
---|---|
Message.Type |
Frame.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 |
---|---|
void |
ServerConnection.applyStateTransition(Message.Type requestType,
Message.Type responseType) |
static Frame |
Frame.create(Message.Type type,
int streamId,
ProtocolVersion version,
java.util.EnumSet<Frame.Header.Flag> flags,
io.netty.buffer.ByteBuf body) |
QueryState |
ServerConnection.validateNewMessage(Message.Type type,
ProtocolVersion version,
int streamId) |
Constructor and Description |
---|
Message(Message.Type type) |
Request(Message.Type type) |
Response(Message.Type type) |
Copyright © 2020 The Apache Software Foundation