S
- The type of stub driven by this driver.OT
- The data type of the records produced by this driver.public interface ResettableDriver<S extends Function,OT> extends Driver<S,OT>
Driver
as resettable, meaning that will reset part of their
internal state but otherwise reuse existing data structures.Driver
,
TaskContext
Modifier and Type | Method and Description |
---|---|
void |
initialize() |
boolean |
isInputResettable(int inputNum) |
void |
reset() |
void |
teardown() |
cancel, cleanup, getNumberOfDriverComparators, getNumberOfInputs, getStubType, prepare, run, setup
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.