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, wait
forEach, spliterator
public byte[] lookup(byte[] key) throws IOException
LookupStoreReader
lookup
in interface LookupStoreReader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.