public class SliceByNamesReadCommand extends ReadCommand
Modifier and Type | Field and Description |
---|---|
NamesQueryFilter |
filter |
CMD_TYPE_GET_SLICE, CMD_TYPE_GET_SLICE_BY_NAMES, commandType, key, queryPath, serializer, table
Constructor and Description |
---|
SliceByNamesReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
org.apache.cassandra.thrift.ColumnParent column_parent,
java.util.Collection<java.nio.ByteBuffer> columnNames) |
SliceByNamesReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
QueryPath path,
java.util.Collection<java.nio.ByteBuffer> columnNames) |
SliceByNamesReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
QueryPath path,
NamesQueryFilter filter) |
Modifier and Type | Method and Description |
---|---|
ReadCommand |
copy() |
IDiskAtomFilter |
filter() |
Row |
getRow(Table table) |
java.lang.String |
toString() |
createMessage, getColumnFamilyName, getComparator, getKeyspace, getTimeout, isDigestQuery, maybeGenerateRetryCommand, maybeTrim, setDigestQuery
public final NamesQueryFilter filter
public SliceByNamesReadCommand(java.lang.String table, java.nio.ByteBuffer key, org.apache.cassandra.thrift.ColumnParent column_parent, java.util.Collection<java.nio.ByteBuffer> columnNames)
public SliceByNamesReadCommand(java.lang.String table, java.nio.ByteBuffer key, QueryPath path, java.util.Collection<java.nio.ByteBuffer> columnNames)
public SliceByNamesReadCommand(java.lang.String table, java.nio.ByteBuffer key, QueryPath path, NamesQueryFilter filter)
public ReadCommand copy()
copy
in class ReadCommand
public Row getRow(Table table)
getRow
in class ReadCommand
public java.lang.String toString()
toString
in class java.lang.Object
public IDiskAtomFilter filter()
filter
in class ReadCommand
Copyright © 2014 The Apache Software Foundation