@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.PublicInterfaceAudience.Public, but a method may be InterfaceAudience.LimitedPrivate
 | Modifier and Type | Class and Description | 
|---|---|
| static interface  | InterfaceAudience.LimitedPrivateIntended only for the project(s) specified in the annotation. | 
| static interface  | InterfaceAudience.PrivateIntended for use only within Hadoop itself. | 
| static interface  | InterfaceAudience.PublicIntended for use by any project or application. | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.