Uses of Class
org.apache.hadoop.hdfs.protocol.EncryptionZone
Packages that use EncryptionZone
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 EncryptionZone in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return EncryptionZoneModifier and TypeMethodDescriptionDFSClient.getEZForPath(String src) DistributedFileSystem.getEZForPath(org.apache.hadoop.fs.Path path) ViewDistributedFileSystem.getEZForPath(org.apache.hadoop.fs.Path path) Methods in org.apache.hadoop.hdfs that return types with arguments of type EncryptionZoneModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<EncryptionZone>DFSClient.listEncryptionZones()org.apache.hadoop.fs.RemoteIterator<EncryptionZone>DistributedFileSystem.listEncryptionZones()org.apache.hadoop.fs.RemoteIterator<EncryptionZone>ViewDistributedFileSystem.listEncryptionZones()Returns the results from default DFS (fallback).Methods in org.apache.hadoop.hdfs with parameters of type EncryptionZoneModifier and TypeMethodDescriptionstatic StringDFSUtilClient.getEZTrashRoot(EncryptionZone ez, org.apache.hadoop.security.UserGroupInformation ugi) Returns trash root in encryption zone. -
Uses of EncryptionZone in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return EncryptionZoneModifier and TypeMethodDescriptionHdfsAdmin.getEncryptionZoneForPath(org.apache.hadoop.fs.Path path) Get the path of the encryption zone for a given file or directory.Methods in org.apache.hadoop.hdfs.client that return types with arguments of type EncryptionZoneModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<EncryptionZone>HdfsAdmin.listEncryptionZones()Returns a RemoteIterator which can be used to list the encryption zones in HDFS. -
Uses of EncryptionZone in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return EncryptionZoneModifier and TypeMethodDescriptionClientProtocol.getEZForPath(String src) Get the encryption zone for a path.Methods in org.apache.hadoop.hdfs.protocol that return types with arguments of type EncryptionZoneModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<EncryptionZone>ClientProtocol.listEncryptionZones(long prevId) Used to implement cursor-based batched listing ofEncryptionZones.org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<EncryptionZone>EncryptionZoneIterator.makeRequest(Long prevId) Methods in org.apache.hadoop.hdfs.protocol with parameters of type EncryptionZone -
Uses of EncryptionZone in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return EncryptionZoneModifier and TypeMethodDescriptionstatic EncryptionZonePBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.EncryptionZoneProto proto) ClientNamenodeProtocolTranslatorPB.getEZForPath(String src) Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type EncryptionZoneModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<EncryptionZone>ClientNamenodeProtocolTranslatorPB.listEncryptionZones(long id) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type EncryptionZoneModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.EncryptionZoneProtoPBHelperClient.convert(EncryptionZone zone)