| Modifier and Type | Method and Description |
|---|---|
static HashFunction |
HashFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashFunction[] |
HashFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionedTable |
Table.TableOperation.partition(int numberOfPartitions,
HashFunction hashFunction)
Partitions a table based on the number of partitions provided.
|
Copyright © 2019. All rights reserved.