| Package | Description |
|---|---|
| org.lockss.laaws.poller.api | |
| org.lockss.laaws.poller.impl | |
| org.lockss.laaws.poller.model |
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<PollerSummary> |
PollsApiDelegate.getPollStatus(String psId) |
default org.springframework.http.ResponseEntity<PollerSummary> |
PollsApi.getPollStatus(String psId) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<PollerSummary> |
PollsApiServiceImpl.getPollStatus(String psId)
Return the current status of a poll.
|
| Modifier and Type | Method and Description |
|---|---|
PollerSummary |
PollerSummary.auId(String auId) |
PollerSummary |
PollerSummary.deadline(Long deadline) |
PollerSummary |
PollerSummary.detailLink(LinkDesc detailLink) |
PollerSummary |
PollerSummary.numAgreeUrls(Integer numAgreeUrls) |
PollerSummary |
PollerSummary.numCompletedRepairs(Integer numCompletedRepairs) |
PollerSummary |
PollerSummary.numHashErrors(Integer numHashErrors) |
PollerSummary |
PollerSummary.numTalliedUrls(Integer numTalliedUrls) |
PollerSummary |
PollerSummary.participants(Integer participants) |
PollerSummary |
PollerSummary.pollEnd(Long pollEnd) |
PollerSummary |
PollerSummary.pollKey(String pollKey) |
PollerSummary |
PollerSummary.start(Long start) |
PollerSummary |
PollerSummary.status(String status) |
PollerSummary |
PollerSummary.variant(String variant) |
| Modifier and Type | Method and Description |
|---|---|
List<PollerSummary> |
PollerPager.getPolls()
The list of polls for the current page or null
|
| Modifier and Type | Method and Description |
|---|---|
PollerPager |
PollerPager.addPollsItem(PollerSummary pollsItem) |
| Modifier and Type | Method and Description |
|---|---|
PollerPager |
PollerPager.polls(List<PollerSummary> polls) |
void |
PollerPager.setPolls(List<PollerSummary> polls) |
Copyright © 2000–2021 LOCKSS Program. All rights reserved.