Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does "Developer API" tag mean in Javadoc/Scaladoc?

Tags:

apache-spark

Like here for example HadoopRDD:

enter image description here

Can you still use it or not?

like image 383
MaxNevermind Avatar asked Dec 05 '25 21:12

MaxNevermind


1 Answers

Exact meaning of this annotation is explained in its docstring:

A lower-level, unstable API intended for developers.

Developer API's might change or be removed in minor versions of Spark.

So more or less "use at your own risk".

You can also check Separate API annotation into two components: InterfaceAudience & InterfaceStability on developers list for additional details and discussion.

like image 166
zero323 Avatar answered Dec 08 '25 17:12

zero323



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!