| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.client.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected DFSClient |
DataStreamer.dfsClient |
|
protected DFSClient |
DFSInputStream.dfsClient |
|
protected DFSClient |
DFSOutputStream.dfsClient |
| Modifier and Type | Method | Description |
|---|---|---|
DFSClient |
DistributedFileSystem.getClient() |
|
DFSClient |
ViewDistributedFileSystem.getClient() |
|
protected DFSClient |
DFSInputStream.getDFSClient() |
| Constructor | Description |
|---|---|
DFSOutputStream(DFSClient dfsClient,
java.lang.String src,
HdfsFileStatus stat,
java.util.EnumSet<org.apache.hadoop.fs.CreateFlag> flag,
org.apache.hadoop.util.Progressable progress,
org.apache.hadoop.util.DataChecksum checksum,
java.lang.String[] favoredNodes,
boolean createStreamer) |
Construct a new output stream for creating a file.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
LeaseRenewer.closeClient(DFSClient dfsc) |
Close the given client.
|
static LeaseRenewer |
LeaseRenewer.getInstance(java.lang.String authority,
org.apache.hadoop.security.UserGroupInformation ugi,
DFSClient dfsc) |
Get a
LeaseRenewer instance |
boolean |
LeaseRenewer.put(DFSClient dfsc) |
| Constructor | Description |
|---|---|
CorruptFileBlockIterator(DFSClient dfs,
org.apache.hadoop.fs.Path path) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.