public class AlterKeyspaceSpecification extends KeyspaceOptionsSpecification<AlterKeyspaceSpecification>
options| Constructor and Description |
|---|
AlterKeyspaceSpecification() |
AlterKeyspaceSpecification(KeyspaceIdentifier name) |
AlterKeyspaceSpecification(String name) |
| Modifier and Type | Method and Description |
|---|---|
static AlterKeyspaceSpecification |
alterKeyspace()
Entry point into the
AlterKeyspaceSpecification's fluent API to alter a keyspace. |
static AlterKeyspaceSpecification |
alterKeyspace(KeyspaceIdentifier name)
Entry point into the
AlterKeyspaceSpecification's fluent API to alter a keyspace. |
getOptions, name, with, with, withequals, getName, hashCode, namepublic AlterKeyspaceSpecification()
public AlterKeyspaceSpecification(String name)
public AlterKeyspaceSpecification(KeyspaceIdentifier name)
public static AlterKeyspaceSpecification alterKeyspace()
AlterKeyspaceSpecification's fluent API to alter a keyspace. Convenient if imported
statically.public static AlterKeyspaceSpecification alterKeyspace(KeyspaceIdentifier name)
AlterKeyspaceSpecification's fluent API to alter a keyspace. Convenient if imported
statically.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.