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

Used to serialize and deserialize Avro record org.apache.reef.javabridge.avro.AvroFailedTask. More...

Public Member Functions

 AvroFailedTask ()
 Initializes a new instance of the AvroFailedTask class. More...
 
 AvroFailedTask (string identifier, byte[] data, byte[] cause, string message)
 Initializes a new instance of the AvroFailedTask class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
string identifier [get, set]
 Gets or sets the identifier field. More...
 
byte[] data [get, set]
 Gets or sets the data field. More...
 
byte[] cause [get, set]
 Gets or sets the cause field. More...
 
string message [get, set]
 Gets or sets the message field. More...
 

Detailed Description

Used to serialize and deserialize Avro record org.apache.reef.javabridge.avro.AvroFailedTask.

This is a (mostly) auto-generated class. For instructions on how to regenerate, please view the README.md in the same folder.

Constructor & Destructor Documentation

Org.Apache.REEF.Common.Avro.AvroFailedTask.AvroFailedTask ( )
inline

Initializes a new instance of the AvroFailedTask class.

Org.Apache.REEF.Common.Avro.AvroFailedTask.AvroFailedTask ( string  identifier,
byte[]  data,
byte[]  cause,
string  message 
)
inline

Initializes a new instance of the AvroFailedTask class.

Parameters
identifierThe identifier.
dataThe data.
causeThe cause.
messageThe message.

Property Documentation

byte [] Org.Apache.REEF.Common.Avro.AvroFailedTask.cause
getset

Gets or sets the cause field.

byte [] Org.Apache.REEF.Common.Avro.AvroFailedTask.data
getset

Gets or sets the data field.

string Org.Apache.REEF.Common.Avro.AvroFailedTask.identifier
getset

Gets or sets the identifier field.

string Org.Apache.REEF.Common.Avro.AvroFailedTask.message
getset

Gets or sets the message field.

string Org.Apache.REEF.Common.Avro.AvroFailedTask.Schema
staticget

Gets the schema.


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