Package | Description |
---|---|
org.apache.giraph.metrics |
Package of all the Giraph metrics related data.
|
Modifier and Type | Field and Description |
---|---|
protected ValueWithHostname<T> |
AggregatedMetric.max
Maximum value seen with the host that it came from
|
protected ValueWithHostname<T> |
AggregatedMetric.min
Minimum value seen with the host that it came from
|
Modifier and Type | Method and Description |
---|---|
ValueWithHostname<T> |
AggregatedMetric.max()
Get maximum value together with host it came from.
|
ValueWithHostname<T> |
AggregatedMetric.min()
Get minimum value together with host it came from.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.