Uses of Enum Class
com.aerospike.client.cdt.ListOrder
Packages that use ListOrder
-
Uses of ListOrder in com.aerospike.client.cdt
Methods in com.aerospike.client.cdt that return ListOrderModifier and TypeMethodDescriptionstatic ListOrderReturns the enum constant of this class with the specified name.static ListOrder[]ListOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aerospike.client.cdt with parameters of type ListOrderModifier and TypeMethodDescriptionstatic OperationListOperation.create(String binName, ListOrder order, boolean pad, boolean persistIndex, CTX... ctx) Create list create operation.static OperationCreate list create operation.static CTXCTX.listIndexCreate(int index, ListOrder order, boolean pad) Lookup list by base list's index offset.static OperationCreate set list order operation.static OperationCreate set list order operation.Constructors in com.aerospike.client.cdt with parameters of type ListOrderModifierConstructorDescriptionListPolicy(ListOrder order, int flags) Create list with specified order when list does not exist.