| Package | Description | 
|---|---|
| org.apache.cassandra.thrift | 
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<CqlRow> | CqlResult. rows | 
| Modifier and Type | Method and Description | 
|---|---|
| CqlRow | CqlRow. deepCopy() | 
| CqlRow | CqlRow. setColumns(java.util.List<Column> columns) | 
| CqlRow | CqlRow. setKey(byte[] key) | 
| CqlRow | CqlRow. setKey(java.nio.ByteBuffer key) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<CqlRow> | CqlResult. getRows() | 
| java.util.Iterator<CqlRow> | CqlResult. getRowsIterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CqlResult. addToRows(CqlRow elem) | 
| int | CqlRow. compareTo(CqlRow other) | 
| boolean | CqlRow. equals(CqlRow that) | 
| Modifier and Type | Method and Description | 
|---|---|
| CqlResult | CqlResult. setRows(java.util.List<CqlRow> rows) | 
| Constructor and Description | 
|---|
| CqlRow(CqlRow other)Performs a deep copy on other. | 
Copyright © 2018 The Apache Software Foundation