| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.ecosystem |
| Modifier and Type | Method and Description |
|---|---|
TablestoreSplit.SplitType |
TablestoreSplit.getType() |
static TablestoreSplit.SplitType |
TablestoreSplit.SplitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablestoreSplit.SplitType[] |
TablestoreSplit.SplitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TablestoreSplit.setType(TablestoreSplit.SplitType type) |
| Constructor and Description |
|---|
TablestoreSplit(TablestoreSplit.SplitType type,
Filter filter,
List<String> requiredColumns) |
TablestoreSplit(TablestoreSplit.SplitType type,
Filter filter,
List<String> requiredColumns,
byte[] sessionId,
int splitId) |
TablestoreSplit(TablestoreSplit.SplitType type,
Filter filter,
List<String> requiredColumns,
byte[] sessionId,
int splitId,
int maxParallel,
List<String> geoColumnNames) |
Copyright © 2024. All Rights Reserved.