Interface BatchKey
-
public interface BatchKeyUnique key for batch identification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBatchedStatementCount()How many statements will be in this batch?ExpectationgetExpectation()Get the expectation pertaining to the outcome of theBatchassociated with this key.
-
-
-
Method Detail
-
getBatchedStatementCount
int getBatchedStatementCount()
How many statements will be in this batch? Note that this is distinctly different than the size of the batch.- Returns:
- The number of statements.
-
getExpectation
Expectation getExpectation()
Get the expectation pertaining to the outcome of theBatchassociated with this key.- Returns:
- The expectations
-
-