org.apache.hadoop.hbase.hbql.client
Interface QueryFuture

All Known Implementing Classes:
QueryFutureImpl

public interface QueryFuture


Method Summary
 void await()
           
 boolean await(long timeout, TimeUnit unit)
           
 long getCompleteTime()
           
 long getElapsedTime()
           
 HBqlException getHBqlException()
           
 long getStartTime()
           
 boolean isComplete()
           
 boolean isStarted()
           
 

Method Detail

getHBqlException

HBqlException getHBqlException()

isStarted

boolean isStarted()

isComplete

boolean isComplete()

getStartTime

long getStartTime()

getCompleteTime

long getCompleteTime()

getElapsedTime

long getElapsedTime()

await

void await()
           throws InterruptedException
Throws:
InterruptedException

await

boolean await(long timeout,
              TimeUnit unit)
              throws InterruptedException
Throws:
InterruptedException


Copyright © 2011. All Rights Reserved.