Uses of Interface
org.apache.cassandra.io.util.CheckedFunction
-
Packages that use CheckedFunction Package Description org.apache.cassandra.io.sstable.format -
-
Uses of CheckedFunction in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type CheckedFunction Modifier and Type Method Description <R> R
SSTableReader. runWithLock(CheckedFunction<Descriptor,R,java.io.IOException> task)
Execute provided task with sstable lock to avoid racing with index summary redistribution, SEE CASSANDRA-15861.
-