| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Field and Description |
|---|---|
static Set<FileStatus.AttrFlags> |
FileStatus.NONE |
| Modifier and Type | Method and Description |
|---|---|
static FileStatus.AttrFlags |
FileStatus.AttrFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileStatus.AttrFlags[] |
FileStatus.AttrFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FileStatus.AttrFlags> |
FileStatus.flags(boolean acl,
boolean crypt,
boolean ec,
boolean sn)
Convert boolean attributes to a set of flags.
|
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.