Example usage for org.apache.hadoop.io.erasurecode.rawcoder AbstractNativeRawEncoder subclass-usage

List of usage examples for org.apache.hadoop.io.erasurecode.rawcoder AbstractNativeRawEncoder subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.io.erasurecode.rawcoder AbstractNativeRawEncoder subclass-usage.

Usage

From source file com.mellanox.erasurecode.rawcoder.MellanoxRSRawEncoder.java

public class MellanoxRSRawEncoder extends AbstractNativeRawEncoder {

    static final Log LOG = LogFactory.getLog(MellanoxRSRawEncoder.class.getName());

    static {
        MellanoxECLibraryLoader.checkNativeCodeLoaded();