org.apache.cassandra.db
Class SliceByNamesReadCommand
java.lang.Object
org.apache.cassandra.db.ReadCommand
org.apache.cassandra.db.SliceByNamesReadCommand
- All Implemented Interfaces:
- MessageProducer, IReadCommand
public class SliceByNamesReadCommand
- extends ReadCommand
Field Summary |
java.util.SortedSet<java.nio.ByteBuffer> |
columnNames
|
Constructor Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
columnNames
public final java.util.SortedSet<java.nio.ByteBuffer> columnNames
SliceByNamesReadCommand
public SliceByNamesReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
org.apache.cassandra.thrift.ColumnParent column_parent,
java.util.Collection<java.nio.ByteBuffer> columnNames)
SliceByNamesReadCommand
public SliceByNamesReadCommand(java.lang.String table,
java.nio.ByteBuffer key,
QueryPath path,
java.util.Collection<java.nio.ByteBuffer> columnNames)
copy
public ReadCommand copy()
- Specified by:
copy
in class ReadCommand
getRow
public Row getRow(Table table)
throws java.io.IOException
- Specified by:
getRow
in class ReadCommand
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011 The Apache Software Foundation