| Package | Description |
|---|---|
| org.lockss.laaws.crawler.api | |
| org.lockss.laaws.crawler.impl | |
| org.lockss.laaws.crawler.model |
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<CrawlPager> |
CrawlsApi.getCrawls(Integer limit,
String continuationToken) |
default org.springframework.http.ResponseEntity<CrawlPager> |
CrawlsApiDelegate.getCrawls(Integer limit,
String continuationToken) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<CrawlPager> |
CrawlsApiServiceImpl.getCrawls(Integer limit,
String continuationToken)
Provides all (or a pageful of) the crawls in the service.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlPager |
CrawlPager.addCrawlsItem(CrawlStatus crawlsItem) |
CrawlPager |
CrawlPager.crawls(List<CrawlStatus> crawls) |
CrawlPager |
CrawlPager.pageInfo(PageInfo pageInfo) |
Copyright © 2000–2023 LOCKSS Program. All rights reserved.