public class MaxRowsDocumentSource extends Object implements DocumentSource
DocumentSource that has a max rows condition on it, that will make
it stop serving documents after a certain limit.| Constructor and Description |
|---|
MaxRowsDocumentSource(DocumentSource delegate,
int maxRows) |
public MaxRowsDocumentSource(DocumentSource delegate, int maxRows)
public Document next()
DocumentSourcenext in interface DocumentSourcepublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface DocumentSourceCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.