public class ConnectorNodePartitioning extends Object
| Constructor and Description |
|---|
ConnectorNodePartitioning(ConnectorPartitioningHandle partitioningHandle,
List<ColumnHandle> partitioningColumns) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ColumnHandle> |
getPartitioningColumns()
The columns used to partition the table across the worker nodes.
|
ConnectorPartitioningHandle |
getPartitioningHandle()
A handle to the partitioning scheme used to divide the table across worker nodes.
|
int |
hashCode() |
public ConnectorNodePartitioning(ConnectorPartitioningHandle partitioningHandle, List<ColumnHandle> partitioningColumns)
public ConnectorPartitioningHandle getPartitioningHandle()
public List<ColumnHandle> getPartitioningColumns()
If the table is node partitioned, the connector guarantees that each combination of values for the distributed columns will be contained within a single worker.
Copyright © 2012-2016. All Rights Reserved.