Uses of Enum Class
org.apache.cassandra.transport.messages.ResultMessage.Kind
Packages that use ResultMessage.Kind
-
Uses of ResultMessage.Kind in org.apache.cassandra.transport.messages
Fields in org.apache.cassandra.transport.messages declared as ResultMessage.KindMethods in org.apache.cassandra.transport.messages that return ResultMessage.KindModifier and TypeMethodDescriptionstatic ResultMessage.KindResultMessage.Kind.fromId(int id) static ResultMessage.KindReturns the enum constant of this class with the specified name.static ResultMessage.Kind[]ResultMessage.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.transport.messages with parameters of type ResultMessage.Kind