Example usage for org.apache.hadoop.hdfs.protocol CachePoolIterator CachePoolIterator

List of usage examples for org.apache.hadoop.hdfs.protocol CachePoolIterator CachePoolIterator

Introduction

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

Prototype

public CachePoolIterator(ClientProtocol namenode, Tracer tracer) 

Source Link

Usage

From source file:com.mellanox.r4h.DFSClient.java

License:Apache License

public RemoteIterator<CachePoolEntry> listCachePools() throws IOException {
    return new CachePoolIterator(namenode, traceSampler);
}