Package com.apple.foundationdb.clientlog
Class FDBClientLogEvents.EventGetRange
java.lang.Object
com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
com.apple.foundationdb.clientlog.FDBClientLogEvents.EventGetRange
- Enclosing class:
- FDBClientLogEvents
A range get latency event.
-
Field Summary
Fields inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
dcId, startTimestamp, tenant
-
Constructor Summary
ConstructorsConstructorDescriptionEventGetRange
(double startTimestamp, String dcId, String tenant, double latency, int size, Range range) -
Method Summary
Methods inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
getDcId, getStartTimestamp, getStartTimestampDouble, getStartTimestampString, getTenant, toStringBase
-
Constructor Details
-
EventGetRange
-
-
Method Details
-
getType
public int getType()- Specified by:
getType
in classFDBClientLogEvents.Event
-
getLatency
public double getLatency() -
getSize
public int getSize() -
getRange
-
toString
-