| Modifier and Type | Method and Description |
|---|---|
PartitionedTable |
Table.TableOperation.hashPartition(int numberOfPartitions)
Hash partition a table into the specified number of partitions.
|
PartitionedTable |
Table.TableOperation.partition(int numberOfPartitions)
Deprecated.
|
PartitionedTable |
Table.roundRobinPartition(int numberOfPartitions,
int startPartition)
Round-robin partition a table into the specified number of partitions.
|
Copyright © 2020. All rights reserved.