Uses of Class
org.apache.hadoop.io.erasurecode.coder.ErasureDecoder
Packages that use ErasureDecoder
Package
Description
Erasure codec framework.
Erasure coders framework.
-
Uses of ErasureDecoder in org.apache.hadoop.io.erasurecode
Methods in org.apache.hadoop.io.erasurecode that return ErasureDecoderModifier and TypeMethodDescriptionstatic ErasureDecoderCodecUtil.createDecoder(Configuration conf, ErasureCodecOptions options) Create decoder corresponding to given codec. -
Uses of ErasureDecoder in org.apache.hadoop.io.erasurecode.codec
Methods in org.apache.hadoop.io.erasurecode.codec that return ErasureDecoderModifier and TypeMethodDescriptionDummyErasureCodec.createDecoder()abstract ErasureDecoderErasureCodec.createDecoder()HHXORErasureCodec.createDecoder()RSErasureCodec.createDecoder()XORErasureCodec.createDecoder() -
Uses of ErasureDecoder in org.apache.hadoop.io.erasurecode.coder
Subclasses of ErasureDecoder in org.apache.hadoop.io.erasurecode.coderModifier and TypeClassDescriptionclassDummy erasure decoder does no real computation.classHitchhiker is a new erasure coding algorithm developed as a research project at UC Berkeley by Rashmi Vinayak.classReed-Solomon erasure decoder that decodes a block group.classXor erasure decoder that decodes a block group.