Java 类org.apache.hadoop.hdfs.protocol.CachePoolIterator 实例源码

项目:hadoop    文件:DFSClient.java   
public RemoteIterator<CachePoolEntry> listCachePools() throws IOException {
  return new CachePoolIterator(namenode, traceSampler);
}
项目:aliyun-oss-hadoop-fs    文件:DFSClient.java   
public RemoteIterator<CachePoolEntry> listCachePools() throws IOException {
  checkOpen();
  return new CachePoolIterator(namenode, tracer);
}
项目:big-c    文件:DFSClient.java   
public RemoteIterator<CachePoolEntry> listCachePools() throws IOException {
  return new CachePoolIterator(namenode, traceSampler);
}
项目:hadoop-2.6.0-cdh5.4.3    文件:DFSClient.java   
public RemoteIterator<CachePoolEntry> listCachePools() throws IOException {
  return new CachePoolIterator(namenode);
}
项目:FlexMap    文件:DFSClient.java   
public RemoteIterator<CachePoolEntry> listCachePools() throws IOException {
  return new CachePoolIterator(namenode);
}
项目:hadoop-on-lustre2    文件:DFSClient.java   
public RemoteIterator<CachePoolEntry> listCachePools() throws IOException {
  return new CachePoolIterator(namenode);
}