| 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 |
|---|---|
GridDrSenderCacheMetrics |
GridCacheMetrics.drSendMetrics()
Gets metrics for data sent during data center replication, if data center replication
is not configured then
IllegalStateException will be thrown. |
| Modifier and Type | Method and Description |
|---|---|
GridDrSenderCacheMetrics |
GridDr.senderCacheMetrics(String cacheName)
Gets sender cache metrics.
|
| Modifier and Type | Method and Description |
|---|---|
GridDrSenderCacheMetrics |
GridCacheMetricsAdapter.drSendMetrics()
Gets metrics for data sent during data center replication, if data center replication
is not configured then
IllegalStateException will be thrown. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDrSenderCacheMetricsAdapter
Adapter for DR send data node metrics.
|
| Modifier and Type | Method and Description |
|---|---|
static GridDrSenderCacheMetricsAdapter |
GridDrSenderCacheMetricsAdapter.copyOf(GridDrSenderCacheMetrics m)
Create a copy of given metrics object.
|
Copyright © 2014. All rights reserved.