Package | Description |
---|---|
org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
static HdfsFileStatus.Flags |
HdfsFileStatus.Flags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsFileStatus.Flags[] |
HdfsFileStatus.Flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SnapshottableDirectoryStatus(long modification_time,
long access_time,
org.apache.hadoop.fs.permission.FsPermission permission,
EnumSet<HdfsFileStatus.Flags> flags,
String owner,
String group,
byte[] localName,
long inodeId,
int childrenNum,
int snapshotNumber,
int snapshotQuota,
byte[] parentFullPath) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.