T - subtype of KeyspaceActionSpecification.public abstract class KeyspaceNameCqlGenerator<T extends KeyspaceActionSpecification<T>> extends Object
| Constructor and Description |
|---|
KeyspaceNameCqlGenerator(KeyspaceActionSpecification<T> specification) |
| Modifier and Type | Method and Description |
|---|---|
T |
getSpecification() |
protected void |
setSpecification(KeyspaceActionSpecification<T> specification) |
protected T |
spec()
Convenient synonymous method of
getSpecification(). |
String |
toCql() |
abstract StringBuilder |
toCql(StringBuilder cql) |
public KeyspaceNameCqlGenerator(KeyspaceActionSpecification<T> specification)
public abstract StringBuilder toCql(StringBuilder cql)
protected void setSpecification(KeyspaceActionSpecification<T> specification)
public T getSpecification()
protected T spec()
getSpecification().public String toCql()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.