Package org.apache.solr.handler
Class StreamHandler.DaemonResponseStream
- java.lang.Object
 - 
- org.apache.solr.client.solrj.io.stream.TupleStream
 - 
- org.apache.solr.handler.StreamHandler.DaemonResponseStream
 
 
 
- 
- All Implemented Interfaces:
 Closeable,Serializable,AutoCloseable,MapSerializable,MapWriter,NavigableObject
- Enclosing class:
 - StreamHandler
 
public static class StreamHandler.DaemonResponseStream extends TupleStream
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.io.stream.TupleStream
TupleStream.IgnoreException 
- 
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DaemonResponseStream(String message) 
- 
Method Summary
All 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.TupleStream
getCost, getShards, getShards, getStreamNodeId, writeMap 
- 
Methods inherited from class java.lang.Object
clone, 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
- 
DaemonResponseStream
public DaemonResponseStream(String message)
 
 - 
 
- 
Method Detail
- 
getStreamSort
public StreamComparator getStreamSort()
- Specified by:
 getStreamSortin classTupleStream
 
- 
close
public void close()
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Specified by:
 closein classTupleStream
 
- 
open
public void open()
- Specified by:
 openin classTupleStream
 
- 
setStreamContext
public void setStreamContext(StreamContext context)
- Specified by:
 setStreamContextin classTupleStream
 
- 
children
public List<TupleStream> children()
- Specified by:
 childrenin classTupleStream
 
- 
toExplanation
public Explanation toExplanation(StreamFactory factory) throws IOException
- Specified by:
 toExplanationin classTupleStream- Throws:
 IOException
 
- 
read
public Tuple read()
- Specified by:
 readin classTupleStream
 
 - 
 
 -