public interface ConnectorSplitManager
| Modifier and Type | Method and Description |
|---|---|
ConnectorPartitionResult |
getPartitions(ConnectorTableHandle table,
TupleDomain<ConnectorColumnHandle> tupleDomain)
Gets the Partitions for the specified table.
|
ConnectorSplitSource |
getPartitionSplits(ConnectorTableHandle table,
List<ConnectorPartition> partitions)
Gets the Splits for the specified Partitions in the indicated table.
|
ConnectorPartitionResult getPartitions(ConnectorTableHandle table, TupleDomain<ConnectorColumnHandle> tupleDomain)
ConnectorSplitSource getPartitionSplits(ConnectorTableHandle table, List<ConnectorPartition> partitions)
Copyright © 2012-2014. All Rights Reserved.