Package | Description |
---|---|
com.huawei.dli.sdk | |
com.huawei.dli.sdk.common |
Modifier and Type | Method and Description |
---|---|
void |
SQLJob.exportResult(String dataPath,
StorageType storageType,
CompressType compressType,
ExportMode exportMode,
String queueName)
Export QUEUE type job result.
|
void |
SQLJob.exportResult(String dataPath,
StorageType storageType,
CompressType compressType,
ExportMode exportMode,
String queueName,
boolean withColumnHeader) |
void |
SQLJob.exportResult(String dataPath,
StorageType storageType,
CompressType compressType,
ExportMode exportMode,
String queueName,
boolean withColumnHeader,
Integer limitNum) |
void |
SQLJob.exportResult(String dataPath,
StorageType storageType,
CompressType compressType,
ExportMode exportMode,
String queueName,
boolean withColumnHeader,
Integer limitNum,
String encodingType) |
void |
ExportJob.setCompressType(CompressType compressType) |
Modifier and Type | Method and Description |
---|---|
static CompressType |
CompressType.fromName(String name) |
static CompressType |
CompressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressType[] |
CompressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.