Class PerSSTableIndexWriter.Index

  • Enclosing class:
    PerSSTableIndexWriter

    protected class PerSSTableIndexWriter.Index
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String outputFile  
      protected java.util.Set<java.util.concurrent.Future<OnDiskIndex>> segments  
    • Constructor Summary

      Constructors 
      Constructor Description
      Index​(ColumnIndex columnIndex)  
    • Field Detail

      • outputFile

        protected final java.lang.String outputFile
      • segments

        protected final java.util.Set<java.util.concurrent.Future<OnDiskIndex>> segments
    • Constructor Detail

    • Method Detail

      • add

        public void add​(java.nio.ByteBuffer term,
                        DecoratedKey key,
                        long keyPosition)
      • scheduleSegmentFlush

        protected java.util.concurrent.Callable<OnDiskIndex> scheduleSegmentFlush​(boolean isFinal)
      • filename

        public java.lang.String filename​(boolean isFinal)