public class AlterKeyspaceSpecification extends KeyspaceOptionsSpecification<AlterKeyspaceSpecification>
ALTER KEYSPACE specification.options| Modifier and Type | Method and Description |
|---|---|
static AlterKeyspaceSpecification |
alterKeyspace(com.datastax.oss.driver.api.core.CqlIdentifier name)
Entry point into the
AlterKeyspaceSpecification's fluent API given name to alter a keyspace. |
static AlterKeyspaceSpecification |
alterKeyspace(String name)
Entry point into the
AlterKeyspaceSpecification's fluent API given name to alter a keyspace. |
equals, getOptions, hashCode, with, with, withcanEqual, getNamepublic static AlterKeyspaceSpecification alterKeyspace(String name)
AlterKeyspaceSpecification's fluent API given name to alter a keyspace.
Convenient if imported statically.name - must not be null or empty.AlterKeyspaceSpecification.public static AlterKeyspaceSpecification alterKeyspace(com.datastax.oss.driver.api.core.CqlIdentifier name)
AlterKeyspaceSpecification's fluent API given name to alter a keyspace.
Convenient if imported statically.name - must not be null or empty.AlterKeyspaceSpecification.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.