Uses of Enum Class
org.apache.cassandra.cql3.Ordering.Direction
Packages that use Ordering.Direction
-
Uses of Ordering.Direction in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as Ordering.DirectionMethods in org.apache.cassandra.cql3 that return Ordering.DirectionModifier and TypeMethodDescriptionstatic Ordering.DirectionReturns the enum constant of this class with the specified name.static Ordering.Direction[]Ordering.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.cql3 with parameters of type Ordering.DirectionModifierConstructorDescriptionOrdering(Ordering.Expression expression, Ordering.Direction direction) Raw(Ordering.Raw.Expression expression, Ordering.Direction direction)