Class RangeCommands
java.lang.Object
org.apache.cassandra.service.reads.range.RangeCommands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
RangeCommands
public RangeCommands()
-
-
Method Details
-
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
-