public class FacetStream extends TupleStream implements Expressible, ParallelMetricsRollup
TupleStream.IgnoreExceptionMapWriter.EntryWriter| 限定符和类型 | 字段和说明 |
|---|---|
protected SolrClientCache |
cache |
protected CloudSolrClient |
cloudSolrClient |
protected StreamContext |
context |
protected TupleStream |
parallelizedStream |
| 构造器和说明 |
|---|
FacetStream(StreamExpression expression,
StreamFactory factory) |
FacetStream(String zkHost,
String collection,
SolrParams params,
Bucket[] buckets,
Metric[] metrics,
FieldComparator[] bucketSorts,
int bucketSizeLimit) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TupleStream> |
children() |
void |
close() |
Bucket[] |
getBuckets() |
int |
getBucketSizeLimit() |
String |
getCollection() |
int |
getCost() |
int |
getOffset() |
int |
getOverfetch() |
protected Map<String,String> |
getRollupSelectFields(Metric[] rollupMetrics)
The projection of dimensions and metrics from the rollup stream.
|
int |
getRows() |
TupleStream |
getSortedRollupStream(ParallelListStream plist,
Metric[] rollupMetrics)
Get the rollup for the parallelized streams that is sorted based on the original (non-parallel) sort order.
|
StreamComparator |
getStreamSort() |
void |
open() |
TupleStream[] |
parallelize(List<String> partitions)
Given a list of collections, return an array of TupleStream for each partition.
|
Tuple |
read() |
void |
setStreamContext(StreamContext context) |
Explanation |
toExplanation(StreamFactory factory)
Returns an explanation about the stream object
|
StreamExpressionParameter |
toExpression(StreamFactory factory) |
getShards, getShards, getStreamNodeId, writeMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRollupMetrics, openParallelStream_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizeprotected transient SolrClientCache cache
protected transient CloudSolrClient cloudSolrClient
protected transient TupleStream parallelizedStream
protected transient StreamContext context
public FacetStream(String zkHost, String collection, SolrParams params, Bucket[] buckets, Metric[] metrics, FieldComparator[] bucketSorts, int bucketSizeLimit) throws IOException
IOExceptionpublic FacetStream(StreamExpression expression, StreamFactory factory) throws IOException
IOExceptionpublic int getBucketSizeLimit()
public int getRows()
public int getOffset()
public int getOverfetch()
public Bucket[] getBuckets()
public String getCollection()
public StreamExpressionParameter toExpression(StreamFactory factory) throws IOException
toExpression 在接口中 ExpressibleIOExceptionpublic Explanation toExplanation(StreamFactory factory) throws IOException
ExpressibletoExplanation 在接口中 ExpressibletoExplanation 在类中 TupleStreamfactory - Stream factory for this, contains information about the function nameIOException - throw on any errorpublic void setStreamContext(StreamContext context)
setStreamContext 在类中 TupleStreampublic List<TupleStream> children()
children 在类中 TupleStreampublic void open()
throws IOException
open 在类中 TupleStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 TupleStreamIOExceptionpublic Tuple read() throws IOException
read 在类中 TupleStreamIOExceptionpublic int getCost()
getCost 在类中 TupleStreampublic StreamComparator getStreamSort()
getStreamSort 在类中 TupleStreampublic TupleStream[] parallelize(List<String> partitions) throws IOException
ParallelMetricsRollupparallelize 在接口中 ParallelMetricsRolluppartitions - A list of collections to parallelize metrics computation across.IOException - if an error occurs while constructing the underlying TupleStream for a partition.public TupleStream getSortedRollupStream(ParallelListStream plist, Metric[] rollupMetrics) throws IOException
ParallelMetricsRollupgetSortedRollupStream 在接口中 ParallelMetricsRollupplist - A parallel list stream to fetch metrics from each partition concurrentlyrollupMetrics - An array of metrics to rollupIOException - if an error occurs while reading from the sorted streamCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.