Interface BatchKey

  • All Known Implementing Classes:
    BasicBatchKey

    public interface BatchKey
    Unique key for batch identification.
    • Method Detail

      • getBatchedStatementCount

        @Deprecated
        int getBatchedStatementCount()
        Deprecated.
        With no replacement. No longer used
        How many statements will be in this batch?

        Note that this is distinctly different to the size of the batch.

        Returns:
        The number of statements.
      • getExpectation

        @Deprecated
        Expectation getExpectation()
        Deprecated.
        With no replacement. No longer used
        Get the expectation pertaining to the outcome of the Batch associated with this key.
        Returns:
        The expectations
      • toLoggableString

        default String toLoggableString()