Uses of Interface
net.morimekta.providence.storage.ReadWriteSetStore
-
Packages that use ReadWriteSetStore Package Description net.morimekta.providence.storage -
-
Uses of ReadWriteSetStore in net.morimekta.providence.storage
Subinterfaces of ReadWriteSetStore in net.morimekta.providence.storage Modifier and Type Interface Description interfaceMessageSetStore<K,M extends net.morimekta.providence.PMessage<M>>Interface for storing messages of a single type as if it's a set of distinct messages.Classes in net.morimekta.providence.storage that implement ReadWriteSetStore Modifier and Type Class Description classDirectoryMessageSetStore<K,M extends net.morimekta.providence.PMessage<M>>Simple file-based set storage of providence messages that keeps an in-memory key index, a message cache, and stores messages to individual files in a single directly.classInMemoryMessageSetStore<K,M extends net.morimekta.providence.PMessage<M>>Simple in-memory set storage of providence messages.classInMemorySetStore<K,M>Simple in-memory set storage of providence messages.
-