Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

kaichao/algorithm.annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithm.annotation

  1. 在Server端的jobreading.algorithm.experiments包中类的静态方法上标注为 @Algorithm(name="xxx", description="xxxxxx") 输入通过静态方法的参数传入,输出通过返回值传出; 输入、输出对象要求为原子类型或具有空参数的构造子,以支持kryo的序列化;
  2. 在Client端可以通过AlgorithClient.performAlgorithm("xxx",......)来调用该方法;
  3. AlgorithClient提供方法listAlgorithms、describeAlgorithm获取接口描述;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published