public interface ReplicationMetricsMBean
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxReplicationThreads()
The total number of threads available to replicate data to peers.
|
int |
getNumConfiguredPeers()
Peers are systems which data can be replicated to.
|
int |
getNumFilesPendingReplication()
A system may have multiple Replication targets, each of which have a queue of files to be replicated.
|
int getNumFilesPendingReplication()
int getMaxReplicationThreads()
int getNumConfiguredPeers()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.