Example usage for org.apache.hadoop.hdfs.server.namenode CachePool getPoolName

List of usage examples for org.apache.hadoop.hdfs.server.namenode CachePool getPoolName

Introduction

In this page you can find the example usage for org.apache.hadoop.hdfs.server.namenode CachePool getPoolName.

Prototype

public String getPoolName() 

Source Link

Usage

From source file:io.hops.transaction.context.CachePoolContext.java

License:Apache License

@Override
String getKey(CachePool CachePool) {
    return CachePool.getPoolName();
}