public interface LookupStoreReader extends Closeable
Modifier and Type | Method and Description |
---|---|
byte[] |
lookup(byte[] key)
Lookup value by key.
|
@Nullable byte[] lookup(byte[] key) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.