Package org.apache.solr.common
Interface IteratorWriter
-
public interface IteratorWriter
Interface to help do push writing to an array
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IteratorWriter.ItemWriter
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default List<Object>
toList(List<Object> l)
void
writeIter(IteratorWriter.ItemWriter iw)
-
-
-
Method Detail
-
writeIter
void 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
-
-