Class EventModel
- 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.EventModel
-
- All Implemented Interfaces:
Serializable
public class EventModel extends CoordinatorConnectionModel
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description List<EventStageModel>
stages
Long
workerId
-
Fields inherited from class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
coordinatorId
-
-
Constructor Summary
Constructors Constructor Description EventModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setCoordinatorName(String name)
String
toString()
-
Methods inherited from class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
getCoordinatorHostId, setCoordinatorHostId
-
-