java.lang.Object
com.playtika.janusgraph.aerospike.operations.batch.ExpectedValue

public class ExpectedValue extends Object
  • Field Details

    • storeName

      public final String storeName
    • key

      public final com.aerospike.client.Value key
    • values

      public final Map<com.aerospike.client.Value,com.aerospike.client.Value> values
  • Constructor Details

    • ExpectedValue

      public ExpectedValue(String storeName, com.aerospike.client.Value key, Map<com.aerospike.client.Value,com.aerospike.client.Value> values)