Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Class and Description |
---|
AbstractCreateStatement |
Alter
An in-construction ALTER TABLE statement.
|
Alter.AddColumn
An ADD column clause.
|
Alter.AlterColumn
An ALTER column clause.
|
Alter.Options
The table options of an ALTER TABLE statement.
|
Alter.RenameColumn
A RENAME column clause.
|
AlterKeyspace
A built ALTER KEYSPACE statement.
|
Create
A built CREATE TABLE statement.
|
Create.Options
The table options of a CREATE TABLE statement.
|
CreateIndex
A built CREATE INDEX statement.
|
CreateIndex.CreateIndexOn |
CreateKeyspace
A built CREATE KEYSPACE statement.
|
CreateType
A built CREATE TYPE statement.
|
Drop
A built DROP statement.
|
DropKeyspace
A built DROP KEYSPACE statement.
|
KeyspaceOptions
The keyspace options used in CREATE KEYSPACE or ALTER KEYSPACE statements.
|
SchemaBuilder.Caching
Caching strategies, for use in a CREATE or ALTER TABLE statement.
|
SchemaBuilder.Direction
The direction used in clustering order declarations.
|
SchemaBuilder.KeyCaching
Key caching strategies for Cassandra 2.1, for use in a CREATE or ALTER TABLE statement.
|
SchemaStatement
A DDL statement generated by
SchemaBuilder . |
TableOptions
The table options used in a CREATE TABLE or ALTER TABLE statement.
|
TableOptions.AdditionalWritePolicyValue
Additional Write Policy.
|
TableOptions.CachingRowsPerPartition
Define the number of rows to be cached per partition when row caching is enabled (this feature
is only applicable to Cassandra 2.1.x).
|
TableOptions.CompactionOptions
Compaction options for a CREATE or ALTER TABLE statement.
|
TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions
Compaction options specific to the date-tiered strategy.
|
TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution |
TableOptions.CompactionOptions.LeveledCompactionStrategyOptions
Compaction options specific to Leveled strategy
|
TableOptions.CompactionOptions.SizeTieredCompactionStrategyOptions
Compaction options specific to SizeTiered strategy
|
TableOptions.CompactionOptions.Strategy
Compaction strategies.
|
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Compaction options specific to the time window strategy.
|
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit |
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.TimeStampResolution |
TableOptions.CompressionOptions
The compression options for a CREATE or ALTER TABLE statement.
|
TableOptions.CompressionOptions.Algorithm
Compression algorithms.
|
TableOptions.ReadRepairValue
Read Repair modes.
|
TableOptions.SpeculativeRetryValue
The speculative retry options.
|
UDTType
Represents a CQL type containing a user-defined type (UDT) in a SchemaBuilder statement.
|
Copyright © 2012–2020. All rights reserved.