C D E I O P R T U 

C

ClientSide - Annotation Type in org.apache.reef.annotations.audience
Annotates interface meant to be used by REEF clients.

D

DriverSide - Annotation Type in org.apache.reef.annotations.audience
Annotates interfaces that are meant to be used in the Job Driver.

E

EvaluatorSide - Annotation Type in org.apache.reef.annotations.audience
Annotates interfaces meant to be used by Evaluators.

I

Idempotent - Annotation Type in org.apache.reef.annotations.semantics
Methods annotated with this are idempotent: Calling them multiple times has the same effect as calling them once.
Interop - Annotation Type in org.apache.reef.annotations.audience
Indicates that a class, function, or instance variable is used at the Interop layer, and should not be modified or removed without testing, knowing its consequences, and making corresponding changes in C# and C++ code.

O

Optional - Annotation Type in org.apache.reef.annotations
Indicates an optional interface: It doesn't have to be implemented or bound using TANG.
org.apache.reef.annotations - package org.apache.reef.annotations
Annotations used to identify interface stability and audience.
org.apache.reef.annotations.audience - package org.apache.reef.annotations.audience
Annotations for interface audience.
org.apache.reef.annotations.semantics - package org.apache.reef.annotations.semantics
Contains annotations capturing the semantics of APIs, e.g.

P

Private - Annotation Type in org.apache.reef.annotations.audience
Annotates code that is meant to be private to the project it is in.
Provided - Annotation Type in org.apache.reef.annotations
Indicates that an implementation of the annotated class / interface will be provided by REEF.
Public - Annotation Type in org.apache.reef.annotations.audience
Annotates code for public consumption.

R

RuntimeAuthor - Annotation Type in org.apache.reef.annotations.audience
Indicates that an interface or API to be consumed or used by authors of additional REEF runtimes, not authors of REEF jobs.

T

TaskSide - Annotation Type in org.apache.reef.annotations.audience
Annotates interfaces meant to be used by Tasks.

U

Unstable - Annotation Type in org.apache.reef.annotations
Indicates that the code annotated this way is unstable, both in terms of its APIs and its functionality.
C D E I O P R T U 

Copyright © 2016 The Apache Software Foundation. All rights reserved.