Package com.apple.foundationdb.clientlog
Class FDBClientLogEvents.Event
java.lang.Object
com.apple.foundationdb.clientlog.FDBClientLogEvents.Event
- Direct Known Subclasses:
FDBClientLogEvents.EventCommit
,FDBClientLogEvents.EventCommitError
,FDBClientLogEvents.EventGet
,FDBClientLogEvents.EventGetError
,FDBClientLogEvents.EventGetRange
,FDBClientLogEvents.EventGetRangeError
,FDBClientLogEvents.EventGetVersion
- Enclosing class:
- FDBClientLogEvents
Base class for parsed events.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDcId()
double
Get start timestamp formatted for the local time zone.abstract int
getType()
protected StringJoiner
-
Field Details
-
startTimestamp
protected final double startTimestamp -
dcId
-
tenant
-
-
Constructor Details
-
Event
-
-
Method Details
-
getType
public abstract int getType() -
getStartTimestampDouble
public double getStartTimestampDouble() -
getStartTimestamp
-
getStartTimestampString
Get start timestamp formatted for the local time zone.- Returns:
- a printable timestamp
-
getDcId
-
getTenant
-
toStringBase
-