@Private public class DummyRawDecoder extends RawErasureDecoder
| Constructor | Description |
|---|---|
DummyRawDecoder(ErasureCoderOptions coderOptions) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
doDecode(org.apache.hadoop.io.erasurecode.rawcoder.ByteArrayDecodingState decodingState) |
Perform the real decoding using bytes array, supporting offsets and
lengths.
|
protected void |
doDecode(org.apache.hadoop.io.erasurecode.rawcoder.ByteBufferDecodingState decodingState) |
Perform the real decoding using Direct ByteBuffer.
|
allowChangeInputs, allowVerboseDump, decode, decode, decode, getNumAllUnits, getNumDataUnits, getNumParityUnits, preferDirectBuffer, releasepublic DummyRawDecoder(ErasureCoderOptions coderOptions)
protected void doDecode(org.apache.hadoop.io.erasurecode.rawcoder.ByteBufferDecodingState decodingState)
RawErasureDecoderdoDecode in class RawErasureDecoderdecodingState - the decoding stateprotected void doDecode(org.apache.hadoop.io.erasurecode.rawcoder.ByteArrayDecodingState decodingState)
RawErasureDecoderdoDecode in class RawErasureDecoderdecodingState - the decoding stateCopyright © 2008–2025 Apache Software Foundation. All rights reserved.