You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Praveen Sripati <pr...@gmail.com> on 2012/01/12 10:46:42 UTC

API Documentation for

Hi,

The API documentation for o.a.h.filecache.DistributedCache is incomplete.
In the methods inherited none of the methods are URL to the method details.
Without going through the code, it's not possible to get the method
arguments and the usage.

o.a.h.filecache.DistributedCache (@InterfaceAudience.Public) extends
o.a.h.mapreduce.filecache.DistributedCache (@InterfaceAudience.Private).
Not sure if the problem is because of the InterfaceAudience being private
for the super class.

How to get the documentation proper? The same pattern might be happening
for some other classes also, but I haven't observed it.

Regards,
Praveen