Package org.apache.solr.handler
Class StreamHandler.DaemonCollectionStream
- java.lang.Object
- 
- org.apache.solr.client.solrj.io.stream.TupleStream
- 
- org.apache.solr.handler.StreamHandler.DaemonCollectionStream
 
 
- 
- All Implemented Interfaces:
- Closeable,- Serializable,- AutoCloseable,- MapSerializable,- MapWriter,- NavigableObject
 - Enclosing class:
- StreamHandler
 
 public static class StreamHandler.DaemonCollectionStream extends TupleStream - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.io.stream.TupleStreamTupleStream.IgnoreException
 - 
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriterMapWriter.EntryWriter
 
- 
 - 
Constructor SummaryConstructors Constructor Description DaemonCollectionStream(Collection<DaemonStream> col)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TupleStream>children()voidclose()StreamComparatorgetStreamSort()voidopen()Tupleread()voidsetStreamContext(StreamContext context)ExplanationtoExplanation(StreamFactory factory)- 
Methods inherited from class org.apache.solr.client.solrj.io.stream.TupleStreamgetCost, getShards, getStreamNodeId, writeMap
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.solr.common.NavigableObject_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
 
- 
 
- 
- 
- 
Constructor Detail- 
DaemonCollectionStreampublic DaemonCollectionStream(Collection<DaemonStream> col) 
 
- 
 - 
Method Detail- 
getStreamSortpublic StreamComparator getStreamSort() - Specified by:
- getStreamSortin class- TupleStream
 
 - 
closepublic void close() - Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein class- TupleStream
 
 - 
openpublic void open() - Specified by:
- openin class- TupleStream
 
 - 
setStreamContextpublic void setStreamContext(StreamContext context) - Specified by:
- setStreamContextin class- TupleStream
 
 - 
childrenpublic List<TupleStream> children() - Specified by:
- childrenin class- TupleStream
 
 - 
toExplanationpublic Explanation toExplanation(StreamFactory factory) throws IOException - Specified by:
- toExplanationin class- TupleStream
- Throws:
- IOException
 
 - 
readpublic Tuple read() - Specified by:
- readin class- TupleStream
 
 
- 
 
-