Class TrafficModel
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.models.BaseModel
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.models.TrafficModel
-
- All Implemented Interfaces:
Serializable
public class TrafficModel extends CoordinatorConnectionModel
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Long
byteAmount
LocalDateTime
timestamp
Long
workerId
-
Fields inherited from class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
coordinatorId
-
-
Constructor Summary
Constructors Constructor Description TrafficModel()
TrafficModel(Long id, Long workerId, LocalDateTime timestamp, String coordinatorHostId, Long byteAmount)
TrafficModel(Long workerId, String coordinatorAddress, Long byteAmount)
TrafficModel(LocalDateTime timestamp, String coordinatorHostId, Long byteAmount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
getCoordinatorHostId, setCoordinatorHostId
-
-
-
-
Field Detail
-
workerId
public Long workerId
-
timestamp
public LocalDateTime timestamp
-
byteAmount
public Long byteAmount
-
-
Constructor Detail
-
TrafficModel
public TrafficModel()
-
TrafficModel
public TrafficModel(LocalDateTime timestamp, String coordinatorHostId, Long byteAmount)
-
TrafficModel
public TrafficModel(Long id, Long workerId, LocalDateTime timestamp, String coordinatorHostId, Long byteAmount)
-
-