- java.lang.Object
-
- swim.system.Metric
-
- Direct Known Subclasses:
EdgeProfile
,HostProfile
,MeshProfile
,NodeProfile
,PartProfile
,WarpDownlinkProfile
,WarpLaneProfile
,WarpUplinkProfile
public abstract class Metric extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
REPORT_INTERVAL
-
Constructor Summary
Constructors Constructor Description Metric()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CellAddress
cellAddress()
-
-
-
Field Detail
-
REPORT_INTERVAL
public static final long REPORT_INTERVAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
cellAddress
public abstract CellAddress cellAddress()
-
-