public class SingleDocSource extends ContentSource
getNextDocData(DocData) is called.BUFFER_SIZE, encoding, forever, logStep, verbose| Constructor and Description |
|---|
SingleDocSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called when reading from this content source is no longer required.
|
DocData |
getNextDocData(DocData docData)
Returns the next
DocData from the content source. |
void |
resetInputs()
Resets the input for this content source, so that the test would behave as
if it was just started, input-wise.
|
addBytes, addDoc, collectFiles, getBytesCount, getConfig, getDocsCount, getInputStream, getTotalBytesCount, getTotalDocsCount, setConfig, shouldLogpublic void close()
throws IOException
ContentSourceclose in class ContentSourceIOExceptionpublic DocData getNextDocData(DocData docData) throws NoMoreDataException
ContentSourceDocData from the content source.getNextDocData in class ContentSourceNoMoreDataExceptionpublic void resetInputs()
throws IOException
ContentSourceNOTE: the default implementation resets the number of bytes and documents generated since the last reset, so it's important to call super.resetInputs in case you override this method.
resetInputs in class ContentSourceIOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.