Module org.elasticsearch.compute
Interface SinkOperator.SinkOperatorFactory
- All Superinterfaces:
Describable,Operator.OperatorFactory
- All Known Implementing Classes:
ExchangeSinkOperator.ExchangeSinkOperatorFactory,OutputOperator.OutputOperatorFactory
- Enclosing class:
SinkOperator
public static interface SinkOperator.SinkOperatorFactory
extends Operator.OperatorFactory, Describable
A factory for creating sink operators.
-
Method Summary
Methods inherited from interface org.elasticsearch.compute.Describable
describe
-
Method Details
-
get
Creates a new sink operator.- Specified by:
getin interfaceOperator.OperatorFactory
-