[jboss-jira] [JBoss JIRA] (WFCORE-3551) Reduce and try to eliminate need to read the attribute DMR description in ModelControllerMBeanHelper
Brian Stansberry (JIRA)
issues at jboss.org
Thu Jan 25 14:28:00 EST 2018
Brian Stansberry created WFCORE-3551:
----------------------------------------
Summary: Reduce and try to eliminate need to read the attribute DMR description in ModelControllerMBeanHelper
Key: WFCORE-3551
URL: https://issues.jboss.org/browse/WFCORE-3551
Project: WildFly Core
Issue Type: Enhancement
Components: JMX
Reporter: Brian Stansberry
Assignee: Kabir Khan
The TypeConverter stuff used by ModelControllerMBeanHelper relies on the full DMR description for an attribute in order to do the conversion. But getting that description is expensive relative to the amount of data that is extracted from it. Task is to figure out a lower overhead way, at least for non-OBJECT/LIST/PROPERTY attributes where all that's needed is AttributeDefinition.getType(). It's more complex for non-simple attributes, but those are less common.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list