static enum SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType extends Enum<SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType>
| Enum Constant and Description |
|---|
ACCESS |
DEFAULT |
DEFAULT_ADN_ACCESS |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType ACCESS
public static final SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType DEFAULT
public static final SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType DEFAULT_ADN_ACCESS
public static SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType[] values()
for (SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType c : SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType.values()) System.out.println(c);
public static SnapshotScannerHDFSAclHelper.HDFSAclOperation.AclType 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 © 2007–2020 The Apache Software Foundation. All rights reserved.