public interface Generator
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
int |
getTotalGenerate() |
CrawlDatum |
next() |
void |
open() |
void |
setMaxExecuteCount(int maxExecuteCount) |
void |
setTopN(int topN) |
CrawlDatum next()
void setTopN(int topN)
void setMaxExecuteCount(int maxExecuteCount)
int getTotalGenerate()
Copyright © 2017. All Rights Reserved.