Package me.hsgamer.topper.agent.snapshot
Class SnapshotAgent<K,V>
java.lang.Object
me.hsgamer.topper.agent.snapshot.SnapshotAgent<K,V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> SnapshotAgent <K, V> create(DataHolder<K, V> holder) getSnapshotByIndex(int index) intgetSnapshotIndex(K key) voidrun()voidsetComparator(Comparator<V> comparator) voidvoidstop()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.topper.agent.core.Agent
beforeStop, start
-
Constructor Details
-
SnapshotAgent
public SnapshotAgent()
-
-
Method Details