public enum FSOperationType extends Enum<FSOperationType>
| Enum Constant and Description |
|---|
ACCESS |
APPEND |
BREAK_LEASE |
CREATE |
CREATE_FILESYSTEM |
CREATE_NON_RECURSIVE |
DELETE |
GET_ACL_STATUS |
GET_ATTR |
GET_FILESTATUS |
HAS_PATH_CAPABILITY |
LISTSTATUS |
MKDIR |
MODIFY_ACL |
OPEN |
READ |
RELEASE_LEASE |
REMOVE_ACL |
REMOVE_ACL_ENTRIES |
REMOVE_DEFAULT_ACL |
RENAME |
SET_ACL |
SET_ATTR |
SET_OWNER |
SET_PERMISSION |
TEST_OP |
WRITE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FSOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FSOperationType ACCESS
public static final FSOperationType APPEND
public static final FSOperationType BREAK_LEASE
public static final FSOperationType CREATE
public static final FSOperationType CREATE_FILESYSTEM
public static final FSOperationType CREATE_NON_RECURSIVE
public static final FSOperationType DELETE
public static final FSOperationType GET_ACL_STATUS
public static final FSOperationType GET_ATTR
public static final FSOperationType GET_FILESTATUS
public static final FSOperationType LISTSTATUS
public static final FSOperationType MKDIR
public static final FSOperationType MODIFY_ACL
public static final FSOperationType OPEN
public static final FSOperationType HAS_PATH_CAPABILITY
public static final FSOperationType SET_PERMISSION
public static final FSOperationType READ
public static final FSOperationType RELEASE_LEASE
public static final FSOperationType REMOVE_ACL
public static final FSOperationType REMOVE_ACL_ENTRIES
public static final FSOperationType REMOVE_DEFAULT_ACL
public static final FSOperationType RENAME
public static final FSOperationType SET_ATTR
public static final FSOperationType SET_OWNER
public static final FSOperationType SET_ACL
public static final FSOperationType TEST_OP
public static final FSOperationType WRITE
public static FSOperationType[] values()
for (FSOperationType c : FSOperationType.values()) System.out.println(c);
public static FSOperationType 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 toString()
toString in class Enum<FSOperationType>Copyright © 2008–2022 Apache Software Foundation. All rights reserved.