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