Uses of Interface
org.apache.hadoop.io.erasurecode.coder.ErasureCodingStep
Packages that use ErasureCodingStep
-
Uses of ErasureCodingStep in org.apache.hadoop.io.erasurecode.coder
Classes in org.apache.hadoop.io.erasurecode.coder that implement ErasureCodingStepModifier and TypeClassDescriptionclassErasure decoding step, a wrapper of all the necessary information to perform a decoding step involved in the whole process of decoding a block group.classErasure encoding step, a wrapper of all the necessary information to perform an encoding step involved in the whole process of encoding a block group.classAbstract class for Hitchhiker common facilities shared byHHXORErasureEncodingStepandHHXORErasureDecodingStep.classHitchhiker-XOR Erasure decoding step, a wrapper of all the necessary information to perform a decoding step involved in the whole process of decoding a block group.classHitchhiker-XOR Erasure encoding step, a wrapper of all the necessary information to perform an encoding step involved in the whole process of encoding a block group.Methods in org.apache.hadoop.io.erasurecode.coder that return ErasureCodingStepModifier and TypeMethodDescriptionErasureCoder.calculateCoding(ECBlockGroup blockGroup) Calculate the encoding or decoding steps given a block blockGroup.ErasureDecoder.calculateCoding(ECBlockGroup blockGroup) ErasureEncoder.calculateCoding(ECBlockGroup blockGroup) protected ErasureCodingStepDummyErasureDecoder.prepareDecodingStep(ECBlockGroup blockGroup) protected abstract ErasureCodingStepErasureDecoder.prepareDecodingStep(ECBlockGroup blockGroup) Perform decoding against a block blockGroup.protected ErasureCodingStepHHXORErasureDecoder.prepareDecodingStep(ECBlockGroup blockGroup) protected ErasureCodingStepRSErasureDecoder.prepareDecodingStep(ECBlockGroup blockGroup) protected ErasureCodingStepXORErasureDecoder.prepareDecodingStep(ECBlockGroup blockGroup) protected ErasureCodingStepDummyErasureEncoder.prepareEncodingStep(ECBlockGroup blockGroup) protected abstract ErasureCodingStepErasureEncoder.prepareEncodingStep(ECBlockGroup blockGroup) Perform encoding against a block group.protected ErasureCodingStepHHXORErasureEncoder.prepareEncodingStep(ECBlockGroup blockGroup) protected ErasureCodingStepRSErasureEncoder.prepareEncodingStep(ECBlockGroup blockGroup) protected ErasureCodingStepXORErasureEncoder.prepareEncodingStep(ECBlockGroup blockGroup)