|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.annotations.InterfaceAudience
@InterfaceAudience.Public @InterfaceStability.Evolving public class InterfaceAudience
Annotation to inform users of a package, class or method's intended audience.
Currently the audience can be InterfaceAudience.Public, InterfaceAudience.LimitedPrivate or
InterfaceAudience.LimitedPrivate.
All public classes must have InterfaceAudience annotation.
InterfaceAudience.LimitedPrivate.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
| Nested Class Summary | |
|---|---|
static interface |
InterfaceAudience.LimitedPrivate
Intended only for the project(s) specified in the annotation. |
static interface |
InterfaceAudience.Private
Intended for use only within Flume |
static interface |
InterfaceAudience.Public
Intended for use by any project or application. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||