Package org.apache.solr.common
Interface IteratorWriter
- 
 public interface IteratorWriterInterface to help do push writing to an array
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceIteratorWriter.ItemWriter
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default List<Object>toList(List<Object> l)voidwriteIter(IteratorWriter.ItemWriter iw)
 
- 
- 
- 
Method Detail- 
writeItervoid writeIter(IteratorWriter.ItemWriter iw) throws IOException - Parameters:
- iw- after this method returns , the ItemWriter Object is invalid Do not hold a reference to this object
- Throws:
- IOException
 
 
- 
 
-