Class DummyErasureDecoder

All Implemented Interfaces:
Configurable, ErasureCoder

public class DummyErasureDecoder extends ErasureDecoder
Dummy erasure decoder does no real computation. Instead, it just returns zero bytes. This decoder can be used to isolate the performance issue to HDFS side logic instead of codec, and is intended for test only.