Package | Description |
---|---|
org.apache.cassandra.db |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ReadCommand(ReadCommand.Kind kind,
boolean isDigestQuery,
int digestVersion,
boolean isForThrift,
CFMetaData metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
IndexMetadata index) |
Copyright © 2020 The Apache Software Foundation