Uses of Class
org.apache.hadoop.hdfs.DistributedFileSystem.HdfsDataOutputStreamBuilder
Packages that use DistributedFileSystem.HdfsDataOutputStreamBuilder
-
Uses of DistributedFileSystem.HdfsDataOutputStreamBuilder in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return DistributedFileSystem.HdfsDataOutputStreamBuilderModifier and TypeMethodDescriptionDistributedFileSystem.appendFile(org.apache.hadoop.fs.Path path) Create aDistributedFileSystem.HdfsDataOutputStreamBuilderto append a file on DFS.ViewDistributedFileSystem.appendFile(org.apache.hadoop.fs.Path path) DistributedFileSystem.createFile(org.apache.hadoop.fs.Path path) Create a HdfsDataOutputStreamBuilder to create a file on DFS.ViewDistributedFileSystem.createFile(org.apache.hadoop.fs.Path path) DistributedFileSystem.HdfsDataOutputStreamBuilder.ecPolicyName(String policyName) Enforce the file to be a striped file with erasure coding policy 'policyName', no matter what its parent directory's replication or erasure coding policy is.DistributedFileSystem.HdfsDataOutputStreamBuilder.favoredNodes(InetSocketAddress[] nodes) Set favored DataNodes.DistributedFileSystem.HdfsDataOutputStreamBuilder.getThisBuilder()DistributedFileSystem.HdfsDataOutputStreamBuilder.ignoreClientLocality()Advise that the first block replica be written without regard to the client locality.DistributedFileSystem.HdfsDataOutputStreamBuilder.lazyPersist()Create the block on transient storage if possible.DistributedFileSystem.HdfsDataOutputStreamBuilder.newBlock()Append data to a new block instead of the end of the last partial block.DistributedFileSystem.HdfsDataOutputStreamBuilder.noLocalRack()Advise that a block replica NOT be written to the local rack DataNode.DistributedFileSystem.HdfsDataOutputStreamBuilder.noLocalWrite()Advise that a block replica NOT be written to the local DataNode.DistributedFileSystem.HdfsDataOutputStreamBuilder.replicate()Enforce the file to be a replicated file, no matter what its parent directory's replication or erasure coding policy is.DistributedFileSystem.HdfsDataOutputStreamBuilder.storagePolicyName(String policyName) Enforce a file to follow the specified storage policy irrespective of the storage policy of its parent directory.DistributedFileSystem.HdfsDataOutputStreamBuilder.syncBlock()Force closed blocks to disk.