public class HivePartitioningHandle extends Object implements ConnectorPartitioningHandle
| Constructor and Description |
|---|
HivePartitioningHandle(int bucketCount,
List<HiveType> hiveTypes,
OptionalInt maxCompatibleBucketCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getBucketCount() |
List<HiveType> |
getHiveTypes() |
OptionalInt |
getMaxCompatibleBucketCount() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisCoordinatorOnly, isSingleNodepublic HivePartitioningHandle(int bucketCount,
List<HiveType> hiveTypes,
OptionalInt maxCompatibleBucketCount)
public int getBucketCount()
public OptionalInt getMaxCompatibleBucketCount()
Copyright © 2012–2019. All rights reserved.