接口 BatchKey

  • 所有已知实现类:
    BasicBatchKey

    public interface BatchKey
    Unique key for batch identification.
    作者:
    Steve Ebersole
    • 方法详细资料

      • 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 the Batch associated with this key.
        返回:
        The expectations