Package com.apple.foundationdb.clientlog
Class FDBClientLogEvents.EventCommit
java.lang.Object
com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
com.apple.foundationdb.clientlog.FDBClientLogEvents.EventCommit
- Enclosing class:
- FDBClientLogEvents
A commit latency event.
-
Field Summary
Fields inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
dcId, startTimestamp, tenant
-
Constructor Summary
ConstructorsConstructorDescriptionEventCommit
(double startTimestamp, String dcId, String tenant, double latency, int numMutations, int commitBytes, long commitVersion, FDBClientLogEvents.CommitRequest commitRequest) -
Method Summary
Methods inherited from class com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
getDcId, getStartTimestamp, getStartTimestampDouble, getStartTimestampString, getTenant, toStringBase
-
Constructor Details
-
EventCommit
public EventCommit(double startTimestamp, String dcId, String tenant, double latency, int numMutations, int commitBytes, long commitVersion, @Nonnull FDBClientLogEvents.CommitRequest commitRequest)
-
-
Method Details
-
getType
public int getType()- Specified by:
getType
in classFDBClientLogEvents.Event
-
getLatency
public double getLatency() -
getNumMutations
public int getNumMutations() -
getCommitBytes
public int getCommitBytes() -
getCommitRequest
-
toString
-