org.apache.hadoop.hbase.hbql.client
Class ExecutionResults

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.client.ExecutionResults

public class ExecutionResults
extends Object


Field Summary
 PrintStream out
           
 
Constructor Summary
ExecutionResults()
           
ExecutionResults(String str)
           
 
Method Summary
 int getCount()
           
 boolean getPredicate()
           
 boolean hadSuccess()
           
 void setCount(int count)
           
 void setPredicate(boolean predicate)
           
 void setSuccess(boolean success)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

out

public final PrintStream out
Constructor Detail

ExecutionResults

public ExecutionResults()

ExecutionResults

public ExecutionResults(String str)
Method Detail

hadSuccess

public boolean hadSuccess()

setSuccess

public void setSuccess(boolean success)

toString

public String toString()
Overrides:
toString in class Object

getCount

public int getCount()

setCount

public void setCount(int count)

getPredicate

public boolean getPredicate()

setPredicate

public void setPredicate(boolean predicate)


Copyright © 2011. All Rights Reserved.