putAll abstract method

Future<int?> putAll(
  1. K key,
  2. V value,
  3. T metadata
)

Writes value and metadata for key atomically. Returns the commit-log sequence number assigned to this write, or null if no sequence number was produced.

Implementation

Future<int?> putAll(K key, V value, T metadata);