MapPolicy Constructor Aerospike
Overload List

  NameDescription
Public methodMapPolicy 
Default constructor. Create unordered unique key map when map does not exist. Use normal update mode when writing map items.
Public methodMapPolicy(MapOrder, MapWriteMode)
Create unique key map with specified order when map does not exist. Use specified write mode when writing map items.
Back to Top
See Also