Uses of Class
org.apache.hadoop.hdfs.protocol.ZoneReencryptionStatus
Packages that use ZoneReencryptionStatus
Package
Description
This package provides the administrative APIs for HDFS.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ZoneReencryptionStatus in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return types with arguments of type ZoneReencryptionStatusModifier and TypeMethodDescriptionorg.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). -
Uses of ZoneReencryptionStatus in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return types with arguments of type ZoneReencryptionStatusModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<ZoneReencryptionStatus>HdfsAdmin.listReencryptionStatus()Returns a RemoteIterator which can be used to list all re-encryption information. -
Uses of ZoneReencryptionStatus in org.apache.hadoop.hdfs.protocol
Fields in org.apache.hadoop.hdfs.protocol with type parameters of type ZoneReencryptionStatusModifier and TypeFieldDescriptionstatic final org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries<ZoneReencryptionStatus>ReencryptionStatus.EMPTY_LISTMethods in org.apache.hadoop.hdfs.protocol that return ZoneReencryptionStatusModifier and TypeMethodDescriptionZoneReencryptionStatus.Builder.build()ReencryptionStatus.getZoneStatus(Long zondId) Methods in org.apache.hadoop.hdfs.protocol that return types with arguments of type ZoneReencryptionStatusModifier and TypeMethodDescriptionReencryptionStatus.getZoneStatuses()org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<ZoneReencryptionStatus>ClientProtocol.listReencryptionStatus(long prevId) Used to implement cursor-based batched listing ofZoneReencryptionStatuss.org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<ZoneReencryptionStatus>ReencryptionStatusIterator.makeRequest(Long prevId) Methods in org.apache.hadoop.hdfs.protocol with parameters of type ZoneReencryptionStatusModifier and TypeMethodDescriptionReencryptionStatusIterator.elementToPrevKey(ZoneReencryptionStatus entry) -
Uses of ZoneReencryptionStatus in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return ZoneReencryptionStatusModifier and TypeMethodDescriptionstatic ZoneReencryptionStatusPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ZoneReencryptionStatusProto proto) Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type ZoneReencryptionStatusModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<ZoneReencryptionStatus>ClientNamenodeProtocolTranslatorPB.listReencryptionStatus(long id) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type ZoneReencryptionStatusModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ZoneReencryptionStatusProtoPBHelperClient.convert(ZoneReencryptionStatus zs)