java.lang.Object
org.elasticsearch.compute.operator.SourceOperator
org.elasticsearch.compute.operator.LocalSourceOperator
org.elasticsearch.compute.operator.ShowOperator
- All Implemented Interfaces:
Closeable,AutoCloseable,Operator,Releasable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.elasticsearch.compute.operator.LocalSourceOperator
LocalSourceOperator.BlockSupplier, LocalSourceOperator.ListSupplier, LocalSourceOperator.LocalSourceFactory, LocalSourceOperator.ObjectSupplier, LocalSourceOperator.PageSupplierNested classes/interfaces inherited from class org.elasticsearch.compute.operator.SourceOperator
SourceOperator.ShardLoad, SourceOperator.SourceOperatorFactoryNested classes/interfaces inherited from interface org.elasticsearch.compute.operator.Operator
Operator.OperatorFactory, Operator.Status -
Field Summary
Fields inherited from class org.elasticsearch.compute.operator.LocalSourceOperator
supplierFields inherited from interface org.elasticsearch.compute.operator.Operator
MIN_TARGET_PAGE_SIZE, NOT_BLOCKED, TARGET_PAGE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionShowOperator(BlockFactory blockFactory, LocalSourceOperator.ListSupplier listSupplier) -
Method Summary
Methods inherited from class org.elasticsearch.compute.operator.LocalSourceOperator
close, finish, getOutput, isFinished, toStringMethods inherited from class org.elasticsearch.compute.operator.SourceOperator
addInput, canProduceMoreDataWithoutExtraInput, needsInput, shardLoadDeltaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.compute.operator.Operator
isBlocked, status, tryPromote
-
Constructor Details
-
ShowOperator
-