putRecords abstract method

void putRecords(
  1. Map<K, Record<V>> recordMap
)

Stores records without updating the HLC. Meant for subclassing, clients should use putAll() instead. Make sure to call refreshCanonicalTime() if using this method directly.

Implementation

void putRecords(Map<K, Record<V>> recordMap);