public class CompositesIndexOnCollectionKeyAndValue extends CompositesIndexIncludingCollectionKey
CompositesIndex.IndexedEntry
columnDef, indexCfs
baseCfs, columnDefs, CUSTOM_INDEX_OPTION_NAME, INDEX_ENTRIES_OPTION_NAME, INDEX_KEYS_OPTION_NAME, INDEX_VALUES_OPTION_NAME, keyComparator, logger
Constructor and Description |
---|
CompositesIndexOnCollectionKeyAndValue() |
Modifier and Type | Method and Description |
---|---|
protected java.nio.ByteBuffer |
getIndexedValue(java.nio.ByteBuffer rowKey,
Cell cell) |
protected AbstractType<?> |
getIndexKeyComparator() |
boolean |
isStale(CompositesIndex.IndexedEntry entry,
ColumnFamily data,
long now) |
buildIndexComparator, decodeEntry, indexes, makeIndexColumnPrefix
create, createSecondaryIndexSearcher, delete, getExpressionComparator, getIndexComparator, getIndexComparator, makeIndexColumnName, validateOptions
delete, deleteForCleanup, estimateResultRows, expressionString, forceBlockingFlush, getIndexCfs, getIndexName, init, insert, invalidate, reload, removeIndex, truncateBlocking, update, validate
getNameForSystemKeyspace, validate
buildIndexAsync, buildIndexBlocking, createInstance, getBaseCfs, getColumnDefs, getIndexKeyFor, indexes, isIndexBuilt, isQueryable, setIndexBuilt, setIndexRemoved, supportsOperator, toString
public CompositesIndexOnCollectionKeyAndValue()
protected AbstractType<?> getIndexKeyComparator()
getIndexKeyComparator
in class AbstractSimplePerColumnSecondaryIndex
protected java.nio.ByteBuffer getIndexedValue(java.nio.ByteBuffer rowKey, Cell cell)
getIndexedValue
in class AbstractSimplePerColumnSecondaryIndex
public boolean isStale(CompositesIndex.IndexedEntry entry, ColumnFamily data, long now)
isStale
in class CompositesIndex
Copyright © 2018 The Apache Software Foundation