public final class PartitionKind extends ExpandableStringEnum<PartitionKind>
Modifier and Type | Field and Description |
---|---|
static PartitionKind |
HASH
Static value Hash for PartitionKind.
|
static PartitionKind |
RANGE
Static value Range for PartitionKind.
|
Constructor and Description |
---|
PartitionKind() |
Modifier and Type | Method and Description |
---|---|
static PartitionKind |
fromString(String name)
Creates or finds a PartitionKind from its string representation.
|
static Collection<PartitionKind> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final PartitionKind HASH
public static final PartitionKind RANGE
public static PartitionKind fromString(String name)
name
- a name to look forpublic static Collection<PartitionKind> values()
Copyright © 2019. All rights reserved.