Class RangeCommands
- java.lang.Object
-
- org.apache.cassandra.service.reads.range.RangeCommands
-
public class RangeCommands extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RangeCommands()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PartitionIteratorpartitions(PartitionRangeReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)static booleansufficientLiveNodesForSelectStar(TableMetadata metadata, ConsistencyLevel consistency)Added specifically to check for sufficient nodes live to serve partition denylist queries
-
-
-
Method Detail
-
partitions
public static PartitionIterator partitions(PartitionRangeReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)
-
sufficientLiveNodesForSelectStar
public static boolean sufficientLiveNodesForSelectStar(TableMetadata metadata, ConsistencyLevel consistency)
Added specifically to check for sufficient nodes live to serve partition denylist queries
-
-