Package com.apple.foundationdb.clientlog
Class FDBClientLogEvents.EventGet
java.lang.Object
com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
com.apple.foundationdb.clientlog.FDBClientLogEvents.EventGet
- Enclosing class:
- FDBClientLogEvents
A single key get latency event.
-
Field Summary
Fields inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
dcId, startTimestamp, tenant
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
getDcId, getStartTimestamp, getStartTimestampDouble, getStartTimestampString, getTenant, toStringBase
-
Constructor Details
-
EventGet
-
-
Method Details
-
getType
public int getType()- Specified by:
getType
in classFDBClientLogEvents.Event
-
getLatency
public double getLatency() -
getSize
public int getSize() -
getKey
@Nonnull public byte[] getKey() -
toString
-