public class HashLookupStoreWriter extends Object implements LookupStoreWriter
Modifier and Type | Method and Description |
---|---|
LookupStoreFactory.Context |
close() |
void |
put(byte[] key,
byte[] value)
Put key value to store.
|
public void put(byte[] key, byte[] value) throws IOException
LookupStoreWriter
put
in interface LookupStoreWriter
IOException
public LookupStoreFactory.Context close() throws IOException
close
in interface LookupStoreWriter
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.