public class HashLookupStoreReader extends Object implements LookupStoreReader, Iterable<Map.Entry<byte[],byte[]>>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterator<Map.Entry<byte[],byte[]>> |
iterator() |
Iterator<Map.Entry<byte[],byte[]>> |
keys() |
byte[] |
lookup(byte[] key)
Lookup value by key.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic byte[] lookup(byte[] key)
throws IOException
LookupStoreReaderlookup in interface LookupStoreReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.