public interface PersistenceService
Modifier and Type | Method and Description |
---|---|
<K,V> PersistentMapBuilder<K,V> |
persistentMapBuilder()
A builder for the creation of local persistent maps backed by disk.
|
<E> PersistentSetBuilder<E> |
persistentSetBuilder()
A builder for the creation of local persistent sets backed by disk.
|
<K,V> PersistentMapBuilder<K,V> persistentMapBuilder()
K
- the type of keys in this mapV
- the type of values in this map<E> PersistentSetBuilder<E> persistentSetBuilder()
E
- the type of the elements