Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
PartitionResult |
RestApi.showPartitions(String projectId,
String databaseName,
String tableName,
String xAuthToken,
Integer offset,
Integer limit)
Show partition information
Describes the partition information for the specified table.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PartitionResult> |
RestApi.showPartitionsWithHttpInfo(String projectId,
String databaseName,
String tableName,
String xAuthToken,
Integer offset,
Integer limit)
Show partition information
Describes the partition information for the specified table.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.showPartitionsAsync(String projectId,
String databaseName,
String tableName,
String xAuthToken,
Integer offset,
Integer limit,
ApiCallback<PartitionResult> callback)
Show partition information (asynchronously)
Describes the partition information for the specified table.
|
Modifier and Type | Method and Description |
---|---|
PartitionResult |
PartitionResult.isSuccess(Boolean isSuccess) |
PartitionResult |
PartitionResult.message(String message) |
PartitionResult |
PartitionResult.partitions(PartitionListInfo partitions) |
Copyright © 2023. All rights reserved.