Uses of Class
org.apache.cassandra.transport.Message.Direction
-
Packages that use Message.Direction Package Description org.apache.cassandra.transport -
-
Uses of Message.Direction in org.apache.cassandra.transport
Fields in org.apache.cassandra.transport declared as Message.Direction Modifier and Type Field Description Message.Direction
Message.Type. direction
Methods in org.apache.cassandra.transport that return Message.Direction Modifier and Type Method Description static Message.Direction
Message.Direction. extractFromVersion(int versionWithDirection)
static Message.Direction
Message.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Message.Direction[]
Message.Direction. 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.Direction Modifier and Type Method Description static Message.Type
Message.Type. fromOpcode(int opcode, Message.Direction direction)
-