| Package | Description |
|---|---|
| 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 |
|---|---|---|
static ErasureCodingPolicyState |
ErasureCodingPolicyState.fromValue(int v) |
|
ErasureCodingPolicyState |
ErasureCodingPolicyInfo.getState() |
|
static ErasureCodingPolicyState |
ErasureCodingPolicyState.read(java.io.DataInput in) |
Read from in.
|
static ErasureCodingPolicyState |
ErasureCodingPolicyState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ErasureCodingPolicyState[] |
ErasureCodingPolicyState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ErasureCodingPolicyInfo.setState(ErasureCodingPolicyState newState) |
| Constructor | Description |
|---|---|
ErasureCodingPolicyInfo(ErasureCodingPolicy thePolicy,
ErasureCodingPolicyState theState) |
| Modifier and Type | Method | Description |
|---|---|---|
static ErasureCodingPolicyState |
PBHelperClient.convertECState(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyState state) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyState |
PBHelperClient.convertECState(ErasureCodingPolicyState state) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.