public interface ReadOnlyMetastorage
| Modifier and Type | Method and Description |
|---|---|
void |
iterate(String keyPrefix,
BiConsumer<String,? super Serializable> cb,
boolean unmarshal)
Read all key/value pairs where key has provided prefix.
|
Serializable |
read(String key) |
byte[] |
readRaw(String key) |
Serializable read(String key) throws IgniteCheckedException
IgniteCheckedExceptionbyte[] readRaw(String key) throws IgniteCheckedException
IgniteCheckedExceptionvoid iterate(String keyPrefix, BiConsumer<String,? super Serializable> cb, boolean unmarshal) throws IgniteCheckedException
keyPrefix - Key prefix.cb - Callback to invoke on each matching key/value pair.unmarshal - True if object passed into cb should be unmarshalled.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021