| Modifier and Type | Method and Description | 
|---|---|
| ColumnIndex | SASIIndex. getIndex() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static PerSSTableIndexWriter | SASIIndex. newWriter(AbstractType<?> keyValidator,
         Descriptor descriptor,
         java.util.Map<ColumnDefinition,ColumnIndex> indexes,
         OperationType opType) | 
| Constructor and Description | 
|---|
| SSTableIndex(ColumnIndex index,
            java.io.File indexFile,
            SSTableReader referent) | 
| Constructor and Description | 
|---|
| DataTracker(AbstractType<?> keyValidator,
           ColumnIndex index) | 
| Constructor and Description | 
|---|
| View(ColumnIndex index,
    java.util.Collection<SSTableIndex> currentView,
    java.util.Collection<SSTableReader> oldSSTables,
    java.util.Set<SSTableIndex> newIndexes) | 
| View(ColumnIndex index,
    java.util.Set<SSTableIndex> indexes) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected long | PerSSTableIndexWriter. maxMemorySize(ColumnIndex columnIndex) | 
| protected PerSSTableIndexWriter.Index | PerSSTableIndexWriter. newIndex(ColumnIndex columnIndex) | 
| Constructor and Description | 
|---|
| Index(ColumnIndex columnIndex) | 
| Constructor and Description | 
|---|
| PerSSTableIndexWriter(AbstractType<?> keyValidator,
                     Descriptor descriptor,
                     OperationType source,
                     java.util.Map<ColumnDefinition,ColumnIndex> supportedIndexes) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ColumnIndex | MemIndex. columnIndex | 
| Modifier and Type | Method and Description | 
|---|---|
| static MemIndex | MemIndex. forColumn(AbstractType<?> keyValidator,
         ColumnIndex columnIndex) | 
| Constructor and Description | 
|---|
| IndexMemtable(ColumnIndex columnIndex) | 
| MemIndex(AbstractType<?> keyValidator,
        ColumnIndex columnIndex) | 
| SkipListMemIndex(AbstractType<?> keyValidator,
                ColumnIndex columnIndex) | 
| TrieMemIndex(AbstractType<?> keyValidator,
            ColumnIndex columnIndex) | 
| Modifier and Type | Field and Description | 
|---|---|
| ColumnIndex | Expression. index | 
| Modifier and Type | Method and Description | 
|---|---|
| ColumnIndex | QueryController. getIndex(RowFilter.Expression expression) | 
| Constructor and Description | 
|---|
| Expression(QueryController controller,
          ColumnIndex columnIndex) | 
Copyright © 2018 The Apache Software Foundation