This project has retired. For details please refer to its
Attic page.
TimingUtil (Apache Gora 0.6 API)
-
-
Constructor Summary
Constructors
Constructor and Description |
TimingUtil() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
static String |
elapsedTime(long start,
long end)
Calculate the elapsed time between two times specified in milliseconds.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TimingUtil
public TimingUtil()
-
Method Detail
-
elapsedTime
public static String elapsedTime(long start,
long end)
Calculate the elapsed time between two times specified in milliseconds.
- Parameters:
start
- The start of the time periodend
- The end of the time period
- Returns:
- a string of the form "XhYmZs" when the elapsed time is X hours, Y minutes and Z seconds or null if start > end.
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.