Package org.openjdk.jmc.agent.jfr
Class JFRTransformDescriptor
java.lang.Object
org.openjdk.jmc.agent.TransformDescriptor
org.openjdk.jmc.agent.jfr.JFRTransformDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final booleanprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate final Stringprivate final booleanprivate final Stringprivate final Stringprivate final Stringprivate final Stringprivate booleanprivate final booleanprivate final ReturnValueprivate final booleanFields inherited from class org.openjdk.jmc.agent.TransformDescriptor
ATTRIBUTE_ALLOW_CONVERTER, ATTRIBUTE_ALLOW_TO_STRING, ATTRIBUTE_CLASS_PREFIX, ATTRIBUTE_EMIT_ON_EXCEPTION, DEFAULT_CLASS_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JFRTransformDescriptorfrom(CompositeData cd) private booleangetBoolean(String attribute, boolean defaultValue) private Stringprivate Stringprivate Stringprivate Stringprivate StringbooleanbooleanisAllowedEventFieldType(Convertable convertable, org.objectweb.asm.Type type) booleanbooleanbooleanbooleanbooleanvoidmatchFound(boolean matched) toString()Methods inherited from class org.openjdk.jmc.agent.TransformDescriptor
create, getClassName, getId, getMethod, getTransformationAttribute, getTransformationAttributes, isPendingTransforms, setPendingTransforms
-
Field Details
-
ATTRIBUTE_EVENT_LABEL
- See Also:
-
ATTRIBUTE_JFR_EVENT_DESCRIPTION
- See Also:
-
ATTRIBUTE_JFR_EVENT_PATH
- See Also:
-
ATTRIBUTE_STACK_TRACE
- See Also:
-
ATTRIBUTE_RETHROW
- See Also:
-
classPrefix
-
eventDescription
-
eventClassName
-
eventLabel
-
eventPath
-
recordStackTrace
private final boolean recordStackTrace -
useRethrow
private final boolean useRethrow -
allowToString
private final boolean allowToString -
allowConverter
private final boolean allowConverter -
emitOnException
private final boolean emitOnException -
matchFound
private boolean matchFound -
parameters
-
returnValue
-
fields
-
-
Constructor Details
-
JFRTransformDescriptor
-
-
Method Details
-
from
-
getEventClassName
-
getEventLabel
-
getClassPrefix
-
getEventPath
-
getEventDescription
-
isRecordStackTrace
public boolean isRecordStackTrace() -
isUseRethrow
public boolean isUseRethrow() -
isAllowToString
public boolean isAllowToString() -
isAllowConverter
public boolean isAllowConverter() -
isEmitOnException
public boolean isEmitOnException() -
initializeClassPrefix
-
initializeEventLabel
-
initializeEventDescription
-
initializeEventClassName
-
initializeEventPath
-
getBoolean
-
toString
- Overrides:
toStringin classTransformDescriptor
-
getParameters
-
getFields
-
getReturnValue
-
isAllowedEventFieldType
-
matchFound
public void matchFound(boolean matched) -
isMatchFound
public boolean isMatchFound()
-