Class Instants

java.lang.Object
kieker.analysis.util.time.Instants

public final class Instants
extends java.lang.Object
Helper class for Instants.
Since:
1.14
Author:
Sören Henning
  • Method Summary

    Modifier and Type Method Description
    static java.time.Instant createFromEpochTimestamp​(long timestamp, java.time.temporal.TemporalUnit temporalUnit)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • createFromEpochTimestamp

      public static java.time.Instant createFromEpochTimestamp​(long timestamp, java.time.temporal.TemporalUnit temporalUnit)