public class SortLookupStoreWriter extends Object implements LookupStoreWriter
LookupStoreWriter
for sorting.Modifier and Type | Field and Description |
---|---|
static int |
MAGIC_NUMBER |
Modifier and Type | Method and Description |
---|---|
LookupStoreFactory.Context |
close() |
void |
put(byte[] key,
byte[] value)
Put key value to store.
|
public static final int MAGIC_NUMBER
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.