public interface OperatorFactory
Modifier and Type | Method and Description |
---|---|
Operator |
createOperator(DriverContext driverContext) |
OperatorFactory |
duplicate() |
List<Type> |
getTypes() |
void |
noMoreOperators()
Declare that createOperator will not be called any more and release
any resources associated with this factory.
|
Operator createOperator(DriverContext driverContext)
void noMoreOperators()
This method will be called only once. Implementation doesn't need to worry about duplicate invocations.
OperatorFactory duplicate()
Copyright © 2012-2017. All Rights Reserved.