Class ParallelListStream.StreamIndex
- java.lang.Object
-
- org.apache.solr.client.solrj.io.stream.ParallelListStream.StreamIndex
-
- Enclosing class:
- ParallelListStream
protected static class ParallelListStream.StreamIndex extends Object
-
-
Constructor Summary
Constructors Constructor Description StreamIndex(TupleStream tupleStream, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
TupleStream
getTupleStream()
-
-
-
Constructor Detail
-
StreamIndex
public StreamIndex(TupleStream tupleStream, int index)
-
-
Method Detail
-
getIndex
public int getIndex()
-
getTupleStream
public TupleStream getTupleStream()
-
-