Package | Description |
---|---|
org.apache.hadoop.hdfs |
Modifier and Type | Method and Description |
---|---|
DistributedFileSystem.HdfsDataOutputStreamBuilder |
DistributedFileSystem.HdfsDataOutputStreamBuilder.favoredNodes(InetSocketAddress[] nodes)
Set favored DataNodes.
|
protected DistributedFileSystem.HdfsDataOutputStreamBuilder |
DistributedFileSystem.HdfsDataOutputStreamBuilder.getThisBuilder() |
DistributedFileSystem.HdfsDataOutputStreamBuilder |
DistributedFileSystem.HdfsDataOutputStreamBuilder.lazyPersist()
Create the block on transient storage if possible.
|
DistributedFileSystem.HdfsDataOutputStreamBuilder |
DistributedFileSystem.HdfsDataOutputStreamBuilder.newBlock()
Append data to a new block instead of the end of the last partial block.
|
DistributedFileSystem.HdfsDataOutputStreamBuilder |
DistributedFileSystem.HdfsDataOutputStreamBuilder.noLocalWrite()
Advise that a block replica NOT be written to the local DataNode.
|
DistributedFileSystem.HdfsDataOutputStreamBuilder |
DistributedFileSystem.HdfsDataOutputStreamBuilder.syncBlock()
Force closed blocks to disk.
|
Copyright © 2018 Apache Software Foundation. All Rights Reserved.