Uses of Enum Class
com.aerospike.client.cdt.MapWriteMode
Packages that use MapWriteMode
-
Uses of MapWriteMode in com.aerospike.client.cdt
Methods in com.aerospike.client.cdt that return MapWriteModeModifier and TypeMethodDescriptionstatic MapWriteModeReturns the enum constant of this class with the specified name.static MapWriteMode[]MapWriteMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.aerospike.client.cdt with parameters of type MapWriteModeModifierConstructorDescriptionMapPolicy(MapOrder order, MapWriteMode writeMode) Create unique key map with specified order when map does not exist.