Uses of Class
io.higson.runtime.model.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in io.higson.runtime.alias
Constructors in io.higson.runtime.alias with parameters of type Parameter -
Uses of Parameter in io.higson.runtime.core.datasource.snapshot.parameter
Methods in io.higson.runtime.core.datasource.snapshot.parameter that return ParameterModifier and TypeMethodDescriptionSnapshotParameterDao.getHeader(int pid) SnapshotParameterDao.getParameter(String code, String ver, int sid) SnapshotParameterDao.getParameter(String code, String ver, int sid, int mid) Methods in io.higson.runtime.core.datasource.snapshot.parameter that return types with arguments of type ParameterMethods in io.higson.runtime.core.datasource.snapshot.parameter with parameters of type ParameterModifier and TypeMethodDescriptionvoidSnapshotParameterDao.fetchAiModel(Parameter p) SnapshotParameterReader.getEntries(Parameter parameter, Map<String, ScheduleContainer> allSchedules) -
Uses of Parameter in io.higson.runtime.dao.external
Methods in io.higson.runtime.dao.external with parameters of type ParameterModifier and TypeMethodDescriptionvoidExternalStorageDao.resolveExternalValues(Parameter p) voidExternalStorageDao.resolveExternalValues(Parameter p, Collection<ParameterEntry> rows) -
Uses of Parameter in io.higson.runtime.dao.parameter
Methods in io.higson.runtime.dao.parameter that return ParameterModifier and TypeMethodDescriptionParameterDao.getHeader(int pid) ParameterJdbcDao.getHeader(int pid) ParameterDao.getParameter(String code, String ver, int sid) ParameterDao.getParameter(String code, String ver, int sid, int mid) ParameterJdbcDao.getParameter(String code, String ver, int sid) ParameterJdbcDao.getParameter(String code, String ver, int sid, int mid) Fetches parameter with: - metadata (parameter head, in levels, out levels) - matrix (cacheable parameters) where parameter is described by uid = code[@ver][:sid][%mid]Methods in io.higson.runtime.dao.parameter that return types with arguments of type ParameterMethods in io.higson.runtime.dao.parameter with parameters of type ParameterModifier and TypeMethodDescriptionvoidParameterDao.fetchAiModel(Parameter p) voidParameterJdbcDao.fetchAiModel(Parameter p) -
Uses of Parameter in io.higson.runtime.decoder
Methods in io.higson.runtime.decoder with parameters of type ParameterModifier and TypeMethodDescriptionvoidMpDecodingStrategy.detectCascadingRefs(Parameter p, MpParameterEntry entry) Method checks, if class holds reference for nested delegation call -
Uses of Parameter in io.higson.runtime.distinct
Methods in io.higson.runtime.distinct with parameters of type Parameter -
Uses of Parameter in io.higson.runtime.helper
Methods in io.higson.runtime.helper that return ParameterModifier and TypeMethodDescriptionMpHelper.copyDefinition(Parameter src) - copies all information but matrix - sets number of matrix rowsMethods in io.higson.runtime.helper with parameters of type ParameterModifier and TypeMethodDescriptionMpHelper.copyDefinition(Parameter src) - copies all information but matrix - sets number of matrix rowsMpHelper.createEntry(Parameter p, String... columns) -
Uses of Parameter in io.higson.runtime.provider.ai
Methods in io.higson.runtime.provider.ai that return ParameterModifier and TypeMethodDescriptionParameterAiModelService.loadAiModel(Parameter parameter) ParameterAiModelServiceImpl.loadAiModel(Parameter parameter) Methods in io.higson.runtime.provider.ai with parameters of type ParameterModifier and TypeMethodDescriptionParameterAiModelService.executeAiModel(Parameter parameter, String[][] inputLevels) ParameterAiModelServiceImpl.executeAiModel(Parameter parameter, String[][] inputLevels) ParameterAiModelService.loadAiModel(Parameter parameter) ParameterAiModelServiceImpl.loadAiModel(Parameter parameter) -
Uses of Parameter in io.higson.runtime.provider.external
Methods in io.higson.runtime.provider.external with parameters of type ParameterModifier and TypeMethodDescriptionvoidExtSqlExecutor.fetchMatrixExt(Parameter p) fetches full matrix from external source.ExtSqlExecutor.findEntries(Parameter def, String[] inputValues) run jdbc query (nonMemQuery) to get rows from external source -
Uses of Parameter in io.higson.runtime.sync
Methods in io.higson.runtime.sync that return ParameterMethods in io.higson.runtime.sync with parameters of type Parameter