Java org.apache.hadoop.io.erasurecode.rawcoder RawErasureDecoder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io.erasurecode.rawcoder RawErasureDecoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io.erasurecode.rawcoder RawErasureDecoder.

The text is from its open source code.

Method

voiddecode(ByteBuffer[] inputs, int[] erasedIndexes, ByteBuffer[] outputs)
Decode with inputs and erasedIndexes, generates outputs.
voiddecode(byte[][] inputs, int[] erasedIndexes, byte[][] outputs)
Decode with inputs and erasedIndexes, generates outputs.
voiddecode(ECChunk[] inputs, int[] erasedIndexes, ECChunk[] outputs)
Decode with inputs and erasedIndexes, generates outputs.
voidrelease()
Should be called when release this coder.