Package | Description |
---|---|
com.gpudb |
Modifier and Type | Method and Description |
---|---|
static GPUdbBase.JsonOptions |
GPUdbBase.JsonOptions.defaultOptions()
This method returns an instance of
GPUdbBase.JsonOptions with default values. |
GPUdbBase.JsonOptions |
BulkInserter.getJsonOptions() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
GPUdbBase.insertRecordsFromJson(GPUdbBase.InsertRecordsJsonRequest insertRecordsJsonRequest,
GPUdbBase.JsonOptions jsonOptions)
This method inserts a JSON payload (either a single JSON record or an array) into a Kinetica table
|
Map<String,Object> |
GPUdbBase.insertRecordsFromJson(String jsonRecords,
String tableName,
GPUdbBase.JsonOptions jsonOptions,
Map<String,String> createTableOptions,
Map<String,String> options)
This method inserts a JSON payload (either a single JSON record or an array) into a Kinetica table
|
void |
BulkInserter.setJsonOptions(GPUdbBase.JsonOptions jsonOptions)
This method could be used to set
GPUdbBase.JsonOptions in case the user wants to
modify the defaults. |
Constructor and Description |
---|
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,
Type type,
int batchSize,
Map<String,String> options,
WorkerList workers,
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,
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,
GPUdbBase.JsonOptions jsonOptions)
Creates a
BulkInserter with the specified parameters. |
Copyright © 2024. All rights reserved.