BulkInserter(GPUdb gpudb,
String tableName,
int batchSize) |
|
BulkInserter(GPUdb gpudb,
String tableName,
int batchSize,
Map<String,String> options) |
|
BulkInserter(GPUdb gpudb,
String tableName,
int batchSize,
Map<String,String> options,
WorkerList workers) |
|
BulkInserter(GPUdb gpudb,
String tableName,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions) |
|
BulkInserter(GPUdb gpudb,
String tableName,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions,
GPUdbBase.JsonOptions jsonOptions) |
|
BulkInserter(GPUdb gpudb,
String tableName,
int batchSize,
Map<String,String> options,
WorkerList workers,
GPUdbBase.JsonOptions jsonOptions) |
|
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize) |
|
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize,
Map<String,String> options) |
|
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize,
Map<String,String> options,
WorkerList workers) |
|
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions) |
|
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions,
GPUdbBase.JsonOptions jsonOptions) |
|
BulkInserter(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
int batchSize,
Map<String,String> options,
WorkerList workers,
GPUdbBase.JsonOptions jsonOptions) |
|
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize) |
|
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize,
Map<String,String> options) |
|
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize,
Map<String,String> options,
WorkerList workers) |
|
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions) |
|
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize,
Map<String,String> options,
WorkerList workers,
BulkInserter.FlushOptions flushOptions,
GPUdbBase.JsonOptions jsonOptions) |
|
BulkInserter(GPUdb gpudb,
String tableName,
Type type,
int batchSize,
Map<String,String> options,
WorkerList workers,
GPUdbBase.JsonOptions jsonOptions) |
|
GPUdbSqlIterator(GPUdb db,
String sql) |
|
GPUdbSqlIterator(GPUdb db,
String sql,
int batchSize) |
|
GPUdbSqlIterator(GPUdb db,
String sql,
int batchSize,
Map<String,String> sqlOptions) |
|
GPUdbSqlIterator(GPUdb db,
String sql,
Map<String,String> sqlOptions) |
|
RecordRetriever(GPUdb gpudb,
String tableName,
Type type) |
|
RecordRetriever(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap) |
|
RecordRetriever(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
WorkerList workers) |
|
RecordRetriever(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
WorkerList workers,
Map<String,String> options) |
|
RecordRetriever(GPUdb gpudb,
String tableName,
TypeObjectMap<T> typeObjectMap,
Map<String,String> options) |
|
RecordRetriever(GPUdb gpudb,
String tableName,
Type type,
WorkerList workers) |
|
RecordRetriever(GPUdb gpudb,
String tableName,
Type type,
WorkerList workers,
Map<String,String> options) |
|
RecordRetriever(GPUdb gpudb,
String tableName,
Type type,
Map<String,String> options) |
|
WorkerList(GPUdb gpudb) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
WorkerList(GPUdb gpudb,
String ipPrefix) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
WorkerList(GPUdb gpudb,
Pattern ipRegex) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
WorkerList(GPUdb gpudb) |
Creates a WorkerList and automatically populates it with the
worker URLs from GPUdb to support multi-head operations.
|
WorkerList(GPUdb gpudb,
String ipPrefix) |
Creates a WorkerList and automatically populates it with the
worker URLs from GPUdb to support multi-head operations.
|
WorkerList(GPUdb gpudb,
Pattern ipRegex) |
Creates a WorkerList and automatically populates it with the
worker URLs from GPUdb to support multi-head operations.
|