Uses of Class
com.gpudb.GPUdbBase.JsonOptions
-
Packages that use GPUdbBase.JsonOptions Package Description com.gpudb -
-
Uses of GPUdbBase.JsonOptions in com.gpudb
Methods in com.gpudb that return GPUdbBase.JsonOptions Modifier and Type Method Description static GPUdbBase.JsonOptionsGPUdbBase.JsonOptions. defaultOptions()This method returns an instance ofGPUdbBase.JsonOptionswith default values.GPUdbBase.JsonOptionsBulkInserter. getJsonOptions()Retrieves options governing JSON ingest.Methods in com.gpudb with parameters of type GPUdbBase.JsonOptions Modifier and Type Method 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 tableMap<String,Object>GPUdbBase. insertRecordsFromJson(String jsonRecords, String tableName, GPUdbBase.JsonOptions jsonOptions, Map<String,String> createTableOptions, Map<String,String> insertRecordsOptions)This method inserts a JSON payload (either a single JSON record or an array) into a Kinetica tablevoidBulkInserter. setJsonOptions(GPUdbBase.JsonOptions jsonOptions)This method could be used to setGPUdbBase.JsonOptionsin case the user wants to modify the defaults.Constructors in com.gpudb with parameters of type GPUdbBase.JsonOptions Constructor Description 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, TypeObjectMap<T> typeObjectMap, int batchSize, Map<String,String> options, WorkerList workers, 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, GPUdbBase.JsonOptions jsonOptions)Creates aBulkInserterwith the specified parameters.BulkInserter(GPUdb gpudb, String tableName, Type type, int batchSize, Map<String,String> options, WorkerList workers, GPUdbBase.JsonOptions jsonOptions)Creates aBulkInserterwith the specified parameters.
-