Interface ReplicatedStateMachine.Notification<K,V>

Enclosing class:
ReplicatedStateMachine<K,V>

public static interface ReplicatedStateMachine.Notification<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    get(K key, V val)
     
    void
    put(K key, V val, V old_val)
     
    void
    remove(K key, V old_val)
     
  • Method Details

    • put

      void put(K key, V val, V old_val)
    • remove

      void remove(K key, V old_val)
    • get

      void get(K key, V val)