Package | Description |
---|---|
org.apache.cassandra.schema | |
org.apache.cassandra.service.reads.repair |
Modifier and Type | Field and Description |
---|---|
ReadRepairStrategy |
TableParams.readRepair |
Modifier and Type | Method and Description |
---|---|
TableParams.Builder |
TableParams.Builder.readRepair(ReadRepairStrategy val) |
Modifier and Type | Method and Description |
---|---|
static ReadRepairStrategy |
ReadRepairStrategy.fromString(java.lang.String s) |
static ReadRepairStrategy |
ReadRepairStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadRepairStrategy[] |
ReadRepairStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009-2022 The Apache Software Foundation