@InterfaceAudience.Public @InterfaceStability.Evolving public class InterfaceAudience extends Object
InterfaceAudience.Public
, InterfaceAudience.LimitedPrivate
or
InterfaceAudience.Private
. InterfaceAudience.Private
.InterfaceAudience.Public
. Avoid using non public classes as these classes
could be removed or change in incompatible ways.InterfaceAudience.LimitedPrivate
or InterfaceAudience.Public
InterfaceAudience.Public
, but a method may be InterfaceAudience.LimitedPrivate
Modifier and Type | Class and Description |
---|---|
static interface |
InterfaceAudience.LimitedPrivate
Intended only for the project(s) specified in the annotation.
|
static interface |
InterfaceAudience.Private
Intended for use only within Hadoop itself.
|
static interface |
InterfaceAudience.Public
Intended for use by any project or application.
|