- get(K) - Method in interface net.morimekta.providence.storage.MessageListReadOnlyStore
-
Get a single value from the storage.
- get(K) - Method in interface net.morimekta.providence.storage.MessageReadOnlyStore
-
Get a single value from the storage.
- getAll(Collection<K>) - Method in class net.morimekta.providence.storage.DirectoryMessageListStore
-
- getAll(Collection<K>) - Method in class net.morimekta.providence.storage.DirectoryMessageStore
-
- getAll(Collection<K>) - Method in class net.morimekta.providence.storage.InMemoryMessageListStore
-
- getAll(Collection<K>) - Method in class net.morimekta.providence.storage.InMemoryMessageStore
-
- getAll(Collection<K>) - Method in interface net.morimekta.providence.storage.MessageListReadOnlyStore
-
Look up a set of keys from the storage.
- getAll(Collection<K>) - Method in interface net.morimekta.providence.storage.MessageReadOnlyStore
-
Look up a set of keys from the storage.
- getAllBuilders(Collection<K>) - Method in interface net.morimekta.providence.storage.MessageListReadOnlyStore
-
Get map of lists of builders for all the messages for the requested keys.
- getAllBuilders(Collection<K>) - Method in interface net.morimekta.providence.storage.MessageReadOnlyStore
-
Get builders for all keys requested.
- getBuilder(K) - Method in interface net.morimekta.providence.storage.MessageReadOnlyStore
-
Get the builder representing the message on the given key.
- getBuilders(K) - Method in interface net.morimekta.providence.storage.MessageListReadOnlyStore
-
Get a list of builders for the entry stored.