This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Tang.Protobuf.ClassNode Class Reference
Apache REEF  0.15.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

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

Property Documentation

string Org.Apache.REEF.Tang.Protobuf.ClassNode.default_implementation
getset
global.System.Collections.Generic.List<string> Org.Apache.REEF.Tang.Protobuf.ClassNode.impl_full_names
get
global.System.Collections.Generic.List<ConstructorDef> Org.Apache.REEF.Tang.Protobuf.ClassNode.InjectableConstructors
get
bool Org.Apache.REEF.Tang.Protobuf.ClassNode.is_external_constructor
getset
bool Org.Apache.REEF.Tang.Protobuf.ClassNode.is_injection_candidate
getset
bool Org.Apache.REEF.Tang.Protobuf.ClassNode.is_unit
getset
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: