public static class MetaStorage.TmpStorage extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
byte[] val)
Put data
|
void |
close() |
Stream<IgniteBiTuple<String,byte[]>> |
stream()
Read data from storage
|
public void add(String key, byte[] val) throws IgniteCheckedException
key - Key.val - Value.IgniteCheckedExceptionpublic Stream<IgniteBiTuple<String,byte[]>> stream()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020