@ThreadSafe public static final class Count.VoteServerScope extends Object
VoteServer.scopeCount()
Constructor and Description |
---|
Count.VoteServerScope(VoteServer vS)
Constructs a VoteServerScope.
|
Modifier and Type | Method and Description |
---|---|
File |
readyToReportLink()
The path of the
_readyCount_report symbolic link. |
File |
snapToReportLink()
The path of the
_snap_report symbolic link. |
@Warning(value="non-API") public Count.VoteServerScope(VoteServer vS)
public File readyToReportLink()
_readyCount_report
symbolic link. When this link
exists, it points to the ready directory of the currently reported count.public File snapToReportLink()
_snap_report
symbolic link. When this link
exists, it points to the snap directory of the currently reported count. This
is for informational and external use only, all code should instead use
readyToReportLink.