Interface BatchKey
-
- All Known Implementing Classes:
BasicBatchKey
public interface BatchKey
Unique key for batch identification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description int
getBatchedStatementCount()
Deprecated.With no replacement.Expectation
getExpectation()
Deprecated.With no replacement.default String
toLoggableString()
-
-
-
Method Detail
-
getBatchedStatementCount
@Deprecated int 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 Expectation getExpectation()
Deprecated.With no replacement. No longer usedGet the expectation pertaining to the outcome of theBatch
associated with this key.- Returns:
- The expectations
-
toLoggableString
default String toLoggableString()
-
-