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,
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, setDigestQuerypublic final NamesQueryFilter filter
public SliceByNamesReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
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 ReadCommandpublic Row getRow(Table table)
getRow in class ReadCommandpublic java.lang.String toString()
toString in class java.lang.Objectpublic IDiskAtomFilter filter()
filter in class ReadCommandCopyright © 2014 The Apache Software Foundation