This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Utilities.Attributes.UnstableAttribute Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Utilities.Attributes.UnstableAttribute Class Reference

Signals that the API is NOT stabilized. More...

Inherits Attribute.

Public Member Functions

 UnstableAttribute (string versionIntroduced, string descriptionOfLikelyChange="")
 

Properties

string VersionIntroduced [get]
 The version in which this unstable API was introduced. More...
 
string DescriptionOfLikelyChange [get]
 Description of the likely change in the future. More...
 

Detailed Description

Signals that the API is NOT stabilized.

Constructor & Destructor Documentation

Org.Apache.REEF.Utilities.Attributes.UnstableAttribute.UnstableAttribute ( string  versionIntroduced,
string  descriptionOfLikelyChange = "" 
)
inline

Parameters
versionIntroducedThe version in which this unstable API was introduced.
descriptionOfLikelyChangeDescription of the likely change in the future.

Property Documentation

string Org.Apache.REEF.Utilities.Attributes.UnstableAttribute.DescriptionOfLikelyChange
get

Description of the likely change in the future.

string Org.Apache.REEF.Utilities.Attributes.UnstableAttribute.VersionIntroduced
get

The version in which this unstable API was introduced.


The documentation for this class was generated from the following file: