Package org.apache.solr.common.util
Interface DataEntry.EntryListener
- Enclosing interface:
DataEntry
public static interface DataEntry.EntryListener
-
Method Summary
-
Method Details
-
entry
Callback for each entry in this container. Once the method call returns, the entry object is not valid anymore. It is usually reused. If the object value is a {Utf8CharSequence} do a {Object.clone()} because the object may be reused- Parameters:
e- The entry in the container
-
end
Callback after all entries of this container are streamed- Parameters:
e- the container entry
-