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

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

Introduction

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

Usage

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

public class MellanoxRSRawDecoder extends AbstractNativeRawDecoder {

    static {
        MellanoxECLibraryLoader.checkNativeCodeLoaded();
    }