Uses of Class
org.apache.ignite.internal.processors.metric.impl.BooleanMetricImpl
-
Packages that use BooleanMetricImpl Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.metric -
-
Uses of BooleanMetricImpl in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return BooleanMetricImpl Modifier and Type Method Description BooleanMetricImplGridCachePartitionExchangeManager. clusterRebalancedMetric() -
Uses of BooleanMetricImpl in org.apache.ignite.internal.processors.metric
Methods in org.apache.ignite.internal.processors.metric that return BooleanMetricImpl Modifier and Type Method Description BooleanMetricImplMetricRegistryImpl. booleanMetric(String name, @Nullable String desc)Creates and register named gauge.
-