streamcruncher.test.func
Class BatchResult

java.lang.Object
  extended by streamcruncher.test.func.BatchResult

public class BatchResult
extends java.lang.Object

All the Test cases use this Class to hold the results of the Query and then verify the results against expected data.


Constructor Summary
BatchResult()
           
 
Method Summary
 void addRow(java.lang.Object[] row)
           
 java.util.List<java.lang.Object[]> getRows()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchResult

public BatchResult()
Method Detail

getRows

public java.util.List<java.lang.Object[]> getRows()

addRow

public void addRow(java.lang.Object[] row)

getTimestamp

public long getTimestamp()


Copyright © 2006 - 2008 Ashwin Jayaprakash. All Rights Reserved. (Docs generated on 3-November-2007 )