Class PerSSTableIndexWriter.Index
- java.lang.Object
-
- org.apache.cassandra.index.sasi.disk.PerSSTableIndexWriter.Index
-
- Enclosing class:
- PerSSTableIndexWriter
protected class PerSSTableIndexWriter.Index extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringoutputFileprotected java.util.Set<java.util.concurrent.Future<OnDiskIndex>>segments
-
Constructor Summary
Constructors Constructor Description Index(ColumnIndex columnIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.nio.ByteBuffer term, DecoratedKey key, long keyPosition)voidcomplete(CountDownLatch latch)java.lang.Stringfilename(boolean isFinal)protected java.util.concurrent.Callable<OnDiskIndex>scheduleSegmentFlush(boolean isFinal)
-
-
-
Field Detail
-
outputFile
protected final java.lang.String outputFile
-
segments
protected final java.util.Set<java.util.concurrent.Future<OnDiskIndex>> segments
-
-
Constructor Detail
-
Index
public Index(ColumnIndex columnIndex)
-
-
Method Detail
-
add
public void add(java.nio.ByteBuffer term, DecoratedKey key, long keyPosition)
-
scheduleSegmentFlush
protected java.util.concurrent.Callable<OnDiskIndex> scheduleSegmentFlush(boolean isFinal)
-
complete
public void complete(CountDownLatch latch)
-
filename
public java.lang.String filename(boolean isFinal)
-
-