| 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<String> |
PollsApi.callPoll(PollDesc body) |
default org.springframework.http.ResponseEntity<String> |
PollsApiDelegate.callPoll(PollDesc body) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
PollsApiServiceImpl.callPoll(PollDesc body)
Call a new poll
|
| Modifier and Type | Method and Description |
|---|---|
PollDesc |
PollDesc.auId(String auId) |
PollDesc |
PollDesc.cuSetSpec(CachedUriSetSpec cuSetSpec) |
PollDesc |
PollerDetail.getPollDesc()
Get pollDesc
|
PollDesc |
VoterDetail.getPollDesc()
Get pollDesc
|
PollDesc |
PollDesc.modulus(Integer modulus) |
PollDesc |
PollDesc.pluginPollVersion(String pluginPollVersion) |
PollDesc |
PollDesc.pollType(Integer pollType) |
PollDesc |
PollDesc.protocol(Integer protocol) |
PollDesc |
PollDesc.variant(PollDesc.VariantEnum variant) |
| Modifier and Type | Method and Description |
|---|---|
PollerDetail |
PollerDetail.pollDesc(PollDesc pollDesc) |
VoterDetail |
VoterDetail.pollDesc(PollDesc pollDesc) |
void |
PollerDetail.setPollDesc(PollDesc pollDesc) |
void |
VoterDetail.setPollDesc(PollDesc pollDesc) |
Copyright © 2000–2019 LOCKSS Program. All rights reserved.