Package | Description |
---|---|
org.apache.cassandra.db.index.composites |
Modifier and Type | Method and Description |
---|---|
abstract CompositesIndex.IndexedEntry |
CompositesIndex.decodeEntry(DecoratedKey indexedValue,
Cell indexEntry) |
CompositesIndex.IndexedEntry |
CompositesIndexIncludingCollectionKey.decodeEntry(DecoratedKey indexedValue,
Cell indexEntry) |
CompositesIndex.IndexedEntry |
CompositesIndexOnClusteringKey.decodeEntry(DecoratedKey indexedValue,
Cell indexEntry) |
CompositesIndex.IndexedEntry |
CompositesIndexOnCollectionValue.decodeEntry(DecoratedKey indexedValue,
Cell indexEntry) |
CompositesIndex.IndexedEntry |
CompositesIndexOnPartitionKey.decodeEntry(DecoratedKey indexedValue,
Cell indexEntry) |
CompositesIndex.IndexedEntry |
CompositesIndexOnRegular.decodeEntry(DecoratedKey indexedValue,
Cell indexEntry) |
Modifier and Type | Method and Description |
---|---|
void |
CompositesIndex.delete(CompositesIndex.IndexedEntry entry,
OpOrder.Group opGroup) |
abstract boolean |
CompositesIndex.isStale(CompositesIndex.IndexedEntry entry,
ColumnFamily data,
long now) |
boolean |
CompositesIndexOnClusteringKey.isStale(CompositesIndex.IndexedEntry entry,
ColumnFamily data,
long now) |
boolean |
CompositesIndexOnCollectionKey.isStale(CompositesIndex.IndexedEntry entry,
ColumnFamily data,
long now) |
boolean |
CompositesIndexOnCollectionKeyAndValue.isStale(CompositesIndex.IndexedEntry entry,
ColumnFamily data,
long now) |
boolean |
CompositesIndexOnCollectionValue.isStale(CompositesIndex.IndexedEntry entry,
ColumnFamily data,
long now) |
boolean |
CompositesIndexOnPartitionKey.isStale(CompositesIndex.IndexedEntry entry,
ColumnFamily data,
long now) |
boolean |
CompositesIndexOnRegular.isStale(CompositesIndex.IndexedEntry entry,
ColumnFamily data,
long now) |
Copyright © 2018 The Apache Software Foundation