| Package | Description |
|---|---|
| com.xxdb.multithreadedtablewriter |
| Modifier and Type | Method and Description |
|---|---|
static MultithreadedTableWriter.Mode |
MultithreadedTableWriter.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultithreadedTableWriter.Mode[] |
MultithreadedTableWriter.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MultithreadedTableWriter(String hostName,
int port,
String userId,
String password,
String dbName,
String tableName,
boolean useSSL,
boolean enableHighAvailability,
String[] highAvailabilitySites,
int batchSize,
float throttle,
int threadCount,
String partitionCol,
int[] compressTypes,
MultithreadedTableWriter.Mode mode,
String[] pModeOption) |
MultithreadedTableWriter(String hostName,
int port,
String userId,
String password,
String dbName,
String tableName,
boolean useSSL,
boolean enableHighAvailability,
String[] highAvailabilitySites,
int batchSize,
float throttle,
int threadCount,
String partitionCol,
int[] compressTypes,
MultithreadedTableWriter.Mode mode,
String[] pModeOption,
boolean enableActualSendTime) |
MultithreadedTableWriter(String hostName,
int port,
String userId,
String password,
String dbName,
String tableName,
boolean useSSL,
boolean enableHighAvailability,
String[] highAvailabilitySites,
int batchSize,
float throttle,
int threadCount,
String partitionCol,
int[] compressTypes,
MultithreadedTableWriter.Mode mode,
String[] pModeOption,
boolean enableActualSendTime,
boolean reconnect) |
MultithreadedTableWriter(String hostName,
int port,
String userId,
String password,
String dbName,
String tableName,
boolean useSSL,
boolean enableHighAvailability,
String[] highAvailabilitySites,
int batchSize,
float throttle,
int threadCount,
String partitionCol,
int[] compressTypes,
MultithreadedTableWriter.Mode mode,
String[] pModeOption,
boolean enableActualSendTime,
boolean reconnect,
int tryReconnectNums) |
Copyright © 2026 DolphinDB. All rights reserved.