public interface BatchKey
Unique key for batch identification.
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchedStatementCount()
How many statements will be in this batch?
<p/>
Note that this is distinctly different than the size of the batch.
|
Expectation |
getExpectation()
Get the expectation pertaining to the outcome of the
Batch associated with this key. |
int getBatchedStatementCount()
How many statements will be in this batch? <p/> Note that this is distinctly different than the size of the batch.
Expectation getExpectation()
Get the expectation pertaining to the outcome of the Batch associated with this key.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.