Uses of Class
org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.EntityEnum
- 
Packages that use EntityEnum Package Description org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories org.apache.sysds.runtime.controlprogram.federated.monitoring.services 
- 
- 
Uses of EntityEnum in org.apache.sysds.runtime.controlprogram.federated.monitoring.repositoriesMethods in org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories that return EntityEnum Modifier and Type Method Description static EntityEnumEntityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityEnum[]EntityEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of EntityEnum in org.apache.sysds.runtime.controlprogram.federated.monitoring.servicesMethods in org.apache.sysds.runtime.controlprogram.federated.monitoring.services with parameters of type EntityEnum Modifier and Type Method Description static BaseEntityModelMapperService. mapEntityToModel(ResultSet resultSet, EntityEnum targetModel)
 
-