Package org.openjdk.jmc.flightrecorder
Interface JfrAttributes
-
public interface JfrAttributesAttributes that are common to most flight recorder event types.
-
-
Field Summary
Fields Modifier and Type Field Description static IAttribute<IQuantity>CENTER_TIMEstatic IAttribute<IQuantity>DURATIONstatic IAttribute<IQuantity>END_TIMEstatic IAttribute<IMCStackTrace>EVENT_STACKTRACEstatic IAttribute<IMCThread>EVENT_THREADstatic IAttribute<IQuantity>EVENT_TIMESTAMPstatic IAttribute<IType<?>>EVENT_TYPEstatic IAttribute<java.lang.String>EVENT_TYPE_IDstatic IAttribute<IQuantity>FLR_DATA_LOSTstatic IAttribute<IRange<IQuantity>>LIFETIMEstatic IAttribute<IQuantity>START_TIME
-
-
-
Field Detail
-
EVENT_TYPE
static final IAttribute<IType<?>> EVENT_TYPE
-
EVENT_TYPE_ID
static final IAttribute<java.lang.String> EVENT_TYPE_ID
-
END_TIME
static final IAttribute<IQuantity> END_TIME
-
START_TIME
static final IAttribute<IQuantity> START_TIME
-
DURATION
static final IAttribute<IQuantity> DURATION
-
CENTER_TIME
static final IAttribute<IQuantity> CENTER_TIME
-
LIFETIME
static final IAttribute<IRange<IQuantity>> LIFETIME
-
EVENT_STACKTRACE
static final IAttribute<IMCStackTrace> EVENT_STACKTRACE
-
EVENT_THREAD
static final IAttribute<IMCThread> EVENT_THREAD
-
EVENT_TIMESTAMP
static final IAttribute<IQuantity> EVENT_TIMESTAMP
-
FLR_DATA_LOST
static final IAttribute<IQuantity> FLR_DATA_LOST
-
-