public class RetriedSliceFromReadCommand extends SliceFromReadCommand
| Modifier and Type | Field and Description |
|---|---|
int |
originalCount |
filterCMD_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, maybeTrimcreateMessage, getColumnFamilyName, getComparator, getKeyspace, getTimeout, isDigestQuery, setDigestQuerypublic RetriedSliceFromReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
QueryPath path,
SliceQueryFilter filter,
int originalCount)
public ReadCommand copy()
copy in class SliceFromReadCommandpublic int getOriginalRequestedCount()
SliceFromReadCommandgetOriginalRequestedCount in class SliceFromReadCommandpublic java.lang.String toString()
toString in class SliceFromReadCommandCopyright © 2014 The Apache Software Foundation