| 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()
Returns the  
BulkInserter.FlushOptions instance value, useful for debugging. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BulkInserter.setTimedFlushOptions(BulkInserter.FlushOptions flushOptions)
This method could potentially result in two different scenarios
 1. 
 | 
| 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 © 2024. All rights reserved.