-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.StartStopRunnable
public final class CrawlLoops implements StartStopRunnable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCrawlLoops.Companion
-
Constructor Summary
Constructors Constructor Description CrawlLoops(CrawlLoop loop)CrawlLoops(List<CrawlLoop> loops)
-
Method Summary
-
-
Method Detail
-
getIsStarted
final Boolean getIsStarted()
-
firstIsInstance
final <T extends CrawlLoop> T firstIsInstance()
-
lastIsInstance
final <T extends CrawlLoop> T lastIsInstance()
-
-
-
-