Uses of Class
org.apache.cassandra.schema.Indexes
-
Packages that use Indexes Package Description org.apache.cassandra.schema org.apache.cassandra.service.paxos.uncommitted -
-
Uses of Indexes in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as Indexes Modifier and Type Field Description IndexesTableMetadata. indexesMethods in org.apache.cassandra.schema that return Indexes Modifier and Type Method Description IndexesIndexes.Builder. build()static IndexesIndexes. none()static IndexesIndexes. of(java.lang.Iterable<IndexMetadata> indexes)static IndexesIndexes. of(IndexMetadata... indexes)IndexesIndexes. replace(IndexMetadata index)Creates a SecondaryIndexes instance which contains an updated index definitionIndexesIndexes. with(IndexMetadata index)Create a SecondaryIndexes instance with the provided index addedIndexesIndexes. without(java.lang.String name)Creates a SecondaryIndexes instance with the index with the provided name removedMethods in org.apache.cassandra.schema with parameters of type Indexes Modifier and Type Method Description TableMetadata.BuilderTableMetadata.Builder. indexes(Indexes val)TableMetadataTableMetadata. withSwapped(Indexes indexes) -
Uses of Indexes in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted that return Indexes Modifier and Type Method Description static IndexesPaxosUncommittedIndex. indexes()
-