Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
static TableOptions.ReadRepairValue |
TableOptions.ReadRepairValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableOptions.ReadRepairValue[] |
TableOptions.ReadRepairValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
TableOptions.readRepair(TableOptions.ReadRepairValue readRepair)
Define the read_repair mode for this table.
|
Copyright © 2012–2023. All rights reserved.