Uses of Interface
org.apache.hadoop.hdfs.protocol.HdfsFileStatus
Packages that use HdfsFileStatus
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of HdfsFileStatus in org.apache.hadoop.hdfs
Fields in org.apache.hadoop.hdfs declared as HdfsFileStatusMethods in org.apache.hadoop.hdfs that return HdfsFileStatusModifier and TypeMethodDescriptionDFSClient.getFileInfo(String src) Get the file info for a specific file or directory.DFSClient.getFileLinkInfo(String src) Get the file info for a specific file or directory.Constructors in org.apache.hadoop.hdfs with parameters of type HdfsFileStatusModifierConstructorDescriptionprotectedDFSOutputStream(DFSClient dfsClient, String src, HdfsFileStatus stat, EnumSet<org.apache.hadoop.fs.CreateFlag> flag, org.apache.hadoop.util.Progressable progress, org.apache.hadoop.util.DataChecksum checksum, String[] favoredNodes, boolean createStreamer) Construct a new output stream for creating a file. -
Uses of HdfsFileStatus in org.apache.hadoop.hdfs.protocol
Classes in org.apache.hadoop.hdfs.protocol that implement HdfsFileStatusModifier and TypeClassDescriptionclassHDFS metadata for an entity in the filesystem with locations.classHDFS metadata for an entity in the filesystem without locations.Methods in org.apache.hadoop.hdfs.protocol that return HdfsFileStatusModifier and TypeMethodDescriptionHdfsFileStatus.Builder.build()ClientProtocol.create(String src, org.apache.hadoop.fs.permission.FsPermission masked, String clientName, org.apache.hadoop.io.EnumSetWritable<org.apache.hadoop.fs.CreateFlag> flag, boolean createParent, short replication, long blockSize, org.apache.hadoop.crypto.CryptoProtocolVersion[] supportedVersions, String ecPolicyName, String storagePolicy) Create a new file entry in the namespace.SnapshotStatus.getDirStatus()SnapshottableDirectoryStatus.getDirStatus()ClientProtocol.getFileInfo(String src) Get the file info for a specific file or directory.ClientProtocol.getFileLinkInfo(String src) Get the file info for a specific file or directory.LastBlockWithStatus.getFileStatus()DirectoryListing.getPartialListing()Get the partial listing of file statusMethods in org.apache.hadoop.hdfs.protocol that return types with arguments of type HdfsFileStatusConstructors in org.apache.hadoop.hdfs.protocol with parameters of type HdfsFileStatusModifierConstructorDescriptionDirectoryListing(HdfsFileStatus[] partialListing, int remainingEntries) constructorLastBlockWithStatus(LocatedBlock lastBlock, HdfsFileStatus fileStatus) SnapshotStatus(HdfsFileStatus dirStatus, int snapshotID, boolean isDeleted, byte[] parentFullPath) SnapshottableDirectoryStatus(HdfsFileStatus dirStatus, int snapshotNumber, int snapshotQuota, byte[] parentFullPath) Constructor parameters in org.apache.hadoop.hdfs.protocol with type arguments of type HdfsFileStatusModifierConstructorDescriptionHdfsPartialListing(int parentIdx, List<HdfsFileStatus> partialListing) -
Uses of HdfsFileStatus in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return HdfsFileStatusModifier and TypeMethodDescriptionstatic HdfsFileStatusPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.HdfsFileStatusProto fs) static HdfsFileStatus[]PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.HdfsFileStatusProto[] fs) ClientNamenodeProtocolTranslatorPB.create(String src, org.apache.hadoop.fs.permission.FsPermission masked, String clientName, org.apache.hadoop.io.EnumSetWritable<org.apache.hadoop.fs.CreateFlag> flag, boolean createParent, short replication, long blockSize, org.apache.hadoop.crypto.CryptoProtocolVersion[] supportedVersions, String ecPolicyName, String storagePolicy) ClientNamenodeProtocolTranslatorPB.getFileInfo(String src) ClientNamenodeProtocolTranslatorPB.getFileLinkInfo(String src) Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type HdfsFileStatusModifier and TypeMethodDescriptionstatic List<HdfsFileStatus>PBHelperClient.convertHdfsFileStatus(List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.HdfsFileStatusProto> fs) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsFileStatusModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.HdfsFileStatusProtoPBHelperClient.convert(HdfsFileStatus fs) static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.HdfsFileStatusProto[]PBHelperClient.convert(HdfsFileStatus[] fs) -
Uses of HdfsFileStatus in org.apache.hadoop.hdfs.web
Methods in org.apache.hadoop.hdfs.web that return HdfsFileStatusModifier and TypeMethodDescriptionstatic HdfsFileStatusJsonUtilClient.toFileStatus(Map<?, ?> json, boolean includesType) Convert a Json map to a HdfsFileStatus object.