Class BatchUpdateSerde
java.lang.Object
com.playtika.janusgraph.aerospike.operations.batch.BatchUpdateSerde
- All Implemented Interfaces:
nosql.batch.update.aerospike.wal.AerospikeBatchUpdateSerde<BatchLocks,BatchUpdates, Map<com.aerospike.client.Key, ExpectedValue>>
public class BatchUpdateSerde
extends Object
implements nosql.batch.update.aerospike.wal.AerospikeBatchUpdateSerde<BatchLocks,BatchUpdates,Map<com.aerospike.client.Key,ExpectedValue>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnosql.batch.update.BatchUpdate<BatchLocks,BatchUpdates> List<com.aerospike.client.Bin>write(nosql.batch.update.BatchUpdate<BatchLocks, BatchUpdates> batch)
-
Constructor Details
-
BatchUpdateSerde
-
-
Method Details
-
write
public List<com.aerospike.client.Bin> write(nosql.batch.update.BatchUpdate<BatchLocks, BatchUpdates> batch) - Specified by:
writein interfacenosql.batch.update.aerospike.wal.AerospikeBatchUpdateSerde<BatchLocks,BatchUpdates, Map<com.aerospike.client.Key, ExpectedValue>>
-
read
- Specified by:
readin interfacenosql.batch.update.aerospike.wal.AerospikeBatchUpdateSerde<BatchLocks,BatchUpdates, Map<com.aerospike.client.Key, ExpectedValue>>
-