Package | Description |
---|---|
org.jboss.as.clustering.controller | |
org.jboss.as.clustering.infinispan.subsystem | |
org.jboss.as.clustering.jgroups.subsystem |
Constructor and Description |
---|
MetricHandler(MetricExecutor<C> executor,
Metric<C>[] metrics) |
Constructor and Description |
---|
MetricHandler(MetricExecutor<C> executor,
Collection<? extends Metric<C>> metrics) |
Modifier and Type | Class and Description |
---|---|
class |
CacheContainerMetric
Enumeration of management metrics for a cache container.
|
class |
CacheMetric
Enumeration of management metrics for a cache.
|
class |
ClusteredCacheMetric
Enumeration of management metrics for a clustered cache.
|
class |
EvictionMetric
Enumeration of management metrics for cache eviction
|
class |
LockingMetric
Enumeration of locking management metrics for a cache.
|
class |
PartitionHandlingMetric
Enumerates partition handling metrics.
|
class |
StoreMetric
Enumeration of management metrics for a cache store.
|
class |
TransactionMetric
Enumeration of transaction management metrics for a cache.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
StoreMetricExecutor.execute(org.jboss.as.controller.OperationContext context,
Metric<org.infinispan.interceptors.ActivationInterceptor> metric) |
org.jboss.dmr.ModelNode |
PartitionHandlingMetricExecutor.execute(org.jboss.as.controller.OperationContext context,
Metric<org.infinispan.AdvancedCache<?,?>> metric) |
org.jboss.dmr.ModelNode |
CacheMetricExecutor.execute(org.jboss.as.controller.OperationContext context,
Metric<org.infinispan.Cache<?,?>> metric) |
org.jboss.dmr.ModelNode |
EvictionMetricExecutor.execute(org.jboss.as.controller.OperationContext context,
Metric<org.infinispan.Cache<?,?>> metric) |
org.jboss.dmr.ModelNode |
LockingMetricExecutor.execute(org.jboss.as.controller.OperationContext context,
Metric<org.infinispan.util.concurrent.locks.impl.DefaultLockManager> metric) |
org.jboss.dmr.ModelNode |
CacheContainerMetricExecutor.execute(org.jboss.as.controller.OperationContext context,
Metric<org.infinispan.manager.EmbeddedCacheManager> metric) |
org.jboss.dmr.ModelNode |
ClusteredCacheMetricExecutor.execute(org.jboss.as.controller.OperationContext context,
Metric<org.infinispan.remoting.rpc.RpcManagerImpl> metric) |
org.jboss.dmr.ModelNode |
TransactionMetricExecutor.execute(org.jboss.as.controller.OperationContext context,
Metric<org.infinispan.interceptors.TxInterceptor<?,?>> metric) |
Modifier and Type | Class and Description |
---|---|
class |
ChannelMetric
Enumerates management metrics for a channel.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
ChannelMetricExecutor.execute(org.jboss.as.controller.OperationContext context,
Metric<org.jgroups.JChannel> metric) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.