I am considering using RAY in java
However except for code snippets where i can see the same code in python/java/c++, I can’t find any proper location with all of the java api like there is in python Ray Core API — Ray 2.40.0
I know that not all of the api is supported in java and would like to know what is and isn’t from the documentation without having to look for it in the code.
I haven’t seen many questions regarding the java usage so am wondering if Ray is really intendend for the pure java use case (both client and tasks are in java)