Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Tang.Protobuf.ClassNode Class Reference

Inherits ProtoBufIExtensible.

Public Member Functions

 ClassNode ()
 

Properties

bool is_injection_candidate [get, set]
 
bool is_external_constructor [get, set]
 
bool is_unit [get, set]
 
global::System.Collections.Generic.List< ConstructorDefInjectableConstructors [get]
 
global::System.Collections.Generic.List< ConstructorDefOtherConstructors [get]
 
global::System.Collections.Generic.List< string > impl_full_names [get]
 
string default_implementation [get, set]
 

Constructor & Destructor Documentation

◆ ClassNode()

Org.Apache.REEF.Tang.Protobuf.ClassNode.ClassNode ( )
inline

Property Documentation

◆ default_implementation

string Org.Apache.REEF.Tang.Protobuf.ClassNode.default_implementation
getset

◆ impl_full_names

global.System.Collections.Generic.List<string> Org.Apache.REEF.Tang.Protobuf.ClassNode.impl_full_names
get

◆ InjectableConstructors

global.System.Collections.Generic.List<ConstructorDef> Org.Apache.REEF.Tang.Protobuf.ClassNode.InjectableConstructors
get

◆ is_external_constructor

bool Org.Apache.REEF.Tang.Protobuf.ClassNode.is_external_constructor
getset

◆ is_injection_candidate

bool Org.Apache.REEF.Tang.Protobuf.ClassNode.is_injection_candidate
getset

◆ is_unit

bool Org.Apache.REEF.Tang.Protobuf.ClassNode.is_unit
getset

◆ OtherConstructors

global.System.Collections.Generic.List<ConstructorDef> Org.Apache.REEF.Tang.Protobuf.ClassNode.OtherConstructors
get

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