public interface ReadOnlyMetastorage
| Modifier and Type | Method and Description |
|---|---|
Serializable |
read(String key) |
Map<String,? extends Serializable> |
readForPredicate(IgnitePredicate<String> keyPred)
Read all keys matching provided predicate.
|
Serializable read(String key) throws IgniteCheckedException
IgniteCheckedExceptionMap<String,? extends Serializable> readForPredicate(IgnitePredicate<String> keyPred) throws IgniteCheckedException
keyPred - Key predicate.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018