Package org.apache.solr.common
Interface IteratorWriter
- 
- All Superinterfaces:
- org.noggit.JSONWriter.Writable
 
 public interface IteratorWriter extends org.noggit.JSONWriter.WritableInterface 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)default voidwrite(org.noggit.JSONWriter writer)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
 
 - 
writedefault void write(org.noggit.JSONWriter writer) - Specified by:
- writein interface- org.noggit.JSONWriter.Writable
 
 
- 
 
-