Package com.apple.foundationdb.clientlog
Class FDBClientLogEvents.EventGetVersion
java.lang.Object
com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
com.apple.foundationdb.clientlog.FDBClientLogEvents.EventGetVersion
- Enclosing class:
- FDBClientLogEvents
A GRV latency event.
-
Field Summary
Fields inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
dcId, startTimestamp, tenant
-
Constructor Summary
ConstructorsConstructorDescriptionEventGetVersion
(double startTimestamp, String dcId, String tenant, double latency, int priority, long readVersion) -
Method Summary
Methods inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
getDcId, getStartTimestamp, getStartTimestampDouble, getStartTimestampString, getTenant, toStringBase
-
Constructor Details
-
EventGetVersion
-
-
Method Details
-
getType
public int getType()- Specified by:
getType
in classFDBClientLogEvents.Event
-
getLatency
public double getLatency() -
getPriority
public int getPriority() -
getReadVersion
public long getReadVersion() -
toString
-