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

    Modifier and Type
    Method
    Description
    get(DriverContext driverContext)
    Creates a new sink operator.

    Methods inherited from interface org.elasticsearch.compute.Describable

    describe