| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
GridCacheMetrics |
GridCache.metrics()
Gets metrics (statistics) for this cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheMetricsAdapter
Adapter for cache metrics.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheMetrics |
GridCacheAdapter.metrics()
Gets metrics (statistics) for this cache.
|
GridCacheMetrics |
GridCacheProxyImpl.metrics()
Gets metrics (statistics) for this cache.
|
| Modifier and Type | Method and Description |
|---|---|
static GridCacheMetricsAdapter |
GridCacheMetricsAdapter.copyOf(GridCacheMetrics m)
Create a copy of given metrics object.
|
static void |
GridCacheUtils.writeMetrics(DataOutput out,
GridCacheMetrics metrics)
Writes
GridCacheMetrics to output stream. |
| Constructor and Description |
|---|
GridCacheMetricsAdapter(GridCacheMetrics m) |
Copyright © 2014. All rights reserved.