Module org.elasticsearch.compute
Package org.elasticsearch.compute.lucene
Class TimeSeriesSourceOperatorFactory
java.lang.Object
org.elasticsearch.compute.lucene.LuceneOperator.Factory
org.elasticsearch.compute.lucene.LuceneSourceOperator.Factory
org.elasticsearch.compute.lucene.TimeSeriesSourceOperatorFactory
- All Implemented Interfaces:
Describable,Operator.OperatorFactory,SourceOperator.SourceOperatorFactory
-
Field Summary
Fields inherited from class org.elasticsearch.compute.lucene.LuceneOperator.Factory
dataPartitioning, limit, needsScore, sliceQueue, taskConcurrency -
Method Summary
Modifier and TypeMethodDescriptioncreate(int limit, int maxPageSize, int taskConcurrency, List<? extends ShardContext> contexts, Function<ShardContext, List<LuceneSliceQueue.QueryAndTags>> queryFunction) Methods inherited from class org.elasticsearch.compute.lucene.LuceneSourceOperator.Factory
autoStrategy, describe, get, maxPageSizeMethods inherited from class org.elasticsearch.compute.lucene.LuceneOperator.Factory
limit, taskConcurrency
-
Method Details
-
create
public static TimeSeriesSourceOperatorFactory create(int limit, int maxPageSize, int taskConcurrency, List<? extends ShardContext> contexts, Function<ShardContext, List<LuceneSliceQueue.QueryAndTags>> queryFunction)
-