cassandra-server
Version:
A thin Javascript wrapper around Apache Cassandra to provide out of the box server support
559 lines • 63.6 kB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 07 15:29:50 CEST 2014 -->
<title>Uses of Class org.apache.cassandra.db.Row (apache-cassandra API)</title>
<meta name="date" content="2014-09-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.cassandra.db.Row (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/db/class-use/Row.html" target="_top">Frames</a></li>
<li><a href="Row.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.db.Row" class="title">Uses of Class<br>org.apache.cassandra.db.Row</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.config">org.apache.cassandra.config</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.cql3">org.apache.cassandra.cql3</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.cql3.statements">org.apache.cassandra.cql3.statements</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.db">org.apache.cassandra.db</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.db.index">org.apache.cassandra.db.index</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.db.index.composites">org.apache.cassandra.db.index.composites</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.db.index.keys">org.apache.cassandra.db.index.keys</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.service">org.apache.cassandra.service</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.service.pager">org.apache.cassandra.service.pager</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cassandra.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> in <a href="../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a> with parameters of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Map<java.lang.String,<a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>></code></td>
<td class="colLast"><span class="strong">KSMetaData.</span><code><strong><a href="../../../../../org/apache/cassandra/config/KSMetaData.html#deserializeColumnFamilies(org.apache.cassandra.db.Row)">deserializeColumnFamilies</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code>
<div class="block">Deserialize ColumnFamilies from low-level schema representation, all of them belong to the same keyspace</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.List<<a href="../../../../../org/apache/cassandra/config/TriggerDefinition.html" title="class in org.apache.cassandra.config">TriggerDefinition</a>></code></td>
<td class="colLast"><span class="strong">TriggerDefinition.</span><code><strong><a href="../../../../../org/apache/cassandra/config/TriggerDefinition.html#fromSchema(org.apache.cassandra.db.Row)">fromSchema</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> serializedTriggers)</code>
<div class="block">Deserialize triggers from storage-level representation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Map<java.nio.ByteBuffer,<a href="../../../../../org/apache/cassandra/db/marshal/UserType.html" title="class in org.apache.cassandra.db.marshal">UserType</a>></code></td>
<td class="colLast"><span class="strong">UTMetaData.</span><code><strong><a href="../../../../../org/apache/cassandra/config/UTMetaData.html#fromSchema(org.apache.cassandra.db.Row)">fromSchema</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/config/KSMetaData.html" title="class in org.apache.cassandra.config">KSMetaData</a></code></td>
<td class="colLast"><span class="strong">KSMetaData.</span><code><strong><a href="../../../../../org/apache/cassandra/config/KSMetaData.html#fromSchema(org.apache.cassandra.db.Row,%20java.lang.Iterable,%20org.apache.cassandra.config.UTMetaData)">fromSchema</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row,
java.lang.Iterable<<a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>> cfms,
<a href="../../../../../org/apache/cassandra/config/UTMetaData.html" title="class in org.apache.cassandra.config">UTMetaData</a> userTypes)</code>
<div class="block">Deserialize only Keyspace attributes without nested ColumnFamilies</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/config/KSMetaData.html" title="class in org.apache.cassandra.config">KSMetaData</a></code></td>
<td class="colLast"><span class="strong">KSMetaData.</span><code><strong><a href="../../../../../org/apache/cassandra/config/KSMetaData.html#fromSchema(org.apache.cassandra.db.Row,%20org.apache.cassandra.db.Row,%20org.apache.cassandra.db.Row)">fromSchema</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> serializedKs,
<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> serializedCFs,
<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> serializedUserTypes)</code>
<div class="block">Deserialize Keyspace with nested ColumnFamilies</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../../org/apache/cassandra/config/Schema.html#ignoredSchemaRow(org.apache.cassandra.db.Row)">ignoredSchemaRow</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../../org/apache/cassandra/config/Schema.html#invalidSchemaRow(org.apache.cassandra.db.Row)">invalidSchemaRow</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a></code></td>
<td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../org/apache/cassandra/config/ColumnDefinition.html#resultify(org.apache.cassandra.db.Row)">resultify</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> serializedColumns)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.cql3">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> with parameters of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a></code></td>
<td class="colLast"><span class="strong">QueryProcessor.</span><code><strong><a href="../../../../../org/apache/cassandra/cql3/QueryProcessor.html#resultify(java.lang.String,%20org.apache.cassandra.db.Row)">resultify</a></strong>(java.lang.String query,
<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> with type arguments of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a></code></td>
<td class="colLast"><span class="strong">QueryProcessor.</span><code><strong><a href="../../../../../org/apache/cassandra/cql3/QueryProcessor.html#resultify(java.lang.String,%20java.util.List)">resultify</a></strong>(java.lang.String query,
java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>> rows)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.cql3.statements">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> in <a href="../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a> with type arguments of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/cql3/ResultSet.html" title="class in org.apache.cassandra.cql3">ResultSet</a></code></td>
<td class="colLast"><span class="strong">SelectStatement.</span><code><strong><a href="../../../../../org/apache/cassandra/cql3/statements/SelectStatement.html#process(java.util.List)">process</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>> rows)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/transport/messages/ResultMessage.Rows.html" title="class in org.apache.cassandra.transport.messages">ResultMessage.Rows</a></code></td>
<td class="colLast"><span class="strong">SelectStatement.</span><code><strong><a href="../../../../../org/apache/cassandra/cql3/statements/SelectStatement.html#processResults(java.util.List,%20org.apache.cassandra.cql3.QueryOptions,%20int,%20long)">processResults</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>> rows,
<a href="../../../../../org/apache/cassandra/cql3/QueryOptions.html" title="class in org.apache.cassandra.cql3">QueryOptions</a> options,
int limit,
long now)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with type parameters of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">RangeSliceReply.</span><code><strong><a href="../../../../../org/apache/cassandra/db/RangeSliceReply.html#rows">rows</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> that return <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">Row.RowSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Row.RowSerializer.html#deserialize(java.io.DataInput,%20int)">deserialize</a></strong>(java.io.DataInput in,
int version)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">Row.RowSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Row.RowSerializer.html#deserialize(java.io.DataInput,%20int,%20org.apache.cassandra.db.ColumnSerializer.Flag)">deserialize</a></strong>(java.io.DataInput in,
int version,
<a href="../../../../../org/apache/cassandra/db/ColumnSerializer.Flag.html" title="enum in org.apache.cassandra.db">ColumnSerializer.Flag</a> flag)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">ReadCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ReadCommand.html#getRow(org.apache.cassandra.db.Keyspace)">getRow</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a> keyspace)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">SliceByNamesReadCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SliceByNamesReadCommand.html#getRow(org.apache.cassandra.db.Keyspace)">getRow</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a> keyspace)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">SliceFromReadCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SliceFromReadCommand.html#getRow(org.apache.cassandra.db.Keyspace)">getRow</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a> keyspace)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">Keyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Keyspace.html#getRow(org.apache.cassandra.db.filter.QueryFilter)">getRow</a></strong>(<a href="../../../../../org/apache/cassandra/db/filter/QueryFilter.html" title="class in org.apache.cassandra.db.filter">QueryFilter</a> filter)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#readSchemaRow(java.lang.String)">readSchemaRow</a></strong>(java.lang.String ksName)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#readSchemaRow(java.lang.String,%20java.lang.String,%20java.lang.String)">readSchemaRow</a></strong>(java.lang.String schemaCfName,
java.lang.String ksName,
java.lang.String cfName)</code>
<div class="block">Fetches a subset of schema (table data, columns metadata or triggers) for the keyspace+table pair.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">ReadResponse.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ReadResponse.html#row()">row</a></strong>()</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>abstract java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">AbstractRangeCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/AbstractRangeCommand.html#executeLocally()">executeLocally</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">PagedRangeCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/PagedRangeCommand.html#executeLocally()">executeLocally</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">RangeSliceCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/RangeSliceCommand.html#executeLocally()">executeLocally</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#filter(org.apache.cassandra.db.ColumnFamilyStore.AbstractScanIterator,%20org.apache.cassandra.db.filter.ExtendedFilter)">filter</a></strong>(<a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.AbstractScanIterator.html" title="class in org.apache.cassandra.db">ColumnFamilyStore.AbstractScanIterator</a> rowIterator,
<a href="../../../../../org/apache/cassandra/db/filter/ExtendedFilter.html" title="class in org.apache.cassandra.db.filter">ExtendedFilter</a> filter)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/utils/CloseableIterator.html" title="interface in org.apache.cassandra.utils">CloseableIterator</a><<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">RowIteratorFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/db/RowIteratorFactory.html#getIterator(java.lang.Iterable,%20java.util.Collection,%20org.apache.cassandra.db.DataRange,%20org.apache.cassandra.db.ColumnFamilyStore,%20long)">getIterator</a></strong>(java.lang.Iterable<<a href="../../../../../org/apache/cassandra/db/Memtable.html" title="class in org.apache.cassandra.db">Memtable</a>> memtables,
java.util.Collection<<a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a>> sstables,
<a href="../../../../../org/apache/cassandra/db/DataRange.html" title="class in org.apache.cassandra.db">DataRange</a> range,
<a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html" title="class in org.apache.cassandra.db">ColumnFamilyStore</a> cfs,
long now)</code>
<div class="block">Get a row iterator over the provided memtables and sstables, between the provided keys
and filtered by the queryfilter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#getRangeSlice(org.apache.cassandra.dht.AbstractBounds,%20java.util.List,%20org.apache.cassandra.db.filter.IDiskAtomFilter,%20int)">getRangeSlice</a></strong>(<a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>> range,
java.util.List<<a href="../../../../../org/apache/cassandra/db/IndexExpression.html" title="class in org.apache.cassandra.db">IndexExpression</a>> rowFilter,
<a href="../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.html" title="interface in org.apache.cassandra.db.filter">IDiskAtomFilter</a> columnFilter,
int maxResults)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#getRangeSlice(org.apache.cassandra.dht.AbstractBounds,%20java.util.List,%20org.apache.cassandra.db.filter.IDiskAtomFilter,%20int,%20long)">getRangeSlice</a></strong>(<a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>> range,
java.util.List<<a href="../../../../../org/apache/cassandra/db/IndexExpression.html" title="class in org.apache.cassandra.db">IndexExpression</a>> rowFilter,
<a href="../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.html" title="interface in org.apache.cassandra.db.filter">IDiskAtomFilter</a> columnFilter,
int maxResults,
long now)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#getRangeSlice(org.apache.cassandra.dht.AbstractBounds,%20java.util.List,%20org.apache.cassandra.db.filter.IDiskAtomFilter,%20int,%20long,%20boolean,%20boolean)">getRangeSlice</a></strong>(<a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>> range,
java.util.List<<a href="../../../../../org/apache/cassandra/db/IndexExpression.html" title="class in org.apache.cassandra.db">IndexExpression</a>> rowFilter,
<a href="../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.html" title="interface in org.apache.cassandra.db.filter">IDiskAtomFilter</a> columnFilter,
int maxResults,
long now,
boolean countCQL3Rows,
boolean isPaging)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#getRangeSlice(org.apache.cassandra.db.filter.ExtendedFilter)">getRangeSlice</a></strong>(<a href="../../../../../org/apache/cassandra/db/filter/ExtendedFilter.html" title="class in org.apache.cassandra.db.filter">ExtendedFilter</a> filter)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#search(org.apache.cassandra.dht.AbstractBounds,%20java.util.List,%20org.apache.cassandra.db.filter.IDiskAtomFilter,%20int)">search</a></strong>(<a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>> range,
java.util.List<<a href="../../../../../org/apache/cassandra/db/IndexExpression.html" title="class in org.apache.cassandra.db">IndexExpression</a>> clause,
<a href="../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.html" title="interface in org.apache.cassandra.db.filter">IDiskAtomFilter</a> dataFilter,
int maxResults)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#search(org.apache.cassandra.dht.AbstractBounds,%20java.util.List,%20org.apache.cassandra.db.filter.IDiskAtomFilter,%20int,%20long)">search</a></strong>(<a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>> range,
java.util.List<<a href="../../../../../org/apache/cassandra/db/IndexExpression.html" title="class in org.apache.cassandra.db">IndexExpression</a>> clause,
<a href="../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.html" title="interface in org.apache.cassandra.db.filter">IDiskAtomFilter</a> dataFilter,
int maxResults,
long now)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#search(org.apache.cassandra.db.filter.ExtendedFilter)">search</a></strong>(<a href="../../../../../org/apache/cassandra/db/filter/ExtendedFilter.html" title="class in org.apache.cassandra.db.filter">ExtendedFilter</a> filter)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#serializedSchema()">serializedSchema</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#serializedSchema(java.lang.String)">serializedSchema</a></strong>(java.lang.String schemaCfName)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with parameters of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/db/ReadResponse.html" title="class in org.apache.cassandra.db">ReadResponse</a></code></td>
<td class="colLast"><span class="strong">ReadVerbHandler.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ReadVerbHandler.html#getResponse(org.apache.cassandra.db.ReadCommand,%20org.apache.cassandra.db.Row)">getResponse</a></strong>(<a href="../../../../../org/apache/cassandra/db/ReadCommand.html" title="class in org.apache.cassandra.db">ReadCommand</a> command,
<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/ReadCommand.html" title="class in org.apache.cassandra.db">ReadCommand</a></code></td>
<td class="colLast"><span class="strong">ReadCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ReadCommand.html#maybeGenerateRetryCommand(org.apache.cassandra.service.RowDataResolver,%20org.apache.cassandra.db.Row)">maybeGenerateRetryCommand</a></strong>(<a href="../../../../../org/apache/cassandra/service/RowDataResolver.html" title="class in org.apache.cassandra.service">RowDataResolver</a> resolver,
<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/ReadCommand.html" title="class in org.apache.cassandra.db">ReadCommand</a></code></td>
<td class="colLast"><span class="strong">SliceFromReadCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SliceFromReadCommand.html#maybeGenerateRetryCommand(org.apache.cassandra.service.RowDataResolver,%20org.apache.cassandra.db.Row)">maybeGenerateRetryCommand</a></strong>(<a href="../../../../../org/apache/cassandra/service/RowDataResolver.html" title="class in org.apache.cassandra.service">RowDataResolver</a> resolver,
<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ReadCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ReadCommand.html#maybeTrim(org.apache.cassandra.db.Row)">maybeTrim</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">SliceFromReadCommand.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SliceFromReadCommand.html#maybeTrim(org.apache.cassandra.db.Row)">maybeTrim</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Row.RowSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Row.RowSerializer.html#serialize(org.apache.cassandra.db.Row,%20org.apache.cassandra.io.util.DataOutputPlus,%20int)">serialize</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row,
<a href="../../../../../org/apache/cassandra/io/util/DataOutputPlus.html" title="interface in org.apache.cassandra.io.util">DataOutputPlus</a> out,
int version)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><span class="strong">Row.RowSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Row.RowSerializer.html#serializedSize(org.apache.cassandra.db.Row,%20int)">serializedSize</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row,
int version)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with parameters of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/Mutation.html#Mutation(java.lang.String,%20org.apache.cassandra.db.Row)">Mutation</a></strong>(java.lang.String keyspaceName,
<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/ReadResponse.html#ReadResponse(org.apache.cassandra.db.Row)">ReadResponse</a></strong>(<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> row)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with type arguments of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/RangeSliceReply.html#RangeSliceReply(java.util.List)">RangeSliceReply</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>> rows)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db.index">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> in <a href="../../../../../org/apache/cassandra/db/index/package-summary.html">org.apache.cassandra.db.index</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/index/package-summary.html">org.apache.cassandra.db.index</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">SecondaryIndexManager.</span><code><strong><a href="../../../../../org/apache/cassandra/db/index/SecondaryIndexManager.html#search(org.apache.cassandra.db.filter.ExtendedFilter)">search</a></strong>(<a href="../../../../../org/apache/cassandra/db/filter/ExtendedFilter.html" title="class in org.apache.cassandra.db.filter">ExtendedFilter</a> filter)</code>
<div class="block">Performs a search across a number of column indexes</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">SecondaryIndexSearcher.</span><code><strong><a href="../../../../../org/apache/cassandra/db/index/SecondaryIndexSearcher.html#search(org.apache.cassandra.db.filter.ExtendedFilter)">search</a></strong>(<a href="../../../../../org/apache/cassandra/db/filter/ExtendedFilter.html" title="class in org.apache.cassandra.db.filter">ExtendedFilter</a> filter)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db.index.composites">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> in <a href="../../../../../org/apache/cassandra/db/index/composites/package-summary.html">org.apache.cassandra.db.index.composites</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/index/composites/package-summary.html">org.apache.cassandra.db.index.composites</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">CompositesSearcher.</span><code><strong><a href="../../../../../org/apache/cassandra/db/index/composites/CompositesSearcher.html#search(org.apache.cassandra.db.filter.ExtendedFilter)">search</a></strong>(<a href="../../../../../org/apache/cassandra/db/filter/ExtendedFilter.html" title="class in org.apache.cassandra.db.filter">ExtendedFilter</a> filter)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db.index.keys">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> in <a href="../../../../../org/apache/cassandra/db/index/keys/package-summary.html">org.apache.cassandra.db.index.keys</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/index/keys/package-summary.html">org.apache.cassandra.db.index.keys</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">KeysSearcher.</span><code><strong><a href="../../../../../org/apache/cassandra/db/index/keys/KeysSearcher.html#search(org.apache.cassandra.db.filter.ExtendedFilter)">search</a></strong>(<a href="../../../../../org/apache/cassandra/db/filter/ExtendedFilter.html" title="class in org.apache.cassandra.db.filter">ExtendedFilter</a> filter)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.service">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a> in <a href="../../../../../org/apache/cassandra/service/package-summary.html">org.apache.cassandra.service</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/service/package-summary.html">org.apache.cassandra.service</a> with type parameters of type <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/cassandra/service/ReadCallback.html" title="class in org.apache.cassandra.service">ReadCallback</a><<a href="../../../../../org/apache/cassandra/db/ReadResponse.html" title="class in org.apache.cassandra.db">ReadResponse</a>,<a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>></code></td>
<td class="colLast"><span class="strong">AbstractReadExecutor.</span><code><strong><a href="../../../../../org/apache/cassandra/service/AbstractReadExecutor.html#handler">handler</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/service/package-summary.html">org.apache.cassandra.service</a> that return <a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">AbstractReadExecutor.</span><code><strong><a href="../../../../../org/apache/cassandra/service/AbstractReadExecutor.html#get()">get</a></strong>()</code>
<div class="block">wait for an answer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a></code></td>
<td class="colLast"><span class="strong">RowDataResolver.</span><code><strong