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. |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
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.public boolean equals(Object o)
equals in class KeyspaceOptionsSpecification<AlterKeyspaceSpecification>protected boolean canEqual(Object other)
canEqual in class KeyspaceOptionsSpecification<AlterKeyspaceSpecification>public int hashCode()
hashCode in class KeyspaceOptionsSpecification<AlterKeyspaceSpecification>Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.