public class CompositesIndexOnCollectionKey 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 |
---|
CompositesIndexOnCollectionKey() |
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) |
boolean |
supportsOperator(Operator operator)
Returns true if the index supports lookups for the given operator, false otherwise.
|
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, setIndexBuilt, setIndexRemoved, toString
protected AbstractType<?> getIndexKeyComparator()
getIndexKeyComparator
in class AbstractSimplePerColumnSecondaryIndex
protected java.nio.ByteBuffer getIndexedValue(java.nio.ByteBuffer rowKey, Cell cell)
getIndexedValue
in class AbstractSimplePerColumnSecondaryIndex
public boolean supportsOperator(Operator operator)
SecondaryIndex
supportsOperator
in class SecondaryIndex
public boolean isStale(CompositesIndex.IndexedEntry entry, ColumnFamily data, long now)
isStale
in class CompositesIndex
Copyright © 2015 The Apache Software Foundation