Uses of Class
org.apache.hadoop.io.erasurecode.rawcoder.RawErasureEncoder
Packages that use RawErasureEncoder
Package
Description
Erasure coders framework.
Raw erasure coders.
-
Uses of RawErasureEncoder in org.apache.hadoop.io.erasurecode
Methods in org.apache.hadoop.io.erasurecode that return RawErasureEncoderModifier and TypeMethodDescriptionstatic RawErasureEncoderCodecUtil.createRawEncoder(Configuration conf, String codec, ErasureCoderOptions coderOptions) Create RS raw encoder according to configuration. -
Uses of RawErasureEncoder in org.apache.hadoop.io.erasurecode.coder
Constructors in org.apache.hadoop.io.erasurecode.coder with parameters of type RawErasureEncoderModifierConstructorDescriptionErasureEncodingStep(ECBlock[] inputBlocks, ECBlock[] outputBlocks, RawErasureEncoder rawEncoder) The constructor with all the necessary info.HHXORErasureDecodingStep(ECBlock[] inputBlocks, int[] erasedIndexes, ECBlock[] outputBlocks, RawErasureDecoder rawDecoder, RawErasureEncoder rawEncoder) The constructor with all the necessary info.HHXORErasureEncodingStep(ECBlock[] inputBlocks, ECBlock[] outputBlocks, RawErasureEncoder rsRawEncoder, RawErasureEncoder xorRawEncoder) The constructor with all the necessary info. -
Uses of RawErasureEncoder in org.apache.hadoop.io.erasurecode.coder.util
Methods in org.apache.hadoop.io.erasurecode.coder.util with parameters of type RawErasureEncoderModifier and TypeMethodDescriptionstatic ByteBuffer[]HHUtil.getPiggyBacksFromInput(ByteBuffer[] inputs, int[] piggyBackIndex, int numParityUnits, int pgIndex, RawErasureEncoder encoder) -
Uses of RawErasureEncoder in org.apache.hadoop.io.erasurecode.rawcoder
Subclasses of RawErasureEncoder in org.apache.hadoop.io.erasurecode.rawcoderModifier and TypeClassDescriptionclassA dummy raw encoder that does no real computation.classA Reed-Solomon raw encoder using Intel ISA-L library.classA XOR raw encoder using Intel ISA-L library.classA raw erasure encoder in RS code scheme in pure Java in case native one isn't available in some environment.classA raw erasure encoder in RS code scheme in pure Java in case native one isn't available in some environment.classA raw encoder in XOR code scheme in pure Java, adapted from HDFS-RAID.Methods in org.apache.hadoop.io.erasurecode.rawcoder that return RawErasureEncoderModifier and TypeMethodDescriptionDummyRawErasureCoderFactory.createEncoder(ErasureCoderOptions coderOptions) NativeRSRawErasureCoderFactory.createEncoder(ErasureCoderOptions coderOptions) NativeXORRawErasureCoderFactory.createEncoder(ErasureCoderOptions coderOptions) RawErasureCoderFactory.createEncoder(ErasureCoderOptions coderOptions) Create raw erasure encoder.RSLegacyRawErasureCoderFactory.createEncoder(ErasureCoderOptions coderOptions) RSRawErasureCoderFactory.createEncoder(ErasureCoderOptions coderOptions) XORRawErasureCoderFactory.createEncoder(ErasureCoderOptions coderOptions)