| Package | Description |
|---|---|
| com.gpudb |
| Modifier and Type | Method and Description |
|---|---|
static BulkInserter.FlushOptions |
BulkInserter.FlushOptions.defaultOptions()
This method returns an instance of
BulkInserter.FlushOptions with default values. |
BulkInserter.FlushOptions |
BulkInserter.getTimedFlushOptions()
Retrieves options governing the timed flush ingest scheme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkInserter.setTimedFlushOptions(BulkInserter.FlushOptions flushOptions)
This method could potentially result in two different scenarios
It could start a timed flush thread if it was not already active
when the BulkInserter was created.
|
| Constructor and Description |
|---|
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions)
Creates a
BulkInserter with the specified parameters. |
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions,
GPUdbBase.JsonOptions jsonOptions)
Creates a
BulkInserter with the specified parameters. |
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions)
Creates a
BulkInserter with the specified parameters. |
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions,
GPUdbBase.JsonOptions jsonOptions)
Creates a
BulkInserter with the specified parameters. |
Copyright © 2025. All rights reserved.