public class BulkLoader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BulkLoader.WriteException
Exception during writing.
|
Constructor and Description |
---|
BulkLoader(org.rocksdb.RocksDB db,
org.rocksdb.Options options,
org.rocksdb.ColumnFamilyHandle columnFamily,
String path) |
public BulkLoader(org.rocksdb.RocksDB db, org.rocksdb.Options options, org.rocksdb.ColumnFamilyHandle columnFamily, String path)
public void write(byte[] key, byte[] value) throws BulkLoader.WriteException
BulkLoader.WriteException
public void finish()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.