| Package | Description |
|---|---|
| com.gpudb |
| Modifier and Type | Method and Description |
|---|---|
List<BulkInserter.InsertException> |
BulkInserter.getErrors()
Gets the list of errors received since the last call to getErrors().
|
List<BulkInserter.InsertException> |
BulkInserter.getWarnings()
Gets the list of warnings received since the last call to getWarnings().
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkInserter.close()
Closes
BulkInserter resources:
Performs a final flush of any data yet to be ingested
Terminates the timed flush mechanism, if needed
Terminates the ingest executor service
This method will be called automatically if the BulkInserter class is used in a
try-with-resources block. |
void |
BulkInserter.flush()
Ensures that any queued records are inserted into GPUdb.
|
void |
BulkInserter.insert(List<T> records)
Queues a list of records for insertion into GPUdb.
|
void |
BulkInserter.insert(T record)
Queues a record for insertion into GPUdb.
|
Copyright © 2025. All rights reserved.