接口 BatchKey
-
- 所有已知实现类:
BasicBatchKey
public interface BatchKeyUnique key for batch identification.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetBatchedStatementCount()How many statements will be in this batch?ExpectationgetExpectation()Get the expectation pertaining to the outcome of theBatchassociated with this key.
-
-
-
方法详细资料
-
getBatchedStatementCount
int getBatchedStatementCount()
How many statements will be in this batch? Note that this is distinctly different than the size of the batch.- 返回:
- The number of statements.
-
getExpectation
Expectation getExpectation()
Get the expectation pertaining to the outcome of theBatchassociated with this key.- 返回:
- The expectations
-
-