| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for 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 |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.RemoteIterator<ZoneReencryptionStatus> |
DFSClient.listReencryptionStatus() |
|
org.apache.hadoop.fs.RemoteIterator<ZoneReencryptionStatus> |
DistributedFileSystem.listReencryptionStatus() |
|
org.apache.hadoop.fs.RemoteIterator<ZoneReencryptionStatus> |
ViewDistributedFileSystem.listReencryptionStatus() |
Returns the results from default DFS (fallback).
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.RemoteIterator<ZoneReencryptionStatus> |
HdfsAdmin.listReencryptionStatus() |
Returns a RemoteIterator which can be used to list all re-encryption
information.
|
| Modifier and Type | Field | Description |
|---|---|---|
static org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries<ZoneReencryptionStatus> |
ReencryptionStatus.EMPTY_LIST |
| Modifier and Type | Method | Description |
|---|---|---|
ZoneReencryptionStatus |
ZoneReencryptionStatus.Builder.build() |
|
ZoneReencryptionStatus |
ReencryptionStatus.getZoneStatus(java.lang.Long zondId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.NavigableMap<java.lang.Long,ZoneReencryptionStatus> |
ReencryptionStatus.getZoneStatuses() |
|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<ZoneReencryptionStatus> |
ClientProtocol.listReencryptionStatus(long prevId) |
Used to implement cursor-based batched listing of
ZoneReencryptionStatuss. |
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<ZoneReencryptionStatus> |
ReencryptionStatusIterator.makeRequest(java.lang.Long prevId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Long |
ReencryptionStatusIterator.elementToPrevKey(ZoneReencryptionStatus entry) |
| Modifier and Type | Method | Description |
|---|---|---|
static ZoneReencryptionStatus |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ZoneReencryptionStatusProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<ZoneReencryptionStatus> |
ClientNamenodeProtocolTranslatorPB.listReencryptionStatus(long id) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ZoneReencryptionStatusProto |
PBHelperClient.convert(ZoneReencryptionStatus zs) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.