Java API and usage documentation

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)

Java API is beta and doesn’t support all the Python APIs. Most Ray users are using Python but there are production users of Java, mainly Ant Financial.

Thanks, is there anywhere even if not in the offical documentation that shows the java apis, or the only option is to look at the code?