Class DummyErasureEncoder

All Implemented Interfaces:
Configurable, ErasureCoder

public class DummyErasureEncoder extends ErasureEncoder
Dummy erasure encoder 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.