| Package | Description |
|---|---|
| org.apache.hadoop.io.erasurecode.coder |
Erasure coders framework.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DummyErasureDecoder |
Dummy erasure decoder does no real computation.
|
class |
DummyErasureEncoder |
Dummy erasure encoder does no real computation.
|
class |
ErasureDecoder |
An abstract erasure decoder that's to be inherited by new decoders.
|
class |
ErasureEncoder |
An abstract erasure encoder that's to be inherited by new encoders.
|
class |
HHXORErasureDecoder |
Hitchhiker is a new erasure coding algorithm developed as a research project
at UC Berkeley by Rashmi Vinayak.
|
class |
HHXORErasureEncoder |
Hitchhiker is a new erasure coding algorithm developed as a research project
at UC Berkeley by Rashmi Vinayak.
|
class |
RSErasureDecoder |
Reed-Solomon erasure decoder that decodes a block group.
|
class |
RSErasureEncoder |
Reed-Solomon erasure encoder that encodes a block group.
|
class |
XORErasureDecoder |
Xor erasure decoder that decodes a block group.
|
class |
XORErasureEncoder |
Xor erasure encoder that encodes a block group.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.