Package org.openjdk.jmc.agent
Class Parameter
java.lang.Object
org.openjdk.jmc.agent.impl.AbstractConvertable
org.openjdk.jmc.agent.Parameter
- All Implemented Interfaces:
Attribute,Convertable
Metadata for a parameter to be logged by the agent.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Parameterfrom(CompositeData cd) intgetIndex()getName()booleanMethods inherited from class org.openjdk.jmc.agent.impl.AbstractConvertable
getConverterDefinitionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openjdk.jmc.agent.Convertable
getConverterDefinition, hasConverter
-
Field Details
-
INDEX_INVALID
public static final int INDEX_INVALID- See Also:
-
index
private final int index -
name
-
fieldName
-
description
-
contentType
-
relationKey
-
-
Constructor Details
-
Parameter
-
-
Method Details
-
from
-
getIndex
public int getIndex() -
getName
-
getDescription
- Specified by:
getDescriptionin interfaceAttribute
-
getContentType
- Specified by:
getContentTypein interfaceAttribute
-
getRelationKey
- Specified by:
getRelationKeyin interfaceAttribute
-
getFieldName
- Specified by:
getFieldNamein interfaceAttribute
-
isInvalid
public boolean isInvalid()
-