| Package | Description |
|---|---|
| org.apache.hadoop.io.erasurecode | |
| org.apache.hadoop.io.erasurecode.codec |
Erasure codec framework.
|
| org.apache.hadoop.io.erasurecode.grouper |
| Modifier and Type | Field | Description |
|---|---|---|
static ECSchema |
ErasureCodeConstants.REPLICATION_1_2_SCHEMA |
|
static ECSchema |
ErasureCodeConstants.RS_10_4_SCHEMA |
|
static ECSchema |
ErasureCodeConstants.RS_3_2_SCHEMA |
|
static ECSchema |
ErasureCodeConstants.RS_6_3_LEGACY_SCHEMA |
|
static ECSchema |
ErasureCodeConstants.RS_6_3_SCHEMA |
|
static ECSchema |
ErasureCodeConstants.XOR_2_1_SCHEMA |
| Modifier and Type | Method | Description |
|---|---|---|
ECSchema |
ErasureCodecOptions.getSchema() |
| Constructor | Description |
|---|---|
ErasureCodecOptions(ECSchema schema) |
| Modifier and Type | Method | Description |
|---|---|---|
ECSchema |
ErasureCodec.getSchema() |
| Modifier and Type | Method | Description |
|---|---|---|
protected ECSchema |
BlockGrouper.getSchema() |
Get EC schema.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BlockGrouper.setSchema(ECSchema schema) |
Set EC schema.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.