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