Uses of Enum Class
org.apache.cassandra.transport.Message.Direction
Packages that use Message.Direction
-
Uses of Message.Direction in org.apache.cassandra.transport
Fields in org.apache.cassandra.transport declared as Message.DirectionMethods in org.apache.cassandra.transport that return Message.DirectionModifier and TypeMethodDescriptionstatic Message.DirectionMessage.Direction.extractFromVersion(int versionWithDirection) static Message.DirectionReturns the enum constant of this class with the specified name.static Message.Direction[]Message.Direction.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.DirectionModifier and TypeMethodDescriptionstatic Message.TypeMessage.Type.fromOpcode(int opcode, Message.Direction direction)