public final class StatisticsUtil extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static String | formatElapsedTime(long seconds)Formats elapsed time in seconds to form days:hours:minutes:seconds. | 
| static long | getCurrentTimestampInSeconds()Get current time in seconds. | 
public static String formatElapsedTime(long seconds)
seconds - Elapsed time in seconds.public static long getCurrentTimestampInSeconds()
System.currentTimeMillis().Copyright © 2018 OpenDaylight. All rights reserved.