protected static enum HoodieWrapperFileSystem.MetricName extends Enum<HoodieWrapperFileSystem.MetricName>
| Enum Constant and Description |
|---|
create |
delete |
getFileStatus |
globStatus |
listFiles |
listStatus |
mkdirs |
read |
rename |
write |
| Modifier and Type | Method and Description |
|---|---|
static HoodieWrapperFileSystem.MetricName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieWrapperFileSystem.MetricName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoodieWrapperFileSystem.MetricName create
public static final HoodieWrapperFileSystem.MetricName rename
public static final HoodieWrapperFileSystem.MetricName delete
public static final HoodieWrapperFileSystem.MetricName listStatus
public static final HoodieWrapperFileSystem.MetricName mkdirs
public static final HoodieWrapperFileSystem.MetricName getFileStatus
public static final HoodieWrapperFileSystem.MetricName globStatus
public static final HoodieWrapperFileSystem.MetricName listFiles
public static final HoodieWrapperFileSystem.MetricName read
public static final HoodieWrapperFileSystem.MetricName write
public static HoodieWrapperFileSystem.MetricName[] values()
for (HoodieWrapperFileSystem.MetricName c : HoodieWrapperFileSystem.MetricName.values()) System.out.println(c);
public static HoodieWrapperFileSystem.MetricName 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 nullCopyright © 2024 The Apache Software Foundation. All rights reserved.