Class SnapshotAgent<K,​V>

    • Constructor Detail

      • SnapshotAgent

        public SnapshotAgent​(DataHolder<K,​V> holder)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • stop

        public void stop()
        Specified by:
        stop in interface Agent
      • getSnapshotIndex

        public int getSnapshotIndex​(K key)
      • setComparator

        public void setComparator​(Comparator<V> comparator)