| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB | |
| org.apache.hadoop.hdfs.web |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshottableDirectoryStatus[] |
DFSClient.getSnapshottableDirListing() |
Get all the current snapshottable directories.
|
SnapshottableDirectoryStatus[] |
DistributedFileSystem.getSnapshottableDirListing() |
Get the list of snapshottable directories that are owned
by the current user.
|
SnapshottableDirectoryStatus[] |
ViewDistributedFileSystem.getSnapshottableDirListing() |
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.Comparator<SnapshottableDirectoryStatus> |
SnapshottableDirectoryStatus.COMPARATOR |
Compare the statuses by full paths.
|
| Modifier and Type | Method | Description |
|---|---|---|
SnapshottableDirectoryStatus[] |
ClientProtocol.getSnapshottableDirListing() |
Get the list of snapshottable directories that are owned
by the current user.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
SnapshottableDirectoryStatus.print(SnapshottableDirectoryStatus[] stats,
java.io.PrintStream out) |
Print a list of
SnapshottableDirectoryStatus out to a given stream. |
| Modifier and Type | Method | Description |
|---|---|---|
static SnapshottableDirectoryStatus[] |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProto sdlp) |
|
static SnapshottableDirectoryStatus |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProto sdirStatusProto) |
|
SnapshottableDirectoryStatus[] |
ClientNamenodeProtocolTranslatorPB.getSnapshottableDirListing() |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProto |
PBHelperClient.convert(SnapshottableDirectoryStatus status) |
|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProto |
PBHelperClient.convert(SnapshottableDirectoryStatus[] status) |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshottableDirectoryStatus[] |
WebHdfsFileSystem.getSnapshottableDirectoryList() |
|
static SnapshottableDirectoryStatus[] |
JsonUtilClient.toSnapshottableDirectoryList(java.util.Map<?,?> json) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.