Package | Description |
---|---|
messif.algorithms |
Search algorithms base classes.
|
messif.network |
Message-based networking support.
|
messif.statistics |
Statistic gathering support.
|
Modifier and Type | Method and Description |
---|---|
OperationStatistics |
Algorithm.getOperationStatistics()
Returns the statistics of the executed operations.
|
OperationStatistics |
RMIAlgorithm.getOperationStatistics() |
OperationStatistics |
RMIAlgorithmOriginal.getOperationStatistics()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedAlgorithm.mergeStatisticsFromReplies(OperationStatistics targetStatistics,
java.util.Collection<? extends ReplyMessage> replyMessages)
Update supplied statistics with partial statistics from reply messages
|
void |
DistributedAlgorithm.mergeStatisticsFromReplies(OperationStatistics targetStatistics,
java.util.Collection<? extends ReplyMessage> replyMessages,
OperationStatistics localStats)
Update supplied statistics with partial statistics from reply messages
|
Modifier and Type | Field and Description |
---|---|
protected OperationStatistics |
NavigationElement.statistics
OperationStatistics gathered during this particular hop
|
Modifier and Type | Method and Description |
---|---|
OperationStatistics |
NavigationElement.getStatistics()
Returns the OperationStatistics gathered during this particular hop.
|
protected OperationStatistics |
Message.setNavigationPathStatistics()
Set statistics in actual navigation element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NavigationElement.setStatistics(OperationStatistics statistics)
Sets the reference to the OperationStatistics gathered during this particular hop.
|
Modifier and Type | Method and Description |
---|---|
static OperationStatistics |
OperationStatistics.getLocalThreadStatistics()
OperationStatistics creator
|