public class DropKeyspaceSpecification extends KeyspaceActionSpecification<DropKeyspaceSpecification>
| Constructor and Description |
|---|
DropKeyspaceSpecification() |
DropKeyspaceSpecification(KeyspaceIdentifier name) |
DropKeyspaceSpecification(String name) |
| Modifier and Type | Method and Description |
|---|---|
static DropKeyspaceSpecification |
dropKeyspace()
Entry point into the
DropKeyspaceSpecification's fluent API to drop a keyspace. |
static DropKeyspaceSpecification |
dropKeyspace(KeyspaceIdentifier name)
Entry point into the
DropKeyspaceSpecification's fluent API to drop a keyspace. |
static DropKeyspaceSpecification |
dropKeyspace(String name)
Entry point into the
DropKeyspaceSpecification's fluent API to drop a keyspace. |
boolean |
getIfExists() |
DropKeyspaceSpecification |
ifExists() |
DropKeyspaceSpecification |
ifExists(boolean ifExists) |
public DropKeyspaceSpecification()
public DropKeyspaceSpecification(String name)
public DropKeyspaceSpecification(KeyspaceIdentifier name)
public static DropKeyspaceSpecification dropKeyspace()
DropKeyspaceSpecification's fluent API to drop a keyspace. Convenient if imported
statically.public static DropKeyspaceSpecification dropKeyspace(KeyspaceIdentifier name)
DropKeyspaceSpecification's fluent API to drop a keyspace. Convenient if imported
statically.public static DropKeyspaceSpecification dropKeyspace(String name)
DropKeyspaceSpecification's fluent API to drop a keyspace. Convenient if imported
statically.public DropKeyspaceSpecification ifExists()
public DropKeyspaceSpecification ifExists(boolean ifExists)
public boolean getIfExists()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.