Example usage for org.apache.hadoop.io ByteBufferPool interface-usage

List of usage examples for org.apache.hadoop.io ByteBufferPool interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.io ByteBufferPool interface-usage.

Usage

From source file org.apache.tajo.storage.thirdparty.orc.ByteBufferPoolAdapter.java

public class ByteBufferPoolAdapter implements ByteBufferPool {
    private ByteBufferAllocatorPool pool;

    public ByteBufferPoolAdapter(ByteBufferAllocatorPool pool) {
        this.pool = pool;
    }