Class FederatedStatistics.FedStatsCollection
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FederatedStatistics
public static class FederatedStatistics.FedStatsCollection extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description List<TrafficModel>
coordinatorsTrafficBytes
HashMap<String,org.apache.commons.lang3.tuple.Pair<Long,Double>>
heavyHitters
double
jitCompileTime
UtilizationModel
utilization
List<DataObjectModel>
workerDataObjects
List<EventModel>
workerEvents
List<RequestModel>
workerRequests
-
Constructor Summary
Constructors Constructor Description FedStatsCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
aggregate(FederatedStatistics.FedStatsCollection that)
String
toString()
-
-
-
Field Detail
-
jitCompileTime
public double jitCompileTime
-
utilization
public UtilizationModel utilization
-
coordinatorsTrafficBytes
public List<TrafficModel> coordinatorsTrafficBytes
-
workerEvents
public List<EventModel> workerEvents
-
workerDataObjects
public List<DataObjectModel> workerDataObjects
-
workerRequests
public List<RequestModel> workerRequests
-
-
Method Detail
-
aggregate
public void aggregate(FederatedStatistics.FedStatsCollection that)
-
-