@InterfaceAudience.Private public class MetricsWALEditsReplay extends Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
LOG |
private MetricsEditsReplaySource |
source |
Constructor and Description |
---|
MetricsWALEditsReplay() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
updateReplayBatchSize(long size)
Add the batch size of each replay
|
(package private) void |
updateReplayDataSize(long size)
Add the payload data size of each replay
|
(package private) void |
updateReplayTime(long time)
Add the time a replay command took
|
private static final org.apache.commons.logging.Log LOG
private final MetricsEditsReplaySource source
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.