| Modifier and Type | Method and Description |
|---|---|
Set<? extends CacheStatisticsEntry> |
Cache.getStatistics(int upperBound,
int lowerBound)
Returns as
Set the collected cache statistics. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheStatisticsEntry |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends CacheStatisticsEntry> |
RegionCacheAdapter.getStatistics(int upperBound,
int lowerBound)
FIXME: verify
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends CacheStatisticsEntry> |
CacheController.legacyCacheStats(int lowerBound,
int upperBound) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends CacheStatisticsEntry> |
CacheFacade.getLegacyCacheStatistics(int upperBound,
int lowerBound) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends CacheStatisticsEntry> |
DefaultCacheFacade.getLegacyCacheStatistics(int upperBound,
int lowerBound) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheStatistics
Class keeps statistics for single cache region.
|
Copyright © 2017 SAP SE. All Rights Reserved.