public interface MutateOperations
| Modifier and Type | Method and Description |
|---|---|
void |
mutate(String storeName,
com.aerospike.client.Value key,
Map<com.aerospike.client.Value,com.aerospike.client.Value> mutation) |
void |
mutateMany(Map<String,Map<com.aerospike.client.Value,Map<com.aerospike.client.Value,com.aerospike.client.Value>>> mutationsByStore) |
void mutateMany(Map<String,Map<com.aerospike.client.Value,Map<com.aerospike.client.Value,com.aerospike.client.Value>>> mutationsByStore) throws org.janusgraph.diskstorage.PermanentBackendException
org.janusgraph.diskstorage.PermanentBackendExceptionvoid mutate(String storeName, com.aerospike.client.Value key, Map<com.aerospike.client.Value,com.aerospike.client.Value> mutation)
Copyright © 2019. All rights reserved.