Index

I O V 
All Classes and Interfaces|All Packages

I

InterfaceAudience - Class in org.apache.hadoop.classification
Annotation to inform users of a package, class or method's intended audience.
InterfaceAudience.LimitedPrivate - Annotation Interface in org.apache.hadoop.classification
Intended only for the project(s) specified in the annotation.
InterfaceAudience.Private - Annotation Interface in org.apache.hadoop.classification
Intended for use only within Hadoop itself.
InterfaceAudience.Public - Annotation Interface in org.apache.hadoop.classification
Intended for use by any project or application.
InterfaceStability - Class in org.apache.hadoop.classification
Annotation to inform users of how much to rely on a particular package, class or method not changing over time.
InterfaceStability() - Constructor for class org.apache.hadoop.classification.InterfaceStability
 
InterfaceStability.Evolving - Annotation Interface in org.apache.hadoop.classification
Evolving, but can break compatibility at minor release (i.e.
InterfaceStability.Stable - Annotation Interface in org.apache.hadoop.classification
Can evolve while retaining compatibility for minor release boundaries.; can break compatibility only at major release (ie.
InterfaceStability.Unstable - Annotation Interface in org.apache.hadoop.classification
No guarantee is provided as to reliability or stability across any level of release granularity.

O

org.apache.hadoop.classification - package org.apache.hadoop.classification
 
org.apache.hadoop.classification.tools - package org.apache.hadoop.classification.tools
 

V

value() - Element in annotation interface org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate
 
VisibleForTesting - Annotation Interface in org.apache.hadoop.classification
Annotates a program element that exists, or is more widely visible than otherwise necessary, specifically for use in test code.
I O V 
All Classes and Interfaces|All Packages