Uses of Class
com.tangosol.net.management.MBeanAccessor.QueryBuilder.ParsedQuery
-
Packages that use MBeanAccessor.QueryBuilder.ParsedQuery Package Description com.tangosol.net.management Contains classes related to the Coherence Management Framework. -
-
Uses of MBeanAccessor.QueryBuilder.ParsedQuery in com.tangosol.net.management
Fields in com.tangosol.net.management declared as MBeanAccessor.QueryBuilder.ParsedQuery Modifier and Type Field Description protected MBeanAccessor.QueryBuilder.ParsedQuery
MBeanAccessor.GetAttributes. m_query
The query used to reduce the MBeans.protected MBeanAccessor.QueryBuilder.ParsedQuery
MBeanAccessor.Invoke. m_query
The query used to reduce the MBeans.protected MBeanAccessor.QueryBuilder.ParsedQuery
MBeanAccessor.SetAttributes. m_query
The ParsedQuery to be used to query the MBeans.Methods in com.tangosol.net.management that return MBeanAccessor.QueryBuilder.ParsedQuery Modifier and Type Method Description MBeanAccessor.QueryBuilder.ParsedQuery
MBeanAccessor.QueryBuilder. build()
Build and return the MBean query.Methods in com.tangosol.net.management with parameters of type MBeanAccessor.QueryBuilder.ParsedQuery Modifier and Type Method Description Map<String,Object>
MBeanAccessor. aggregate(MBeanAccessor.QueryBuilder.ParsedQuery query, String sLocator, String sAttribute, String sCollector)
Process the request for MBean attributes.Map<String,Map<String,Object>>
MBeanAccessor. getAttributes(MBeanAccessor.QueryBuilder.ParsedQuery query)
Return all the attributes that match the query expressed by the providedMBeanAccessor.QueryBuilder
.Map<String,Map<String,Object>>
MBeanAccessor. getAttributes(MBeanAccessor.QueryBuilder.ParsedQuery query, Filter<MBeanAttributeInfo> filter, boolean fAddStorageMBeanAttributes)
Return all the attributes that match the query expressed by the providedMBeanAccessor.QueryBuilder
.Map<String,Object>
MBeanAccessor. invoke(MBeanAccessor.QueryBuilder.ParsedQuery query, String sOperationName, Object[] aoArguments, String[] asSignature)
Invoke a JMX MBean operation on one or many MBeans determined by the providedMBeanAccessor.QueryBuilder
.Set<String>
MBeanAccessor. queryKeys(MBeanAccessor.QueryBuilder.ParsedQuery query)
Return a list of MBean ObjectNames determined by the providedMBeanAccessor.QueryBuilder
.Map<String,Map<String,Object>>
MBeanAccessor. update(MBeanAccessor.QueryBuilder.ParsedQuery query, Map<String,Object> mapAttributes)
Update all JMX MBeans determined by evaluating the providedMBeanAccessor.QueryBuilder
.Constructors in com.tangosol.net.management with parameters of type MBeanAccessor.QueryBuilder.ParsedQuery Constructor Description GetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery query)
Create a GetAttributes object.GetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery query, Filter<MBeanAttributeInfo> filter, boolean fAddStorageMBeanAttributes)
Create a GetAttributes object.Invoke(MBeanAccessor.QueryBuilder.ParsedQuery query, String sOperationName, Object[] aoArguments, String[] asSignature)
Create an Invoke object.SetAttributes(MBeanAccessor.QueryBuilder.ParsedQuery query, Map<String,Object> mapAttributes)
Construct a SetAttributes object.
-