Interface BatchKey
- All Known Implementing Classes:
BasicBatchKey
public interface BatchKey
Unique key for batch identification.
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.With no replacement.Deprecated.With no replacement.default String
-
Method Details
-
getBatchedStatementCount
Deprecated.With no replacement. No longer usedHow 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.With no replacement. No longer usedGet the expectation pertaining to the outcome of theBatchassociated with this key.- Returns:
- The expectations
-
toLoggableString
-