public class AlterKeyspaceSpecification extends KeyspaceOptionsSpecification<AlterKeyspaceSpecification>
ALTER KEYSPACE specification.options| Modifier and Type | Method and Description |
|---|---|
static AlterKeyspaceSpecification |
alterKeyspace(KeyspaceIdentifier 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. |
getOptions, with, with, withgetNamepublic 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(KeyspaceIdentifier 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–2017 Pivotal Software, Inc.. All rights reserved.