| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocol | |
| org.apache.hadoop.hdfs.protocolPB | |
| org.apache.hadoop.hdfs.server.namenode.snapshot |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<SnapshottableDirectoryStatus> |
SnapshottableDirectoryStatus.COMPARATOR
Compare the statuses by full paths.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SnapshottableDirectoryStatus.print(SnapshottableDirectoryStatus[] stats,
PrintStream out)
Print a list of
SnapshottableDirectoryStatus out to a given stream. |
| Modifier and Type | Method and Description |
|---|---|
static SnapshottableDirectoryStatus[] |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProto sdlp) |
static SnapshottableDirectoryStatus |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProto sdirStatusProto) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProto |
PBHelper.convert(SnapshottableDirectoryStatus status) |
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProto |
PBHelper.convert(SnapshottableDirectoryStatus[] status) |
| Modifier and Type | Method and Description |
|---|---|
SnapshottableDirectoryStatus[] |
SnapshotManager.getSnapshottableDirListing(String userName)
List all the snapshottable directories that are owned by the current user.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.