Uses of Class
com.couchbase.client.java.kv.ScanSort
-
Packages that use ScanSort Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of ScanSort in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ScanSort Modifier and Type Method Description static ScanSort
ScanSort. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScanSort[]
ScanSort. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.kv with parameters of type ScanSort Modifier and Type Method Description ScanOptions
ScanOptions. sort(ScanSort sort)
Allows to configure sorting of the scan output.
-