public class CloudSolrStream extends TupleStream implements Expressible
| 限定符和类型 | 类和说明 |
|---|---|
protected class |
CloudSolrStream.StreamOpener |
protected class |
CloudSolrStream.TupleWrapper |
TupleStream.IgnoreExceptionMapWriter.EntryWriter| 限定符和类型 | 字段和说明 |
|---|---|
protected CloudSolrClient |
cloudSolrClient |
protected String |
collection |
protected StreamComparator |
comp |
protected Map<String,Tuple> |
eofTuples |
protected Map<String,String> |
fieldMappings |
protected ModifiableSolrParams |
params |
protected List<TupleStream> |
solrStreams |
protected StreamContext |
streamContext |
protected TreeSet<CloudSolrStream.TupleWrapper> |
tuples |
protected String |
zkHost |
| 限定符 | 构造器和说明 |
|---|---|
protected |
CloudSolrStream() |
|
CloudSolrStream(StreamExpression expression,
StreamFactory factory) |
|
CloudSolrStream(String zkHost,
String collectionName,
SolrParams params) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Tuple |
_read() |
protected ModifiableSolrParams |
adjustParams(ModifiableSolrParams params) |
List<TupleStream> |
children() |
void |
close()
Closes the CloudSolrStream
|
protected void |
constructStreams() |
Map<String,Tuple> |
getEofTuples() |
static Slice[] |
getSlices(String collectionName,
ZkStateReader zkStateReader,
boolean checkAlias) |
StreamComparator |
getStreamSort()
Return the stream sort - ie, the order in which records are returned
|
void |
open()
Opens the CloudSolrStream
|
Tuple |
read() |
void |
setFieldMappings(Map<String,String> fieldMappings) |
void |
setStreamContext(StreamContext context) |
void |
setTrace(boolean trace) |
Explanation |
toExplanation(StreamFactory factory)
Returns an explanation about the stream object
|
StreamExpression |
toExpression(StreamFactory factory) |
getCost, getShards, getShards, getStreamNodeId, writeMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizeprotected String zkHost
protected String collection
protected ModifiableSolrParams params
protected StreamComparator comp
protected transient CloudSolrClient cloudSolrClient
protected transient List<TupleStream> solrStreams
protected transient TreeSet<CloudSolrStream.TupleWrapper> tuples
protected transient StreamContext streamContext
protected CloudSolrStream()
public CloudSolrStream(String zkHost, String collectionName, SolrParams params) throws IOException
zkHost - Zookeeper ensemble connection stringcollectionName - Name of the collection to operate onparams - Map<String, String[]> of parameter/value pairsIOException - Something went wrongpublic CloudSolrStream(StreamExpression expression, StreamFactory factory) throws IOException
IOExceptionpublic StreamExpression 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 setTrace(boolean trace)
public void setStreamContext(StreamContext context)
setStreamContext 在类中 TupleStreampublic void open()
throws IOException
open 在类中 TupleStreamIOExceptionpublic List<TupleStream> children()
children 在类中 TupleStreampublic static Slice[] getSlices(String collectionName, ZkStateReader zkStateReader, boolean checkAlias) throws IOException
IOExceptionprotected void constructStreams()
throws IOException
IOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 TupleStreamIOExceptionpublic StreamComparator getStreamSort()
getStreamSort 在类中 TupleStreampublic Tuple read() throws IOException
read 在类中 TupleStreamIOExceptionprotected Tuple _read() throws IOException
IOExceptionprotected ModifiableSolrParams adjustParams(ModifiableSolrParams params)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.