public abstract class KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>> extends KeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<T>>
| Constructor and Description |
|---|
KeyspaceOptionsCqlGenerator(KeyspaceOptionsSpecification<T> specification) |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
optionValueMap(Map<Option,Object> valueMap,
StringBuilder cql) |
protected T |
spec()
Convenient synonymous method of
KeyspaceNameCqlGenerator.getSpecification(). |
getSpecification, setSpecification, toCql, toCqlpublic KeyspaceOptionsCqlGenerator(KeyspaceOptionsSpecification<T> specification)
protected T spec()
KeyspaceNameCqlGeneratorKeyspaceNameCqlGenerator.getSpecification().spec in class KeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<T extends KeyspaceOptionsSpecification<T>>>protected StringBuilder optionValueMap(Map<Option,Object> valueMap, StringBuilder cql)
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.