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