protected class PerSSTableIndexWriter.Index
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
outputFile |
protected java.util.Set<java.util.concurrent.Future<OnDiskIndex>> |
segments |
Constructor and Description |
---|
Index(ColumnIndex columnIndex) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.nio.ByteBuffer term,
DecoratedKey key,
long keyPosition) |
void |
complete(java.util.concurrent.CountDownLatch latch) |
java.lang.String |
filename(boolean isFinal) |
protected java.util.concurrent.Callable<OnDiskIndex> |
scheduleSegmentFlush(boolean isFinal) |
protected final java.lang.String outputFile
protected final java.util.Set<java.util.concurrent.Future<OnDiskIndex>> segments
public Index(ColumnIndex columnIndex)
public void add(java.nio.ByteBuffer term, DecoratedKey key, long keyPosition)
protected java.util.concurrent.Callable<OnDiskIndex> scheduleSegmentFlush(boolean isFinal)
public void complete(java.util.concurrent.CountDownLatch latch)
public java.lang.String filename(boolean isFinal)
Copyright © 2009-2022 The Apache Software Foundation