Modifier and Type | Method and Description |
---|---|
Schema |
build() |
Schema.Builder |
columns(List<Column> columns) |
Schema.Builder |
copy(Schema o) |
Schema.Builder |
primaryKey(List<String> primaryKey) |
Schema.Builder |
shardKey(List<String> shardKey) |
String |
toString() |
Schema.Builder |
ttl(Integer ttl) |
public Schema.Builder columns(List<Column> columns)
public Schema.Builder primaryKey(List<String> primaryKey)
public Schema.Builder shardKey(List<String> shardKey)
public Schema.Builder ttl(Integer ttl)
public Schema build()
public Schema.Builder copy(Schema o)
Copyright © 2016–2021. All rights reserved.