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