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

Example usage for Java org.apache.hadoop.io.erasurecode.rawcoder RawErasureEncoder 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 RawErasureEncoder.

The text is from its open source code.

Method

voidencode(ByteBuffer[] inputs, ByteBuffer[] outputs)
Encode with inputs and generates outputs.
voidencode(byte[][] inputs, byte[][] outputs)
Encode with inputs and generates outputs.
voidencode(ECChunk[] inputs, ECChunk[] outputs)
Encode with inputs and generates outputs.
voidrelease()
Should be called when release this coder.