Class FDBClientLogEvents.EventGetVersion

java.lang.Object
com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
com.apple.foundationdb.clientlog.FDBClientLogEvents.EventGetVersion
Enclosing class:
FDBClientLogEvents

public static class FDBClientLogEvents.EventGetVersion extends FDBClientLogEvents.Event
A GRV latency event.
  • Constructor Details

    • EventGetVersion

      public EventGetVersion(double startTimestamp, String dcId, String tenant, double latency, int priority, long readVersion)
  • Method Details

    • getType

      public int getType()
      Specified by:
      getType in class FDBClientLogEvents.Event
    • getLatency

      public double getLatency()
    • getPriority

      public int getPriority()
    • getReadVersion

      public long getReadVersion()
    • toString

      public String toString()
      Overrides:
      toString in class Object