public class SliceByNamesReadCommand extends ReadCommand
ReadCommand.Type
Pageable.ReadCommands
Modifier and Type | Field and Description |
---|---|
NamesQueryFilter |
filter |
cfName, commandType, key, ksName, timestamp
Constructor and Description |
---|
SliceByNamesReadCommand(java.lang.String keyspaceName,
java.nio.ByteBuffer key,
java.lang.String cfName,
long timestamp,
NamesQueryFilter filter) |
Modifier and Type | Method and Description |
---|---|
ReadCommand |
copy() |
IDiskAtomFilter |
filter() |
Row |
getRow(Keyspace keyspace) |
java.lang.String |
toString() |
create, createMessage, getColumnFamilyName, getKeyspace, getTimeout, isDigestQuery, maybeGenerateRetryCommand, maybeTrim, setDigestQuery
public final NamesQueryFilter filter
public SliceByNamesReadCommand(java.lang.String keyspaceName, java.nio.ByteBuffer key, java.lang.String cfName, long timestamp, NamesQueryFilter filter)
public ReadCommand copy()
copy
in class ReadCommand
public Row getRow(Keyspace keyspace)
getRow
in class ReadCommand
public java.lang.String toString()
toString
in class java.lang.Object
public IDiskAtomFilter filter()
filter
in class ReadCommand
Copyright © 2013 The Apache Software Foundation