| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.dr |
Data center replication-related interfaces and classes for sender and receiver caches and hubs. |
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.dr |
| Modifier and Type | Method and Description |
|---|---|
GridDrReceiverCacheMetrics |
GridCacheMetrics.drReceiveMetrics()
Gets metrics for data received during data center replication, if data center replication
is not configured then
IllegalStateException will be thrown. |
| Modifier and Type | Method and Description |
|---|---|
GridDrReceiverCacheMetrics |
GridDr.receiverCacheMetrics(String cacheName)
Gets receiver cache metrics.
|
| Modifier and Type | Method and Description |
|---|---|
GridDrReceiverCacheMetrics |
GridCacheMetricsAdapter.drReceiveMetrics()
Gets metrics for data received during data center replication, if data center replication
is not configured then
IllegalStateException will be thrown. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDrReceiverCacheMetricsAdapter
Adapter for DR receive data node metrics.
|
| Modifier and Type | Method and Description |
|---|---|
static GridDrReceiverCacheMetricsAdapter |
GridDrReceiverCacheMetricsAdapter.copyOf(GridDrReceiverCacheMetrics m)
Create a copy of given metrics object.
|
Copyright © 2014. All rights reserved.