public enum MetadataPartitionType extends Enum<MetadataPartitionType>
| Enum Constant and Description |
|---|
BLOOM_FILTERS |
COLUMN_STATS |
FILES |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
allPaths() |
int |
getFileGroupCount() |
String |
getFileIdPrefix() |
String |
getPartitionPath() |
void |
setFileGroupCount(int fileGroupCount) |
String |
toString() |
static MetadataPartitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataPartitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataPartitionType FILES
public static final MetadataPartitionType COLUMN_STATS
public static final MetadataPartitionType BLOOM_FILTERS
public static MetadataPartitionType[] values()
for (MetadataPartitionType c : MetadataPartitionType.values()) System.out.println(c);
public static MetadataPartitionType 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 String getPartitionPath()
public String getFileIdPrefix()
public void setFileGroupCount(int fileGroupCount)
public int getFileGroupCount()
public String toString()
toString in class Enum<MetadataPartitionType>Copyright © 2022 The Apache Software Foundation. All rights reserved.