Uses of Interface
org.teiid.adminapi.EngineStatisticsBean
-
Packages that use EngineStatisticsBean Package Description org.teiid.adminapi org.teiid.adminapi.impl org.teiid.runtime.jmx -
-
Uses of EngineStatisticsBean in org.teiid.adminapi
Subinterfaces of EngineStatisticsBean in org.teiid.adminapi Modifier and Type Interface Description interface
EngineStatistics
-
Uses of EngineStatisticsBean in org.teiid.adminapi.impl
Classes in org.teiid.adminapi.impl that implement EngineStatisticsBean Modifier and Type Class Description class
EngineStatisticsMetadata
-
Uses of EngineStatisticsBean in org.teiid.runtime.jmx
Methods in org.teiid.runtime.jmx that return EngineStatisticsBean Modifier and Type Method Description EngineStatisticsBean
TeiidBean. getEngineStatisticsBean()
Get the engine statistics related to memory and plans.
-