Interface MutateOperations

All Known Implementing Classes:
BasicMutateOperations

public interface MutateOperations
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mutate(String storeName, com.aerospike.client.Value key, Map<com.aerospike.client.Value,com.aerospike.client.Value> mutation)
     
  • Method Details

    • mutate

      void mutate(String storeName, com.aerospike.client.Value key, Map<com.aerospike.client.Value,com.aerospike.client.Value> mutation)