Package org.apache.cassandra.db
Class ReadExecutionController
- java.lang.Object
-
- org.apache.cassandra.db.ReadExecutionController
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class ReadExecutionController extends java.lang.Object implements java.lang.AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
static ReadExecutionController
empty()
java.nio.ByteBuffer
getRepairedDataDigest()
org.apache.cassandra.db.RepairedDataInfo
getRepairedDataInfo()
WriteContext
getWriteContext()
ReadExecutionController
indexReadController()
boolean
isRangeCommand()
boolean
isRepairedDataDigestConclusive()
boolean
isTrackingRepairedStatus()
TableMetadata
metadata()
-
-
-
Method Detail
-
isRangeCommand
public boolean isRangeCommand()
-
indexReadController
public ReadExecutionController indexReadController()
-
getWriteContext
public WriteContext getWriteContext()
-
empty
public static ReadExecutionController empty()
-
metadata
public TableMetadata metadata()
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
-
isTrackingRepairedStatus
public boolean isTrackingRepairedStatus()
-
getRepairedDataDigest
public java.nio.ByteBuffer getRepairedDataDigest()
-
isRepairedDataDigestConclusive
public boolean isRepairedDataDigestConclusive()
-
getRepairedDataInfo
public org.apache.cassandra.db.RepairedDataInfo getRepairedDataInfo()
-
-