public class ContainerPartitionKey extends Object
| Constructor and Description |
|---|
ContainerPartitionKey() |
| Modifier and Type | Method and Description |
|---|---|
PartitionKind |
kind()
Get indicates the kind of algorithm used for partitioning.
|
List<String> |
paths()
Get list of paths using which data within the container can be partitioned.
|
ContainerPartitionKey |
withKind(PartitionKind kind)
Set indicates the kind of algorithm used for partitioning.
|
ContainerPartitionKey |
withPaths(List<String> paths)
Set list of paths using which data within the container can be partitioned.
|
public List<String> paths()
public ContainerPartitionKey withPaths(List<String> paths)
paths - the paths value to setpublic PartitionKind kind()
public ContainerPartitionKey withKind(PartitionKind kind)
kind - the kind value to setCopyright © 2019. All rights reserved.