Uses of Enum Class
org.apache.cassandra.transport.Message.Type
Packages that use Message.Type
-
Uses of Message.Type in org.apache.cassandra.transport
Fields in org.apache.cassandra.transport declared as Message.TypeModifier and TypeFieldDescriptionfinal Message.TypeEnvelope.Header.typefinal Message.TypeMessage.typeMethods in org.apache.cassandra.transport that return Message.TypeModifier and TypeMethodDescriptionstatic Message.TypeMessage.Type.fromOpcode(int opcode, Message.Direction direction) static Message.TypeReturns the enum constant of this class with the specified name.static Message.Type[]Message.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.transport with parameters of type Message.TypeModifier and TypeMethodDescriptionstatic EnvelopeEnvelope.create(Message.Type type, int streamId, ProtocolVersion version, EnumSet<Envelope.Header.Flag> flags, io.netty.buffer.ByteBuf body) Constructors in org.apache.cassandra.transport with parameters of type Message.TypeModifierConstructorDescriptionprotectedMessage(Message.Type type) protectedRequest(Message.Type type) protectedResponse(Message.Type type)