Uses of Interface
org.apache.cassandra.index.IndexRegistry
-
-
Uses of IndexRegistry in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions with parameters of type IndexRegistry Modifier and Type Method Description voidMultiColumnRestriction.EQRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidMultiColumnRestriction.INRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidMultiColumnRestriction.NotNullRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidMultiColumnRestriction.SliceRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)Adds to the specified row filter the expressions corresponding to thisRestriction.voidSingleColumnRestriction.ContainsRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.EQRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.INRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.IsNotNullRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.LikeRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.SliceRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidTokenRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)RowFilterStatementRestrictions. getRowFilter(IndexRegistry indexRegistry, QueryOptions options)booleanMultiColumnRestriction. hasSupportingIndex(IndexRegistry indexRegistry)booleanRestriction. hasSupportingIndex(IndexRegistry indexRegistry)Check if the restriction is on indexed columns.booleanSingleColumnRestriction. hasSupportingIndex(IndexRegistry indexRegistry)booleanTokenRestriction. hasSupportingIndex(IndexRegistry indexRegistry) -
Uses of IndexRegistry in org.apache.cassandra.index
Classes in org.apache.cassandra.index that implement IndexRegistry Modifier and Type Class Description classSecondaryIndexManagerHandles the core maintenance functionality associated with indexes: adding/removing them to or from a table, (re)building during bootstrap or other streaming operations, flushing, reloading metadata and so on.Fields in org.apache.cassandra.index declared as IndexRegistry Modifier and Type Field Description static IndexRegistryIndexRegistry. EMPTYAn emptyIndexRegistrystatic IndexRegistryIndexRegistry. NON_DAEMONAnIndexRegistryintended for use when Cassandra is initialized in client or tool mode.Methods in org.apache.cassandra.index that return IndexRegistry Modifier and Type Method Description static IndexRegistryIndexRegistry. obtain(TableMetadata table)Returns theIndexRegistryassociated to the specified table.Methods in org.apache.cassandra.index with parameters of type IndexRegistry Modifier and Type Method Description voidIndex. register(IndexRegistry registry)An index must be registered in order to be able to either subscribe to update events on the base table and/or to provide Searcher functionality for reads. -
Uses of IndexRegistry in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type IndexRegistry Modifier and Type Method Description voidCassandraIndex. register(IndexRegistry registry) -
Uses of IndexRegistry in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type IndexRegistry Modifier and Type Method Description voidSASIIndex. register(IndexRegistry registry) -
Uses of IndexRegistry in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type IndexRegistry Modifier and Type Method Description voidPaxosUncommittedIndex. register(IndexRegistry registry)
-