Uses of Class
org.apache.cassandra.db.ReadCommand.Kind
-
Packages that use ReadCommand.Kind Package Description org.apache.cassandra.db -
-
Uses of ReadCommand.Kind in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return ReadCommand.Kind Modifier and Type Method Description static ReadCommand.Kind
ReadCommand.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReadCommand.Kind[]
ReadCommand.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.db with parameters of type ReadCommand.Kind Constructor Description ReadCommand(ReadCommand.Kind kind, boolean isDigestQuery, int digestVersion, boolean acceptsTransient, TableMetadata metadata, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, IndexMetadata index)
-