public abstract class PerColumnSecondaryIndex extends SecondaryIndex
baseCfs, columnDefs, CUSTOM_INDEX_OPTION_NAME, INDEX_ENTRIES_OPTION_NAME, INDEX_KEYS_OPTION_NAME, INDEX_VALUES_OPTION_NAME, keyComparator, logger| Constructor and Description |
|---|
PerColumnSecondaryIndex() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
delete(java.nio.ByteBuffer rowKey,
Cell col,
OpOrder.Group opGroup)
Called when a column has been tombstoned or replaced.
|
abstract void |
deleteForCleanup(java.nio.ByteBuffer rowKey,
Cell col,
OpOrder.Group opGroup)
Called when a column has been removed due to a cleanup operation.
|
java.lang.String |
getNameForSystemKeyspace(java.nio.ByteBuffer column)
Return the unique name for this index and column
to be stored in the SystemKeyspace that tracks if each column is built
|
abstract void |
insert(java.nio.ByteBuffer rowKey,
Cell col,
OpOrder.Group opGroup)
insert a column to the index
|
abstract void |
update(java.nio.ByteBuffer rowKey,
Cell oldCol,
Cell col,
OpOrder.Group opGroup)
update a column from the index
|
boolean |
validate(java.nio.ByteBuffer rowKey,
Cell cell) |
boolean |
validate(Cell cell) |
buildIndexAsync, buildIndexBlocking, createInstance, createSecondaryIndexSearcher, estimateResultRows, forceBlockingFlush, getBaseCfs, getColumnDefs, getIndexCfs, getIndexComparator, getIndexKeyFor, getIndexName, indexes, indexes, init, invalidate, isIndexBuilt, isQueryable, reload, removeIndex, setIndexBuilt, setIndexRemoved, supportsOperator, toString, truncateBlocking, validateOptionspublic abstract void delete(java.nio.ByteBuffer rowKey,
Cell col,
OpOrder.Group opGroup)
rowKey - the underlying row key which is indexedcol - all the column infopublic abstract void deleteForCleanup(java.nio.ByteBuffer rowKey,
Cell col,
OpOrder.Group opGroup)
public abstract void insert(java.nio.ByteBuffer rowKey,
Cell col,
OpOrder.Group opGroup)
rowKey - the underlying row key which is indexedcol - all the column infopublic abstract void update(java.nio.ByteBuffer rowKey,
Cell oldCol,
Cell col,
OpOrder.Group opGroup)
rowKey - the underlying row key which is indexedoldCol - the previous column infocol - all the column infopublic java.lang.String getNameForSystemKeyspace(java.nio.ByteBuffer column)
SecondaryIndexgetNameForSystemKeyspace in class SecondaryIndexcolumn - the name of the columnpublic boolean validate(java.nio.ByteBuffer rowKey,
Cell cell)
validate in class SecondaryIndexpublic boolean validate(Cell cell)
Copyright © 2018 The Apache Software Foundation