Uses of Enum Class
com.aerospike.client.cdt.MapOrder
Packages that use MapOrder
-
Uses of MapOrder in com.aerospike.client
Methods in com.aerospike.client that return MapOrderModifier and TypeMethodDescriptionstatic MapOrderValue.MapValue.getMapOrder(Map<?, ?> map) Value.MapValue.getOrder()Methods in com.aerospike.client with parameters of type MapOrderModifier and TypeMethodDescriptionstatic ValueGet sorted map or null value instance.static ValueDeprecated.Constructors in com.aerospike.client with parameters of type MapOrderModifierConstructorDescriptionCreate a map bin from a list of key/value entries.Deprecated.SortedMapValue(List<? extends Map.Entry<?, ?>> list, MapOrder order) -
Uses of MapOrder in com.aerospike.client.cdt
Methods in com.aerospike.client.cdt that return MapOrderModifier and TypeMethodDescriptionstatic MapOrderReturns the enum constant of this class with the specified name.static MapOrder[]MapOrder.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 MapOrderModifier and TypeMethodDescriptionstatic OperationCreate map create operation.static OperationCreate map create operation.static CTXCTX.mapKeyCreate(Value key, MapOrder order) Lookup map by base map's key.Constructors in com.aerospike.client.cdt with parameters of type MapOrderModifierConstructorDescriptionCreate unique key map with specified order when map does not exist.Create unique key map with specified order and persist index flag when map does not exist.MapPolicy(MapOrder order, MapWriteMode writeMode) Create unique key map with specified order when map does not exist.