Uses of Interface
net.morimekta.providence.storage.MessageReadOnlyStore
-
Packages that use MessageReadOnlyStore Package Description net.morimekta.providence.storage -
-
Uses of MessageReadOnlyStore in net.morimekta.providence.storage
Subinterfaces of MessageReadOnlyStore 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.interfaceMessageStore<K,M extends net.morimekta.providence.PMessage<M>>Interface for storing messages of a single type.Classes in net.morimekta.providence.storage that implement MessageReadOnlyStore 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.classDirectoryMessageStore<K,M extends net.morimekta.providence.PMessage<M>>Simple file-based 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.classInMemoryMessageStore<K,M extends net.morimekta.providence.PMessage<M>>Simple in-memory storage of providence messages.Constructors in net.morimekta.providence.storage with parameters of type MessageReadOnlyStore Constructor Description PredicateFilterMessageStoreSearcher(MessageReadOnlyStore<K,M> store, java.util.function.BiPredicate<M,Q> biPredicate)PredicateFilterMessageStoreSearcher(MessageReadOnlyStore<K,M> store, PredicateFilterMessageStoreSearcher.PredicateFilter<Q,K,M> predicate)
-