Package | Description |
---|---|
org.apache.cassandra.schema |
Modifier and Type | Field and Description |
---|---|
Views |
KeyspaceMetadata.views |
Modifier and Type | Method and Description |
---|---|
Views |
Views.Builder.build() |
static Views |
Views.none() |
Views |
Views.replace(ViewDefinition view,
CFMetaData cfm)
Creates a MaterializedViews instance which contains an updated materialized view
|
Views |
Views.with(ViewDefinition view)
Create a MaterializedViews instance with the provided materialized view added
|
Views |
Views.without(java.lang.String name)
Creates a MaterializedViews instance with the materializedView with the provided name removed
|
Modifier and Type | Method and Description |
---|---|
static KeyspaceMetadata |
KeyspaceMetadata.create(java.lang.String name,
KeyspaceParams params,
Tables tables,
Views views,
Types types,
Functions functions) |
KeyspaceMetadata |
KeyspaceMetadata.withSwapped(Views views) |
Copyright © 2018 The Apache Software Foundation