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