SchemaDefinition.Builder |
SchemaDefinition.Builder.allColumns(Collection<ColumnDefinition> allColumns) |
The regular columns of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.allColumns(Consumer<ColumnDefinition.Builder>... allColumns) |
The regular columns of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.allColumns(ColumnDefinition... allColumns) |
The regular columns of the table.
|
static SchemaDefinition.Builder |
SchemaDefinition.builder() |
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.clusteringKeys(Collection<ClusteringKey> clusteringKeys) |
The columns that are part of the clustering key of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.clusteringKeys(Consumer<ClusteringKey.Builder>... clusteringKeys) |
The columns that are part of the clustering key of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.clusteringKeys(ClusteringKey... clusteringKeys) |
The columns that are part of the clustering key of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.partitionKeys(Collection<PartitionKey> partitionKeys) |
The columns that are part of the partition key of the table .
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.partitionKeys(Consumer<PartitionKey.Builder>... partitionKeys) |
The columns that are part of the partition key of the table .
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.partitionKeys(PartitionKey... partitionKeys) |
The columns that are part of the partition key of the table .
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.staticColumns(Collection<StaticColumn> staticColumns) |
The columns that have been defined as STATIC.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.staticColumns(Consumer<StaticColumn.Builder>... staticColumns) |
The columns that have been defined as STATIC.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.staticColumns(StaticColumn... staticColumns) |
The columns that have been defined as STATIC.
|
SchemaDefinition.Builder |
SchemaDefinition.toBuilder() |
|