Uses of Class
com.gpudb.BulkInserter.InsertException
-
Packages that use BulkInserter.InsertException Package Description com.gpudb -
-
Uses of BulkInserter.InsertException in com.gpudb
Methods in com.gpudb that return types with arguments of type BulkInserter.InsertException Modifier and Type Method 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().Methods in com.gpudb that throw BulkInserter.InsertException Modifier and Type Method Description voidBulkInserter. close()ClosesBulkInserterresources: 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 theBulkInserterclass is used in a try-with-resources block.voidBulkInserter. flush()Ensures that any queued records are inserted into GPUdb.voidBulkInserter. insert(List<T> records)Queues a list of records for insertion into GPUdb.voidBulkInserter. insert(T record)Queues a record for insertion into GPUdb.
-