public static class WALSplitter.EntryBuffers extends Object
| Constructor and Description |
|---|
EntryBuffers(WALSplitter.PipelineController controller,
long maxHeapUsage) |
EntryBuffers(WALSplitter.PipelineController controller,
long maxHeapUsage,
boolean splitWriterCreationBounded) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendEntry(WAL.Entry entry)
Append a log entry into the corresponding region buffer.
|
void |
waitUntilDrained() |
public EntryBuffers(WALSplitter.PipelineController controller, long maxHeapUsage)
public EntryBuffers(WALSplitter.PipelineController controller, long maxHeapUsage, boolean splitWriterCreationBounded)
public void appendEntry(WAL.Entry entry) throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic void waitUntilDrained()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.