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