public class RetriedSliceFromReadCommand extends SliceFromReadCommand
Modifier and Type | Field and Description |
---|---|
int |
originalCount |
filter
CMD_TYPE_GET_SLICE, CMD_TYPE_GET_SLICE_BY_NAMES, commandType, key, queryPath, serializer, table
Constructor and Description |
---|
RetriedSliceFromReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
QueryPath path,
SliceQueryFilter filter,
int originalCount) |
Modifier and Type | Method and Description |
---|---|
ReadCommand |
copy() |
int |
getOriginalRequestedCount()
The original number of columns requested by the user.
|
java.lang.String |
toString() |
filter, getRow, maybeGenerateRetryCommand, maybeTrim
createMessage, getColumnFamilyName, getComparator, getKeyspace, getTimeout, isDigestQuery, setDigestQuery
public RetriedSliceFromReadCommand(java.lang.String table, java.nio.ByteBuffer key, QueryPath path, SliceQueryFilter filter, int originalCount)
public ReadCommand copy()
copy
in class SliceFromReadCommand
public int getOriginalRequestedCount()
SliceFromReadCommand
getOriginalRequestedCount
in class SliceFromReadCommand
public java.lang.String toString()
toString
in class SliceFromReadCommand
Copyright © 2013 The Apache Software Foundation