Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.security.impl | |
org.infinispan.stats |
Cache statistics.
|
org.infinispan.stats.impl |
Modifier and Type | Method and Description |
---|---|
Stats |
AdvancedCache.getStats()
Returns a
Stats object that allows several statistics associated
with this cache at runtime. |
Modifier and Type | Method and Description |
---|---|
Stats |
StatsCollectingCache.getStats() |
Stats |
AbstractDelegatingAdvancedCache.getStats() |
Stats |
CacheImpl.getStats() |
Stats |
SimpleCacheImpl.getStats() |
Modifier and Type | Method and Description |
---|---|
Stats |
SecureCacheImpl.getStats() |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheContainerStats
Similar to
Stats but in the scope of a single per node CacheContainer |
interface |
ClusterCacheStats
Similar to
Stats but cluster wide. |
Modifier and Type | Class and Description |
---|---|
class |
CacheContainerStatsImpl
Cache container statistics needed for admin console
|
class |
ClusterCacheStatsImpl |
class |
StatsCollector |
class |
StatsImpl
StatsImpl.
|
Constructor and Description |
---|
StatsImpl(Stats other) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.