com.metamatrix.common.buffer.impl
Interface BatchMapValueTranslator


public interface BatchMapValueTranslator

Since:
4.3

Method Summary
 int getBeginRow(java.lang.Object batchMapValue)
          Return the beginning row number of the given batch.
 int getEndRow(java.lang.Object batchMapValue)
          Return the ending row number of the given batch.
 

Method Detail

getBeginRow

int getBeginRow(java.lang.Object batchMapValue)
Return the beginning row number of the given batch.

Parameters:
batchMapValue -
Returns:
Since:
4.3

getEndRow

int getEndRow(java.lang.Object batchMapValue)
Return the ending row number of the given batch.

Parameters:
batchMapValue -
Returns:
Since:
4.3


Copyright © 2009. All Rights Reserved.