Uses of Enum
com.couchbase.client.java.view.ViewOrdering
Packages that use ViewOrdering
Package
Description
Namespace for various view-service related classes.
-
Uses of ViewOrdering in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return ViewOrderingModifier and TypeMethodDescriptionstatic ViewOrderingReturns the enum constant of this type with the specified name.static ViewOrdering[]ViewOrdering.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.view with parameters of type ViewOrderingModifier and TypeMethodDescriptionViewOptions.order(ViewOrdering ordering) Return the documents in descending key order.