@Internal public class CommitLogReaders extends java.lang.Object
CommitLogReaders.| Modifier and Type | Class and Description |
|---|---|
private static class |
CommitLogReaders.ForwardingCommitLogReader |
private static class |
CommitLogReaders.ForwardingLogObserver |
static class |
CommitLogReaders.LimitedCommitLogReader |
| Modifier | Constructor and Description |
|---|---|
private |
CommitLogReaders() |
| Modifier and Type | Method and Description |
|---|---|
static CommitLogReader |
withThroughputLimit(CommitLogReader delegate,
ThroughputLimiter limiter)
Create throughput limited
CommitLogReader. |
public static CommitLogReader withThroughputLimit(CommitLogReader delegate, @Nullable ThroughputLimiter limiter)
CommitLogReader.delegate - delegate to read data fromlimiter - the throughput limiterCommitLogReaderCopyright © 2017–2021. All rights reserved.