| 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 |
|---|---|---|
SnapshotStatus[] |
DFSClient.getSnapshotListing(java.lang.String snapshotRoot) |
Get listing of all the snapshots for a snapshottable directory.
|
SnapshotStatus[] |
DistributedFileSystem.getSnapshotListing(org.apache.hadoop.fs.Path snapshotRoot) |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotStatus[] |
ClientProtocol.getSnapshotListing(java.lang.String snapshotRoot) |
Get listing of all the snapshots for a snapshottable directory.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
SnapshotStatus.print(SnapshotStatus[] stats,
java.io.PrintStream out) |
Print a list of
SnapshotStatus out to a given stream. |
| Modifier and Type | Method | Description |
|---|---|---|
static SnapshotStatus[] |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotListingProto sdlp) |
|
static SnapshotStatus |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotStatusProto sdirStatusProto) |
|
SnapshotStatus[] |
ClientNamenodeProtocolTranslatorPB.getSnapshotListing(java.lang.String path) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotStatusProto |
PBHelperClient.convert(SnapshotStatus status) |
|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotListingProto |
PBHelperClient.convert(SnapshotStatus[] status) |
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotStatus[] |
WebHdfsFileSystem.getSnapshotListing(org.apache.hadoop.fs.Path snapshotDir) |
|
static SnapshotStatus[] |
JsonUtilClient.toSnapshotList(java.util.Map<?,?> json) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.