public class PartitionKeyHelper extends Object
| Constructor and Description |
|---|
PartitionKeyHelper(String configuredValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Returns the length of the partition key.
|
String |
getValue()
Returns the next partition key, either literal or generated.
|
boolean |
isGenerated()
Indicates whether the partition keys are literal or generated.
|
public PartitionKeyHelper(String configuredValue)
public boolean isGenerated()
public int getLength()
public String getValue()
Copyright © 2023. All rights reserved.