Class PersistentHashtable<K,V>

java.lang.Object
io.deephaven.persistence.PersistentHashtable<K,V>
Type Parameters:
K - the table's key class
V - the table's value class
All Implemented Interfaces:
com.fishlib.dataobjects.persistence.PersistentCollection, Persistence.Callbacks<com.fishlib.base.Command>

public class PersistentHashtable<K,V> extends Object implements com.fishlib.dataobjects.persistence.PersistentCollection, Persistence.Callbacks<com.fishlib.base.Command>
Implementation of a persistently-stored hash table using the Persistence classes.