org.apache.hadoop.hbase.hbql.client
Interface QueryListener<T>

All Known Implementing Classes:
QueryListenerAdapter

public interface QueryListener<T>


Nested Class Summary
static class QueryListener.ExceptionSource
           
 
Method Summary
 void onEachRow(T val)
           
 void onException(QueryListener.ExceptionSource source, HBqlException e)
           
 void onQueryComplete()
           
 void onQueryStart()
           
 

Method Detail

onQueryStart

void onQueryStart()
                  throws HBqlException
Throws:
HBqlException

onEachRow

void onEachRow(T val)
               throws HBqlException
Throws:
HBqlException

onQueryComplete

void onQueryComplete()
                     throws HBqlException
Throws:
HBqlException

onException

void onException(QueryListener.ExceptionSource source,
                 HBqlException e)


Copyright © 2011. All Rights Reserved.