Class WorkerModel
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.models.BaseModel
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.models.WorkerModel
-
- All Implemented Interfaces:
Serializable
public class WorkerModel extends BaseModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkerModel()WorkerModel(Long id)WorkerModel(Long id, String name, String address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetOnlineStatus(boolean status)StringtoString()
-