public enum AbfsRestOperationType extends Enum<AbfsRestOperationType>
| Enum Constant and Description |
|---|
Append |
CreateFileSystem |
CreatePath |
DeleteFileSystem |
DeletePath |
Flush |
GetAcl |
GetFileSystemProperties |
GetPathProperties |
GetPathStatus |
ListPaths |
ReadFile |
RenamePath |
SetAcl |
SetFileSystemProperties |
SetOwner |
SetPathProperties |
SetPermissions |
| Modifier and Type | Method and Description |
|---|---|
static AbfsRestOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbfsRestOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbfsRestOperationType CreateFileSystem
public static final AbfsRestOperationType GetFileSystemProperties
public static final AbfsRestOperationType SetFileSystemProperties
public static final AbfsRestOperationType ListPaths
public static final AbfsRestOperationType DeleteFileSystem
public static final AbfsRestOperationType CreatePath
public static final AbfsRestOperationType RenamePath
public static final AbfsRestOperationType GetAcl
public static final AbfsRestOperationType GetPathProperties
public static final AbfsRestOperationType GetPathStatus
public static final AbfsRestOperationType SetAcl
public static final AbfsRestOperationType SetOwner
public static final AbfsRestOperationType SetPathProperties
public static final AbfsRestOperationType SetPermissions
public static final AbfsRestOperationType Append
public static final AbfsRestOperationType Flush
public static final AbfsRestOperationType ReadFile
public static final AbfsRestOperationType DeletePath
public static AbfsRestOperationType[] values()
for (AbfsRestOperationType c : AbfsRestOperationType.values()) System.out.println(c);
public static AbfsRestOperationType 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 © 2008–2020 Apache Software Foundation. All rights reserved.