Package com.apple.foundationdb.clientlog
Class FDBClientLogEvents.EventCommitError
java.lang.Object
com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
com.apple.foundationdb.clientlog.FDBClientLogEvents.EventCommitError
- Enclosing class:
- FDBClientLogEvents
A failing commit event.
-
Field Summary
Fields inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
dcId, startTimestamp, tenant
-
Constructor Summary
ConstructorsConstructorDescriptionEventCommitError
(double startTimestamp, String dcId, String tenant, int errorCode, FDBClientLogEvents.CommitRequest commitRequest) -
Method Summary
Methods inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
getDcId, getStartTimestamp, getStartTimestampDouble, getStartTimestampString, getTenant, toStringBase
-
Constructor Details
-
EventCommitError
public EventCommitError(double startTimestamp, String dcId, String tenant, int errorCode, @Nonnull FDBClientLogEvents.CommitRequest commitRequest)
-
-
Method Details
-
getType
public int getType()- Specified by:
getType
in classFDBClientLogEvents.Event
-
getErrorCode
public int getErrorCode() -
getCommitRequest
-
toString
-