Package | Description |
---|---|
org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
Modifier and Type | Method and Description |
---|---|
ErasureCodingPolicy[] |
HdfsAdmin.getErasureCodingPolicies()
Get the Erasure coding policies supported.
|
ErasureCodingPolicy |
HdfsAdmin.getErasureCodingPolicy(Path path)
Get the erasure coding policy information for the specified path
|
Modifier and Type | Method and Description |
---|---|
void |
HdfsAdmin.setErasureCodingPolicy(Path path,
ErasureCodingPolicy ecPolicy)
Set the source path to the specified erasure coding policy.
|
Copyright © 2016 Apache Software Foundation. All rights reserved.