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

Static Public Member Functions

static long AsLongNanoSeconds (TimeSpan timeSpan)
 
static double AsDoubleNanoSeconds (TimeSpan timeSpan)
 

Public Attributes

const long TicksPerMilliSecond = 10000
 
const long TicksPerMicroSecond = 10
 
const double TicksPerNanoSecond = .01
 

Properties

static long CurrentTimeToNanoSeconds [get]
 

Member Function Documentation

static double Org.Apache.REEF.Wake.Util.TimeHelper.AsDoubleNanoSeconds ( TimeSpan  timeSpan)
inlinestatic
static long Org.Apache.REEF.Wake.Util.TimeHelper.AsLongNanoSeconds ( TimeSpan  timeSpan)
inlinestatic

Member Data Documentation

const long Org.Apache.REEF.Wake.Util.TimeHelper.TicksPerMicroSecond = 10
const long Org.Apache.REEF.Wake.Util.TimeHelper.TicksPerMilliSecond = 10000
const double Org.Apache.REEF.Wake.Util.TimeHelper.TicksPerNanoSecond = .01

Property Documentation

long Org.Apache.REEF.Wake.Util.TimeHelper.CurrentTimeToNanoSeconds
staticget

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