Uses of Class
org.apache.cassandra.thrift.CqlRow

Packages that use CqlRow
org.apache.cassandra.thrift   
 

Uses of CqlRow in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift with type parameters of type CqlRow
 java.util.List<CqlRow> CqlResult.rows
           
 

Methods in org.apache.cassandra.thrift that return CqlRow
 CqlRow CqlRow.deepCopy()
           
 CqlRow CqlRow.setColumns(java.util.List<Column> columns)
           
 CqlRow CqlRow.setKey(byte[] key)
           
 CqlRow CqlRow.setKey(java.nio.ByteBuffer key)
           
 

Methods in org.apache.cassandra.thrift that return types with arguments of type CqlRow
 java.util.List<CqlRow> CqlResult.getRows()
           
 java.util.Iterator<CqlRow> CqlResult.getRowsIterator()
           
 

Methods in org.apache.cassandra.thrift with parameters of type CqlRow
 void CqlResult.addToRows(CqlRow elem)
           
 int CqlRow.compareTo(CqlRow other)
           
 boolean CqlRow.equals(CqlRow that)
           
 

Method parameters in org.apache.cassandra.thrift with type arguments of type CqlRow
 CqlResult CqlResult.setRows(java.util.List<CqlRow> rows)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type CqlRow
CqlRow(CqlRow other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation