Uses of Class
com.tangosol.net.management.MBeanAccessor.QueryBuilder
Package
Description
Contains classes related to the Coherence Management Framework.
-
Uses of MBeanAccessor.QueryBuilder in com.tangosol.net.management
Modifier and TypeMethodDescriptionMBeanAccessor.QueryBuilder.exact()
Ensure the generated query does not include a wild card (exact).MBeanAccessor.QueryBuilder.exact
(boolean fExact) Ensure the generated query does not include a wild card (exact).MBeanAccessor.QueryBuilder.withBaseQuery
(String sBaseQuery) Set the base MBean query.MBeanAccessor.QueryBuilder.withCluster
(String sCluster) Set the cluster name to be used in the query.MBeanAccessor.QueryBuilder.withFilter
(String sKey, Filter<String> predicate) MBeanAccessor.QueryBuilder.withMBeanDomainName
(String sMBeanDomainName) Set the MBean domain name to be used on the query.MBeanAccessor.QueryBuilder.withMember
(String sMemberKey) Set the member key to be used in the query.MBeanAccessor.QueryBuilder.withService
(String sService) Set the service name to be used in the query.