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.DirectionMessage.Type. directionMethods in org.apache.cassandra.transport that return Message.Direction Modifier and Type Method Description static Message.DirectionMessage.Direction. extractFromVersion(int versionWithDirection)static Message.DirectionMessage.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.TypeMessage.Type. fromOpcode(int opcode, Message.Direction direction)
-