Uses of Class
org.apache.hadoop.io.erasurecode.ECChunk
Packages that use ECChunk
Package
Description
Erasure coders framework.
Raw erasure coders.
General helpers for implementing raw erasure coders.
-
Uses of ECChunk in org.apache.hadoop.io.erasurecode
Methods in org.apache.hadoop.io.erasurecode with parameters of type ECChunkModifier and TypeMethodDescriptionstatic ByteBuffer[]Convert an array of this chunks to an array of ByteBuffers -
Uses of ECChunk in org.apache.hadoop.io.erasurecode.coder
Methods in org.apache.hadoop.io.erasurecode.coder with parameters of type ECChunkModifier and TypeMethodDescriptionvoidErasureCodingStep.performCoding(ECChunk[] inputChunks, ECChunk[] outputChunks) Perform encoding or decoding given the input chunks, and generated results will be written to the output chunks.voidErasureDecodingStep.performCoding(ECChunk[] inputChunks, ECChunk[] outputChunks) voidErasureEncodingStep.performCoding(ECChunk[] inputChunks, ECChunk[] outputChunks) voidHHXORErasureDecodingStep.performCoding(ECChunk[] inputChunks, ECChunk[] outputChunks) voidHHXORErasureEncodingStep.performCoding(ECChunk[] inputChunks, ECChunk[] outputChunks) -
Uses of ECChunk in org.apache.hadoop.io.erasurecode.rawcoder
Methods in org.apache.hadoop.io.erasurecode.rawcoder with parameters of type ECChunkModifier and TypeMethodDescriptionvoidDecode with inputs and erasedIndexes, generates outputs.voidEncode with inputs and generates outputs.voidValidate outputs decoded from inputs, by decoding an input back from those outputs and comparing it with the original one. -
Uses of ECChunk in org.apache.hadoop.io.erasurecode.rawcoder.util
Methods in org.apache.hadoop.io.erasurecode.rawcoder.util with parameters of type ECChunkModifier and TypeMethodDescriptionstatic voidPrint data in hex format in a chunk.static voidDumpUtil.dumpChunks(String header, ECChunk[] chunks) Print data in hex format in an array of chunks.