org.apache.hadoop.hbase.io.hfile
Class PrefetchExecutor

java.lang.Object
  extended by org.apache.hadoop.hbase.io.hfile.PrefetchExecutor

public class PrefetchExecutor
extends Object


Constructor Summary
PrefetchExecutor()
           
 
Method Summary
static void cancel(org.apache.hadoop.fs.Path path)
           
static void complete(org.apache.hadoop.fs.Path path)
           
static boolean isCompleted(org.apache.hadoop.fs.Path path)
           
static void request(org.apache.hadoop.fs.Path path, Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefetchExecutor

public PrefetchExecutor()
Method Detail

request

public static void request(org.apache.hadoop.fs.Path path,
                           Runnable runnable)

complete

public static void complete(org.apache.hadoop.fs.Path path)

cancel

public static void cancel(org.apache.hadoop.fs.Path path)

isCompleted

public static boolean isCompleted(org.apache.hadoop.fs.Path path)


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.