public static enum HiveBucketing.BucketingVersion extends Enum<HiveBucketing.BucketingVersion>
| Enum Constant and Description |
|---|
BUCKETING_V1 |
BUCKETING_V2 |
| Modifier and Type | Method and Description |
|---|---|
int |
getVersion() |
static HiveBucketing.BucketingVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveBucketing.BucketingVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveBucketing.BucketingVersion BUCKETING_V1
public static final HiveBucketing.BucketingVersion BUCKETING_V2
public static HiveBucketing.BucketingVersion[] values()
for (HiveBucketing.BucketingVersion c : HiveBucketing.BucketingVersion.values()) System.out.println(c);
public static HiveBucketing.BucketingVersion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getVersion()
Copyright © 2012–2020. All rights reserved.