Package org.apache.solr.cli
Class StreamTool.LocalCatStream
java.lang.Object
org.apache.solr.client.solrj.io.stream.TupleStream
org.apache.solr.handler.CatStream
org.apache.solr.cli.StreamTool.LocalCatStream
- All Implemented Interfaces:
Closeable,Serializable,AutoCloseable,Expressible,org.apache.solr.common.MapSerializable,org.apache.solr.common.MapWriter,org.apache.solr.common.NavigableObject,org.noggit.JSONWriter.Writable
- Enclosing class:
StreamTool
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.handler.CatStream
CatStream.CrawlFileNested classes/interfaces inherited from class org.apache.solr.client.solrj.io.stream.TupleStream
TupleStream.IgnoreExceptionNested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
org.apache.solr.common.MapWriter.EntryWriter -
Field Summary
Fields inherited from class org.apache.solr.handler.CatStream
commaDelimitedFilepathsFields inherited from interface org.apache.solr.common.MapWriter
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionLocalCatStream(String commaDelimitedFilepaths, int maxLines) LocalCatStream(StreamExpression expression, StreamFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetStreamContext(StreamContext context) protected List<CatStream.CrawlFile> Methods inherited from class org.apache.solr.handler.CatStream
children, close, getStreamSort, open, read, toExplanation, toExpressionMethods inherited from class org.apache.solr.client.solrj.io.stream.TupleStream
getCost, getShards, getShards, getStreamNodeId, writeMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.common.MapWriter
jsonStr, toMap, writeMethods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
-
Constructor Details
-
LocalCatStream
- Throws:
IOException
-
LocalCatStream
-
-
Method Details
-
setStreamContext
- Overrides:
setStreamContextin classCatStream
-
validateAndSetFilepathsInSandbox
- Overrides:
validateAndSetFilepathsInSandboxin classCatStream
-