Uses of Enum Class
org.apache.cassandra.db.ReadCommand.Kind
Packages that use ReadCommand.Kind
-
Uses of ReadCommand.Kind in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return ReadCommand.KindModifier and TypeMethodDescriptionstatic ReadCommand.KindReturns the enum constant of this class with the specified name.static ReadCommand.Kind[]ReadCommand.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.db with parameters of type ReadCommand.KindModifierConstructorDescriptionprotectedReadCommand(ReadCommand.Kind kind, boolean isDigestQuery, int digestVersion, boolean acceptsTransient, TableMetadata metadata, long nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, Index.QueryPlan indexQueryPlan, boolean trackWarnings, DataRange dataRange)