Uses of Class
org.apache.hadoop.hdfs.DFSClient
Packages that use DFSClient
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of DFSClient in org.apache.hadoop.hdfs
Fields in org.apache.hadoop.hdfs declared as DFSClientModifier and TypeFieldDescriptionprotected final DFSClientDataStreamer.dfsClientprotected final DFSClientDFSInputStream.dfsClientprotected final DFSClientDFSOutputStream.dfsClientMethods in org.apache.hadoop.hdfs that return DFSClientModifier and TypeMethodDescriptionDistributedFileSystem.getClient()ViewDistributedFileSystem.getClient()protected DFSClientDFSInputStream.getDFSClient()Constructors in org.apache.hadoop.hdfs with parameters of type DFSClientModifierConstructorDescriptionprotectedDFSOutputStream(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 DFSClient in org.apache.hadoop.hdfs.client.impl
Methods in org.apache.hadoop.hdfs.client.impl with parameters of type DFSClientModifier and TypeMethodDescriptionvoidLeaseRenewer.closeClient(DFSClient dfsc) Close the given client.static LeaseRenewerLeaseRenewer.getInstance(String authority, org.apache.hadoop.security.UserGroupInformation ugi, DFSClient dfsc) Get aLeaseRenewerinstancebooleanConstructors in org.apache.hadoop.hdfs.client.impl with parameters of type DFSClientModifierConstructorDescriptionCorruptFileBlockIterator(DFSClient dfs, org.apache.hadoop.fs.Path path)