Package io.atomix.utils.misc
Class TimestampPrinter
- java.lang.Object
-
- io.atomix.utils.misc.TimestampPrinter
-
public class TimestampPrinter extends Object
Timestamp printer.
-
-
Constructor Summary
Constructors Constructor Description TimestampPrinter(long timestamp)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimestampPrinterof(long timestamp)Returns a new timestamp printer.StringtoString()
-
-
-
Method Detail
-
of
public static TimestampPrinter of(long timestamp)
Returns a new timestamp printer.- Parameters:
timestamp- the timestamp to print- Returns:
- the timestamp printer
-
-