Class RequestModel
- 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.RequestModel
-
- All Implemented Interfaces:
Serializable
public class RequestModel extends CoordinatorConnectionModel
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Long
count
String
type
Long
workerId
-
Fields inherited from class org.apache.sysds.runtime.controlprogram.federated.monitoring.models.CoordinatorConnectionModel
coordinatorId
-
-
Constructor Summary
Constructors Constructor Description RequestModel()
RequestModel(Long id, String type, Long count)
RequestModel(String type, Long count)
-
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
-
-