Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
org.apache.reef.bridge.message.SystemOnStart Class Reference

Used to serialize and deserialize Avro record org.apache.reef.bridge.message.SystemOnStart. More...

Public Member Functions

 SystemOnStart ()
 Initializes a new instance of the SystemOnStart class. More...
 
 SystemOnStart (long dateTime)
 Initializes a new instance of the SystemOnStart class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
long dateTime [get, set]
 Gets or sets the dateTime field. More...
 

Detailed Description

Used to serialize and deserialize Avro record org.apache.reef.bridge.message.SystemOnStart.

Constructor & Destructor Documentation

◆ SystemOnStart() [1/2]

org.apache.reef.bridge.message.SystemOnStart.SystemOnStart ( )
inline

Initializes a new instance of the SystemOnStart class.

◆ SystemOnStart() [2/2]

org.apache.reef.bridge.message.SystemOnStart.SystemOnStart ( long  dateTime)
inline

Initializes a new instance of the SystemOnStart class.

Parameters
dateTimeThe dateTime.

Property Documentation

◆ dateTime

long org.apache.reef.bridge.message.SystemOnStart.dateTime
getset

Gets or sets the dateTime field.

◆ Schema

string org.apache.reef.bridge.message.SystemOnStart.Schema
staticget

Gets the schema.


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