Uses of Class
com.gpudb.BulkInserter.FlushOptions
-
Packages that use BulkInserter.FlushOptions Package Description com.gpudb -
-
Uses of BulkInserter.FlushOptions in com.gpudb
Methods in com.gpudb that return BulkInserter.FlushOptions Modifier and Type Method Description static BulkInserter.FlushOptionsBulkInserter.FlushOptions. defaultOptions()This method returns an instance ofBulkInserter.FlushOptionswith default values.BulkInserter.FlushOptionsBulkInserter. getTimedFlushOptions()Retrieves options governing the timed flush ingest scheme.Methods in com.gpudb with parameters of type BulkInserter.FlushOptions Modifier and Type Method Description voidBulkInserter. 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.Constructors in com.gpudb with parameters of type BulkInserter.FlushOptions Constructor Description BulkInserter(GPUdb gpudb, String tableName, TypeObjectMap<T> typeObjectMap, int batchSize, Map<String,String> options, WorkerList workers, BulkInserter.FlushOptions flushOptions)Creates aBulkInserterwith 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 aBulkInserterwith the specified parameters.BulkInserter(GPUdb gpudb, String tableName, Type type, int batchSize, Map<String,String> options, WorkerList workers, BulkInserter.FlushOptions flushOptions)Creates aBulkInserterwith 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 aBulkInserterwith the specified parameters.
-