com.metamatrix.common.buffer.impl
Class BatchMap

java.lang.Object
  extended by com.metamatrix.common.buffer.impl.BatchMap

public class BatchMap
extends java.lang.Object

This class is used to save batches ordered by the first row.

Since:
4.3

Constructor Summary
BatchMap(BatchMapValueTranslator translator)
           
 
Method Summary
 void addBatch(int beginRow, java.lang.Object batch)
           
 java.lang.Object getBatch(int beginRow)
           
 java.util.Iterator getBatchIterator()
           
 boolean isEmpty()
           
 void removeBatch(int beginRow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchMap

public BatchMap(BatchMapValueTranslator translator)
Method Detail

addBatch

public void addBatch(int beginRow,
                     java.lang.Object batch)

getBatch

public java.lang.Object getBatch(int beginRow)

removeBatch

public void removeBatch(int beginRow)

getBatchIterator

public java.util.Iterator getBatchIterator()

isEmpty

public boolean isEmpty()


Copyright © 2009. All Rights Reserved.