Uses of Class
org.apache.hadoop.io.erasurecode.ErasureCoderOptions
Packages that use ErasureCoderOptions
Package
Description
Erasure codec framework.
Erasure coders framework.
Raw erasure coders.
-
Uses of ErasureCoderOptions in org.apache.hadoop.io.erasurecode
Methods in org.apache.hadoop.io.erasurecode with parameters of type ErasureCoderOptionsModifier and TypeMethodDescriptionstatic RawErasureDecoderCodecUtil.createRawDecoder(Configuration conf, String codec, ErasureCoderOptions coderOptions) Create RS raw decoder according to configuration.static RawErasureEncoderCodecUtil.createRawEncoder(Configuration conf, String codec, ErasureCoderOptions coderOptions) Create RS raw encoder according to configuration. -
Uses of ErasureCoderOptions in org.apache.hadoop.io.erasurecode.codec
Methods in org.apache.hadoop.io.erasurecode.codec that return ErasureCoderOptionsMethods in org.apache.hadoop.io.erasurecode.codec with parameters of type ErasureCoderOptionsModifier and TypeMethodDescriptionprotected voidErasureCodec.setCoderOptions(ErasureCoderOptions options) -
Uses of ErasureCoderOptions in org.apache.hadoop.io.erasurecode.coder
Methods in org.apache.hadoop.io.erasurecode.coder that return ErasureCoderOptionsModifier and TypeMethodDescriptionErasureCoder.getOptions()The options of erasure coder.ErasureDecoder.getOptions()ErasureEncoder.getOptions()Constructors in org.apache.hadoop.io.erasurecode.coder with parameters of type ErasureCoderOptionsModifierConstructorDescriptionDummyErasureDecoder(ErasureCoderOptions options) DummyErasureEncoder(ErasureCoderOptions options) ErasureDecoder(ErasureCoderOptions options) ErasureEncoder(ErasureCoderOptions options) HHXORErasureDecoder(ErasureCoderOptions options) HHXORErasureEncoder(ErasureCoderOptions options) RSErasureDecoder(ErasureCoderOptions options) RSErasureEncoder(ErasureCoderOptions options) XORErasureDecoder(ErasureCoderOptions options) XORErasureEncoder(ErasureCoderOptions options) -
Uses of ErasureCoderOptions in org.apache.hadoop.io.erasurecode.rawcoder
Methods in org.apache.hadoop.io.erasurecode.rawcoder with parameters of type ErasureCoderOptionsModifier and TypeMethodDescriptionDummyRawErasureCoderFactory.createDecoder(ErasureCoderOptions coderOptions) NativeRSRawErasureCoderFactory.createDecoder(ErasureCoderOptions coderOptions) NativeXORRawErasureCoderFactory.createDecoder(ErasureCoderOptions coderOptions) RawErasureCoderFactory.createDecoder(ErasureCoderOptions coderOptions) Create raw erasure decoder.RSLegacyRawErasureCoderFactory.createDecoder(ErasureCoderOptions coderOptions) RSRawErasureCoderFactory.createDecoder(ErasureCoderOptions coderOptions) XORRawErasureCoderFactory.createDecoder(ErasureCoderOptions coderOptions) DummyRawErasureCoderFactory.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) Constructors in org.apache.hadoop.io.erasurecode.rawcoder with parameters of type ErasureCoderOptionsModifierConstructorDescriptionDummyRawDecoder(ErasureCoderOptions coderOptions) DummyRawEncoder(ErasureCoderOptions coderOptions) NativeRSRawDecoder(ErasureCoderOptions coderOptions) NativeRSRawEncoder(ErasureCoderOptions coderOptions) NativeXORRawDecoder(ErasureCoderOptions coderOptions) NativeXORRawEncoder(ErasureCoderOptions coderOptions) RawErasureDecoder(ErasureCoderOptions coderOptions) RawErasureEncoder(ErasureCoderOptions coderOptions) RSLegacyRawDecoder(ErasureCoderOptions coderOptions) RSLegacyRawEncoder(ErasureCoderOptions coderOptions) RSRawDecoder(ErasureCoderOptions coderOptions) RSRawEncoder(ErasureCoderOptions coderOptions) XORRawDecoder(ErasureCoderOptions coderOptions) XORRawEncoder(ErasureCoderOptions coderOptions)