Package | Description |
---|---|
com.gpudb |
Modifier and Type | Method and Description |
---|---|
GPUdb |
BulkInserter.getGPUdb()
Gets the GPUdb instance into which records will be inserted.
|
Modifier and Type | Method and Description |
---|---|
String |
Type.create(GPUdb gpudb)
Creates a type in GPUdb based on the metadata in the
Type object
and returns the type ID for reference. |
static String |
RecordObject.createType(Class<? extends RecordObject> type,
GPUdb gpudb)
Creates a type in GPUdb based on the metadata in the specified
RecordObject class and returns the type ID for reference. |
String |
TypeObjectMap.createType(GPUdb gpudb)
Creates a type in GPUdb based on the metadata in the specified
TypeObjectMap object and returns the type ID for reference. |
static Type |
Type.fromTable(GPUdb gpudb,
String tableName)
Creates a
Type object containing metadata for the GPUdb type of
an existing table in GPUdb. |
static Type |
Type.fromType(GPUdb gpudb,
String typeId)
Creates a
Type object containing metadata for an existing type
in GPUdb. |
Constructor and Description |
---|
BulkInserter.WorkerList(GPUdb gpudb)
Creates a
BulkInserter.WorkerList and automatically populates it with the
worker URLs from GPUdb to support multi-head ingest. |
BulkInserter.WorkerList(GPUdb gpudb,
Pattern ipRegex)
Creates a
BulkInserter.WorkerList and automatically populates it with the
worker URLs from GPUdb to support multi-head ingest. |
BulkInserter.WorkerList(GPUdb gpudb,
String ipPrefix)
Creates a
BulkInserter.WorkerList and automatically populates it with the
worker URLs from GPUdb to support multi-head ingest. |
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize,
Map<String,String> options)
Creates a
BulkInserter with the specified parameters. |
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize,
Map<String,String> options,
BulkInserter.WorkerList workers)
Creates a
BulkInserter with the specified parameters. |
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize,
Map<String,String> options)
Creates a
BulkInserter with the specified parameters. |
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize,
Map<String,String> options,
BulkInserter.WorkerList workers)
Creates a
BulkInserter with the specified parameters. |
Copyright © 2017. All rights reserved.