Class ReadConsistencyProvider
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.cassandra.ReadConsistencyProvider
-
public final class ReadConsistencyProvider extends Object
Indicates to other Cassandra operations what consistency read operations should be performed at. Notice that this may differ by table.
-
-
Constructor Summary
Constructors Constructor Description ReadConsistencyProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cassandra.thrift.ConsistencyLevel
getConsistency(com.palantir.atlasdb.keyvalue.api.TableReference tableReference)
void
lowerConsistencyLevelToOne()
-