Package io.horizon.spi.mixture
Class ModelPerformer
java.lang.Object
io.horizon.spi.mixture.ModelPerformer
- All Implemented Interfaces:
io.aeon.experiment.mixture.HPerformer<Model>,AoPerformer
-
Field Summary
Fields inherited from interface io.horizon.spi.mixture.AoPerformer
CC_PERFORMER -
Method Summary
Modifier and TypeMethodDescription「写模型」 读取当前应用下所有的Model模型数据,该方法主要服务于读取所有模型,所以在执行过程中 导入模型时会调用该方法,该方法并不位于 HPerformer 中,为写模型专用方法io.vertx.core.Future<Model>fetchAsync(String identifier)
-
Method Details
-
fetchAsync
- Specified by:
fetchAsyncin interfaceio.aeon.experiment.mixture.HPerformer<Model>
-
fetch
- Specified by:
fetchin interfaceio.aeon.experiment.mixture.HPerformer<Model>
-
fetchAsync
Description copied from interface:AoPerformer「写模型」 读取当前应用下所有的Model模型数据,该方法主要服务于读取所有模型,所以在执行过程中 导入模型时会调用该方法,该方法并不位于 HPerformer 中,为写模型专用方法- Specified by:
fetchAsyncin interfaceAoPerformer
-