@Public @Evolving public class InterfaceAudience extends java.lang.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 | 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.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.