|
Oracle® Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded for Embedded Linux ARM, Embedded Linux x86, Linux ARM, Linux x86 11g Release 1 (11.1.1.9) E39906-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This MBean provides runtime information for an instance of a CQL processor. Configuration-related information can be managed with CQLProcessorMBean.
| Field Summary | |
static java.lang.String |
MBEAN_TYPEThis MBean is registered using the following MBEAN_TYPE. |
| Method Summary | |
java.util.Map |
getOperatorStats()Returns operator-level statistics for CQL queries. |
java.util.Map |
getQueryStats()Returns query-related statistics. |
java.util.Map |
getStreamStats()Returns source-level statistics for CQL queries. |
java.util.Map |
getSystemStats()Returns system-level statistics. |
java.util.Map |
getUserFunctionStats()Returns user-defined function statistics. |
| Methods inherited from interface com.bea.wlevs.management.WebLogicMBean |
getName, getObjectName, getType |
| Field Detail |
public static final java.lang.String MBEAN_TYPE
| Method Detail |
public java.util.Map getQueryStats()
throws javax.management.JMException
public java.util.Map getOperatorStats()
throws javax.management.JMException
public java.util.Map getStreamStats()
throws javax.management.JMException
public java.util.Map getSystemStats()
throws javax.management.JMException
public java.util.Map getUserFunctionStats()
throws javax.management.JMException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||