public class ReadExecutionController
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
static ReadExecutionController |
empty() |
java.nio.ByteBuffer |
getRepairedDataDigest() |
org.apache.cassandra.db.RepairedDataInfo |
getRepairedDataInfo() |
WriteContext |
getWriteContext() |
ReadExecutionController |
indexReadController() |
boolean |
isRepairedDataDigestConclusive() |
boolean |
isTrackingRepairedStatus() |
TableMetadata |
metadata() |
public ReadExecutionController indexReadController()
public WriteContext getWriteContext()
public static ReadExecutionController empty()
public TableMetadata metadata()
public void close()
close
in interface java.lang.AutoCloseable
public boolean isTrackingRepairedStatus()
public java.nio.ByteBuffer getRepairedDataDigest()
public boolean isRepairedDataDigestConclusive()
public org.apache.cassandra.db.RepairedDataInfo getRepairedDataInfo()
Copyright © 2009-2021 The Apache Software Foundation