| Package | Description |
|---|---|
| org.gridgain.grid.dr |
Data center replication-related interfaces and classes for sender and receiver caches and hubs. |
| Modifier and Type | Method and Description |
|---|---|
GridDrReceiverHubInMetrics |
GridDr.receiverHubAggregatedInMetrics()
Gets receiver hub incoming data metrics aggregated across all remote data centers and cache names.
|
GridDrReceiverHubInMetrics |
GridDr.receiverHubAggregatedInMetrics(byte srcDataCenterId)
Gets receiver hub incoming data metrics aggregated across all cache names for the given remote data center.
|
GridDrReceiverHubInMetrics |
GridDr.receiverHubAggregatedInMetrics(String cacheName)
Gets receiver hub incoming data metrics aggregated across all remote data centers for the given cache name.
|
GridDrReceiverHubInMetrics |
GridDr.receiverHubInMetrics(byte srcDataCenterId,
String cacheName)
Gets receiver hub incoming data metrics for the given remote data center and cache name.
|
Copyright © 2014. All rights reserved.