Package | Description |
---|---|
com.datastax.oss.driver.api.querybuilder | |
com.datastax.oss.driver.api.querybuilder.schema |
Modifier and Type | Field and Description |
---|---|
static SchemaBuilder.RowsPerPartition |
SchemaBuilder.RowsPerPartition.ALL |
static SchemaBuilder.RowsPerPartition |
SchemaBuilder.RowsPerPartition.NONE |
Modifier and Type | Method and Description |
---|---|
static SchemaBuilder.RowsPerPartition |
SchemaBuilder.RowsPerPartition.rows(int rowNumber) |
Modifier and Type | Method and Description |
---|---|
default SelfT |
RelationOptions.withCaching(boolean keys,
SchemaBuilder.RowsPerPartition rowsPerPartition)
Defines the caching criteria.
|
Copyright © 2017–2022. All rights reserved.