| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB |
| Modifier and Type | Method | Description |
|---|---|---|
AddErasureCodingPolicyResponse[] |
DFSClient.addErasureCodingPolicies(ErasureCodingPolicy[] policies) |
|
AddErasureCodingPolicyResponse[] |
DistributedFileSystem.addErasureCodingPolicies(ErasureCodingPolicy[] policies) |
Add Erasure coding policies to HDFS.
|
AddErasureCodingPolicyResponse[] |
ViewDistributedFileSystem.addErasureCodingPolicies(ErasureCodingPolicy[] policies) |
| Modifier and Type | Method | Description |
|---|---|---|
AddErasureCodingPolicyResponse[] |
HdfsAdmin.addErasureCodingPolicies(ErasureCodingPolicy[] policies) |
Add Erasure coding policies to HDFS.
|
| Modifier and Type | Method | Description |
|---|---|---|
AddErasureCodingPolicyResponse[] |
ClientProtocol.addErasureCodingPolicies(ErasureCodingPolicy[] policies) |
Add Erasure coding policies to HDFS.
|
| Modifier and Type | Method | Description |
|---|---|---|
AddErasureCodingPolicyResponse[] |
ClientNamenodeProtocolTranslatorPB.addErasureCodingPolicies(ErasureCodingPolicy[] policies) |
|
static AddErasureCodingPolicyResponse |
PBHelperClient.convertAddErasureCodingPolicyResponse(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.AddErasureCodingPolicyResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.AddErasureCodingPolicyResponseProto |
PBHelperClient.convertAddErasureCodingPolicyResponse(AddErasureCodingPolicyResponse response) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.