Example usage for org.apache.hadoop.hdfs.protocol CachePoolInfo getPoolName

List of usage examples for org.apache.hadoop.hdfs.protocol CachePoolInfo getPoolName

Introduction

In this page you can find the example usage for org.apache.hadoop.hdfs.protocol CachePoolInfo getPoolName.

Prototype

public String getPoolName() 

Source Link

Usage

From source file:com.cloudera.impala.catalog.HdfsCachePool.java

License:Apache License

public HdfsCachePool(CachePoolInfo cachePoolInfo) {
    cachePool_ = new THdfsCachePool(cachePoolInfo.getPoolName());
}