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.
value
metadata
key
null
Future<int?> putAll(K key, V value, T metadata);