Uses of Class
org.lockss.laaws.poller.model.VoterDetail
Packages that use VoterDetail
Package
Description
-
Uses of VoterDetail in org.lockss.laaws.poller.api
Methods in org.lockss.laaws.poller.api that return types with arguments of type VoterDetailModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<VoterDetail>PollsApi.getVoterPollDetails(String pollKey) default org.springframework.http.ResponseEntity<VoterDetail>PollsApiDelegate.getVoterPollDetails(String pollKey) -
Uses of VoterDetail in org.lockss.laaws.poller.impl
Methods in org.lockss.laaws.poller.impl that return types with arguments of type VoterDetailModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<VoterDetail>PollsApiServiceImpl.getVoterPollDetails(String pollKey) Get the detailed description of a Poller poll. -
Uses of VoterDetail in org.lockss.laaws.poller.model
Methods in org.lockss.laaws.poller.model that return VoterDetailModifier and TypeMethodDescriptionVoterDetail.createTime(Long createTime) VoterDetail.errorDetails(String errorDetails) VoterDetail.hashAlgorithm(String hashAlgorithm) VoterDetail.numDisagree(Integer numDisagree) VoterDetail.numPollerOnly(Integer numPollerOnly) VoterDetail.numVoterOnly(Integer numVoterOnly) VoterDetail.pollDesc(org.lockss.util.rest.poller.PollDesc pollDesc) VoterDetail.pollerNonce(String pollerNonce) VoterDetail.symmetricAgreement(Double symmetricAgreement) VoterDetail.voteDeadline(Long voteDeadline) VoterDetail.voter2Nonce(String voter2Nonce) VoterDetail.voterNonce(String voterNonce) VoterDetail.wtAgreement(Double wtAgreement) VoterDetail.wtSymmetricAgreement(Double wtSymmetricAgreement)