| 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 |
AbstractDelegatingAdvancedCache.getStats() |
Stats |
CacheImpl.getStats() |
Stats |
SimpleCacheImpl.getStats() |
Stats |
StatsCollectingCache.getStats() |
| Modifier and Type | Method and Description |
|---|---|
Stats |
SecureCacheImpl.getStats() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheContainerStats
Deprecated.
Since 10.1.3. This mixes statistics across unrelated caches so the reported numbers don't have too much
relevance. Please use
Stats or ClusterCacheStats instead. |
interface |
ClusterCacheStats
Similar to
Stats but cluster wide. |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheContainerStatsImpl
Deprecated.
Since 10.1.3. This mixes statistics across unrelated caches so the reported numbers don't have too much
relevance. Please use
Stats or ClusterCacheStats instead. |
class |
ClusterCacheStatsImpl |
class |
StatsCollector |
class |
StatsImpl
StatsImpl.
|
| Modifier and Type | Method and Description |
|---|---|
static Stats |
StatsImpl.create(Configuration configuration,
AsyncInterceptorChain chain)
Use this factory to create Stats object from configuration and the interceptor chain.
|
static Stats |
StatsImpl.create(StatsCollector collector)
Use this factory to create Stats object from
StatsCollector. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.