public class CloudSolrStream extends TupleStream implements ExpressibleStream
Modifier and Type | Class and Description |
---|---|
protected class |
CloudSolrStream.StreamOpener |
protected class |
CloudSolrStream.TupleWrapper |
Modifier and Type | Field and Description |
---|---|
protected SolrClientCache |
cache |
protected CloudSolrClient |
cloudSolrClient |
protected String |
collection |
protected Comparator<Tuple> |
comp |
protected Map<String,Tuple> |
eofTuples |
protected Map<String,String> |
params |
protected List<TupleStream> |
solrStreams |
protected StreamContext |
streamContext |
protected TreeSet<CloudSolrStream.TupleWrapper> |
tuples |
protected String |
zkHost |
Modifier | Constructor and Description |
---|---|
protected |
CloudSolrStream() |
|
CloudSolrStream(StreamExpression expression,
StreamFactory factory) |
|
CloudSolrStream(String zkHost,
String collectionName,
Map params) |
Modifier and Type | Method and Description |
---|---|
protected Tuple |
_read() |
List<TupleStream> |
children() |
void |
close()
Closes the CloudSolrStream
|
protected void |
constructStreams() |
Map |
getEofTuples() |
void |
open()
Opens the CloudSolrStream
|
Tuple |
read() |
void |
setFieldMappings(Map<String,String> fieldMappings) |
void |
setStreamContext(StreamContext context) |
void |
setTrace(boolean trace) |
StreamExpressionParameter |
toExpression(StreamFactory factory) |
getCost
protected String zkHost
protected String collection
protected Comparator<Tuple> comp
protected transient SolrClientCache cache
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, Map params) throws IOException
IOException
public CloudSolrStream(StreamExpression expression, StreamFactory factory) throws IOException
IOException
public StreamExpressionParameter toExpression(StreamFactory factory) throws IOException
toExpression
in interface ExpressibleStream
IOException
public void setTrace(boolean trace)
public void setStreamContext(StreamContext context)
setStreamContext
in class TupleStream
public void open() throws IOException
open
in class TupleStream
IOException
public Map getEofTuples()
public List<TupleStream> children()
children
in class TupleStream
protected void constructStreams() throws IOException
IOException
public void close() throws IOException
close
in class TupleStream
IOException
public Tuple read() throws IOException
read
in class TupleStream
IOException
protected Tuple _read() throws IOException
IOException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.