public class SkewCorrection
extends java.lang.Object
implements java.io.Serializable
Skew
task is invoked as a Callable
.Modifier and Type | Field and Description |
---|---|
int |
numberOfExchangesUsed
The number of exchanges used in the analysis
|
Modifier and Type | Method and Description |
---|---|
SkewCorrection |
asLocal()
Converts a correction that may have been computed remotely to
one that makes sense locally.
|
double |
getClockDiffMs() |
double |
getLatencyMs() |
java.lang.String |
getLocalNodeId() |
int |
getNumberOfExchangesUsed() |
java.lang.String |
getRemoteNodeId() |
public final int numberOfExchangesUsed
public SkewCorrection asLocal()
clockDiffMs
value, and swapping the node id's.public final double getClockDiffMs()
public final double getLatencyMs()
public final java.lang.String getLocalNodeId()
public final int getNumberOfExchangesUsed()
public final java.lang.String getRemoteNodeId()