Interface MapWriter<K,V>

Type Parameters:
K - key type
V - value type
All Known Implementing Classes:
RetryableMapWriter

public interface MapWriter<K,V>
Map writer used for write-through operations.
Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    write(Map<K,V> map)
     
  • Method Details