| Package | Description |
|---|---|
| org.apache.hadoop.io.erasurecode | |
| org.apache.hadoop.io.erasurecode.codec |
Erasure codec framework.
|
| org.apache.hadoop.io.erasurecode.coder |
Erasure coders framework.
|
| org.apache.hadoop.io.erasurecode.grouper | |
| org.apache.hadoop.io.erasurecode.rawcoder |
Raw erasure coders.
|
| org.apache.hadoop.io.erasurecode.rawcoder.util |
General helpers for implementing raw erasure coders.
|
| Class | Description |
|---|---|
| CodecRegistry |
This class registers all coder implementations.
|
| ECBlock |
A wrapper of block level data source/output that
ECChunks can be
extracted from. |
| ECChunk |
A wrapper for ByteBuffer or bytes array for an erasure code chunk.
|
| ECSchema |
Erasure coding schema to housekeeper relevant information.
|
| ErasureCodecOptions |
Erasure codec options.
|
| ErasureCoderOptions |
Erasure coder configuration that maintains schema info and coder options.
|
| Class | Description |
|---|---|
| ECSchema |
Erasure coding schema to housekeeper relevant information.
|
| ErasureCodecOptions |
Erasure codec options.
|
| ErasureCoderOptions |
Erasure coder configuration that maintains schema info and coder options.
|
| Class | Description |
|---|---|
| ECBlock |
A wrapper of block level data source/output that
ECChunks can be
extracted from. |
| ECBlockGroup |
A group of blocks or
ECBlock incurred in an erasure coding task. |
| ECChunk |
A wrapper for ByteBuffer or bytes array for an erasure code chunk.
|
| ErasureCoderOptions |
Erasure coder configuration that maintains schema info and coder options.
|
| Class | Description |
|---|---|
| ECBlock |
A wrapper of block level data source/output that
ECChunks can be
extracted from. |
| ECBlockGroup |
A group of blocks or
ECBlock incurred in an erasure coding task. |
| ECSchema |
Erasure coding schema to housekeeper relevant information.
|
| Class | Description |
|---|---|
| ECChunk |
A wrapper for ByteBuffer or bytes array for an erasure code chunk.
|
| ErasureCoderOptions |
Erasure coder configuration that maintains schema info and coder options.
|
| Class | Description |
|---|---|
| ECChunk |
A wrapper for ByteBuffer or bytes array for an erasure code chunk.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.