Uses of Class
org.apache.cassandra.transport.Message.Type
-
Packages that use Message.Type Package Description org.apache.cassandra.transport -
-
Uses of Message.Type in org.apache.cassandra.transport
Fields in org.apache.cassandra.transport declared as Message.Type Modifier and Type Field Description Message.Type
Envelope.Header. type
Message.Type
Message. type
Methods in org.apache.cassandra.transport that return Message.Type Modifier and Type Method 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.Methods in org.apache.cassandra.transport with parameters of type Message.Type Modifier and Type Method Description static Envelope
Envelope. create(Message.Type type, int streamId, ProtocolVersion version, java.util.EnumSet<Envelope.Header.Flag> flags, io.netty.buffer.ByteBuf body)
Constructors in org.apache.cassandra.transport with parameters of type Message.Type Constructor Description Message(Message.Type type)
Request(Message.Type type)
Response(Message.Type type)
-