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
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
coordinatorId -
Constructor Summary
ConstructorsConstructorDescriptionTrafficModel(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
Methods inherited from class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
getCoordinatorHostId, setCoordinatorHostId
-
Field Details
-
workerId
-
timestamp
-
byteAmount
-
-
Constructor Details
-
TrafficModel
public TrafficModel() -
TrafficModel
-
TrafficModel
-
TrafficModel
public TrafficModel(Long id, Long workerId, LocalDateTime timestamp, String coordinatorHostId, Long byteAmount)
-
-
Method Details