cassandra-server
Version:
A thin Javascript wrapper around Apache Cassandra to provide out of the box server support
509 lines (508 loc) • 36.6 kB
HTML
<!-- 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 Interface org.apache.cassandra.db.OnDiskAtom (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 Interface org.apache.cassandra.db.OnDiskAtom (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/OnDiskAtom.html" title="interface 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/OnDiskAtom.html" target="_top">Frames</a></li>
<li><a href="OnDiskAtom.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 Interface org.apache.cassandra.db.OnDiskAtom" class="title">Uses of Interface<br>org.apache.cassandra.db.OnDiskAtom</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/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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.db">org.apache.cassandra.db</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.db.columniterator">org.apache.cassandra.db.columniterator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.db.composites">org.apache.cassandra.db.composites</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.db.filter">org.apache.cassandra.db.filter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.io.sstable">org.apache.cassandra.io.sstable</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/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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> that return types with arguments of type <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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.Iterator<<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>></code></td>
<td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../org/apache/cassandra/config/CFMetaData.html#getOnDiskIterator(java.io.DataInput,%20org.apache.cassandra.db.ColumnSerializer.Flag,%20int,%20org.apache.cassandra.io.sstable.Descriptor.Version)">getOnDiskIterator</a></strong>(java.io.DataInput in,
<a href="../../../../../org/apache/cassandra/db/ColumnSerializer.Flag.html" title="enum in org.apache.cassandra.db">ColumnSerializer.Flag</a> flag,
int expireBefore,
<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.Version.html" title="class in org.apache.cassandra.io.sstable">Descriptor.Version</a> version)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Iterator<<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>></code></td>
<td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../org/apache/cassandra/config/CFMetaData.html#getOnDiskIterator(java.io.DataInput,%20org.apache.cassandra.io.sstable.Descriptor.Version)">getOnDiskIterator</a></strong>(java.io.DataInput in,
<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.Version.html" title="class in org.apache.cassandra.io.sstable">Descriptor.Version</a> version)</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/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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 subinterfaces, and an explanation">
<caption><span>Subinterfaces of <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/Cell.html" title="interface in org.apache.cassandra.db">Cell</a></strong></code>
<div class="block">Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/CounterCell.html" title="interface in org.apache.cassandra.db">CounterCell</a></strong></code>
<div class="block">A column that represents a partitioned counter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/CounterUpdateCell.html" title="interface in org.apache.cassandra.db">CounterUpdateCell</a></strong></code>
<div class="block">A counter update while it hasn't been applied yet by the leader replica.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/DeletedCell.html" title="interface in org.apache.cassandra.db">DeletedCell</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/ExpiringCell.html" title="interface in org.apache.cassandra.db">ExpiringCell</a></strong></code>
<div class="block">Alternative to Cell that have an expiring time.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> that implement <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/AbstractCell.html" title="class in org.apache.cassandra.db">AbstractCell</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/AbstractNativeCell.html" title="class in org.apache.cassandra.db">AbstractNativeCell</a></strong></code>
<div class="block">Packs a CellName AND a Cell into one off-heap representation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/BufferCell.html" title="class in org.apache.cassandra.db">BufferCell</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/BufferCounterCell.html" title="class in org.apache.cassandra.db">BufferCounterCell</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/BufferCounterUpdateCell.html" title="class in org.apache.cassandra.db">BufferCounterUpdateCell</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/BufferDeletedCell.html" title="class in org.apache.cassandra.db">BufferDeletedCell</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/BufferExpiringCell.html" title="class in org.apache.cassandra.db">BufferExpiringCell</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/NativeCell.html" title="class in org.apache.cassandra.db">NativeCell</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/NativeCounterCell.html" title="class in org.apache.cassandra.db">NativeCounterCell</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/NativeDeletedCell.html" title="class in org.apache.cassandra.db">NativeDeletedCell</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/NativeExpiringCell.html" title="class in org.apache.cassandra.db">NativeExpiringCell</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/RangeTombstone.html" title="class in org.apache.cassandra.db">RangeTombstone</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/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a></code></td>
<td class="colLast"><span class="strong">OnDiskAtom.Serializer.</span><code><strong><a href="../../../../../org/apache/cassandra/db/OnDiskAtom.Serializer.html#deserializeFromSSTable(java.io.DataInput,%20org.apache.cassandra.db.ColumnSerializer.Flag,%20int,%20org.apache.cassandra.io.sstable.Descriptor.Version)">deserializeFromSSTable</a></strong>(java.io.DataInput in,
<a href="../../../../../org/apache/cassandra/db/ColumnSerializer.Flag.html" title="enum in org.apache.cassandra.db">ColumnSerializer.Flag</a> flag,
int expireBefore,
<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.Version.html" title="class in org.apache.cassandra.io.sstable">Descriptor.Version</a> version)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a></code></td>
<td class="colLast"><span class="strong">OnDiskAtom.Serializer.</span><code><strong><a href="../../../../../org/apache/cassandra/db/OnDiskAtom.Serializer.html#deserializeFromSSTable(java.io.DataInput,%20org.apache.cassandra.io.sstable.Descriptor.Version)">deserializeFromSSTable</a></strong>(java.io.DataInput in,
<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.Version.html" title="class in org.apache.cassandra.io.sstable">Descriptor.Version</a> version)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a></code></td>
<td class="colLast"><span class="strong">AtomDeserializer.</span><code><strong><a href="../../../../../org/apache/cassandra/db/AtomDeserializer.html#readNext()">readNext</a></strong>()</code>
<div class="block">Returns the next atom.</div>
</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/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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.Iterator<<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>></code></td>
<td class="colLast"><span class="strong">AbstractCell.</span><code><strong><a href="../../../../../org/apache/cassandra/db/AbstractCell.html#onDiskIterator(java.io.DataInput,%20org.apache.cassandra.db.ColumnSerializer.Flag,%20int,%20org.apache.cassandra.io.sstable.Descriptor.Version,%20org.apache.cassandra.db.composites.CellNameType)">onDiskIterator</a></strong>(java.io.DataInput in,
<a href="../../../../../org/apache/cassandra/db/ColumnSerializer.Flag.html" title="enum in org.apache.cassandra.db">ColumnSerializer.Flag</a> flag,
int expireBefore,
<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.Version.html" title="class in org.apache.cassandra.io.sstable">Descriptor.Version</a> version,
<a href="../../../../../org/apache/cassandra/db/composites/CellNameType.html" title="interface in org.apache.cassandra.db.composites">CellNameType</a> type)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Iterator<<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>></code></td>
<td class="colLast"><span class="strong">SuperColumns.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SuperColumns.html#onDiskIterator(java.io.DataInput,%20int,%20org.apache.cassandra.db.ColumnSerializer.Flag,%20int,%20org.apache.cassandra.db.composites.CellNameType)">onDiskIterator</a></strong>(java.io.DataInput in,
int superColumnCount,
<a href="../../../../../org/apache/cassandra/db/ColumnSerializer.Flag.html" title="enum in org.apache.cassandra.db">ColumnSerializer.Flag</a> flag,
int expireBefore,
<a href="../../../../../org/apache/cassandra/db/composites/CellNameType.html" title="interface in org.apache.cassandra.db.composites">CellNameType</a> type)</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/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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>void</code></td>
<td class="colLast"><span class="strong">ColumnIndex.Builder.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnIndex.Builder.html#add(org.apache.cassandra.db.OnDiskAtom)">add</a></strong>(<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> column)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ColumnFamily.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamily.html#addAtom(org.apache.cassandra.db.OnDiskAtom)">addAtom</a></strong>(<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> atom)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">DeletionTime.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DeletionTime.html#isDeleted(org.apache.cassandra.db.OnDiskAtom)">isDeleted</a></strong>(<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> atom)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><span class="strong">OnDiskAtom.Serializer.</span><code><strong><a href="../../../../../org/apache/cassandra/db/OnDiskAtom.Serializer.html#serializedSizeForSSTable(org.apache.cassandra.db.OnDiskAtom)">serializedSizeForSSTable</a></strong>(<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> atom)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">OnDiskAtom.Serializer.</span><code><strong><a href="../../../../../org/apache/cassandra/db/OnDiskAtom.Serializer.html#serializeForSSTable(org.apache.cassandra.db.OnDiskAtom,%20org.apache.cassandra.io.util.DataOutputPlus)">serializeForSSTable</a></strong>(<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> atom,
<a href="../../../../../org/apache/cassandra/io/util/DataOutputPlus.html" title="interface in org.apache.cassandra.io.util">DataOutputPlus</a> out)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">RangeTombstone.Tracker.</span><code><strong><a href="../../../../../org/apache/cassandra/db/RangeTombstone.Tracker.html#update(org.apache.cassandra.db.OnDiskAtom,%20boolean)">update</a></strong>(<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> atom,
boolean isExpired)</code>
<div class="block">Update this tracker given an <code>atom</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><span class="strong">RangeTombstone.Tracker.</span><code><strong><a href="../../../../../org/apache/cassandra/db/RangeTombstone.Tracker.html#writeOpenedMarker(org.apache.cassandra.db.OnDiskAtom,%20org.apache.cassandra.io.util.DataOutputPlus,%20org.apache.cassandra.db.OnDiskAtom.Serializer)">writeOpenedMarker</a></strong>(<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> firstColumn,
<a href="../../../../../org/apache/cassandra/io/util/DataOutputPlus.html" title="interface in org.apache.cassandra.io.util">DataOutputPlus</a> out,
<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.Serializer.html" title="class in org.apache.cassandra.db">OnDiskAtom.Serializer</a> atomSerializer)</code>
<div class="block">Compute RangeTombstone that are needed at the beginning of an index
block starting with <code>firstColumn</code>.</div>
</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/db/package-summary.html">org.apache.cassandra.db</a> with type arguments of type <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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/ColumnIndex.html" title="class in org.apache.cassandra.db">ColumnIndex</a></code></td>
<td class="colLast"><span class="strong">ColumnIndex.Builder.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnIndex.Builder.html#buildForCompaction(java.util.Iterator)">buildForCompaction</a></strong>(java.util.Iterator<<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>> columns)</code>
<div class="block">The important distinction wrt build() is that we may be building for a row that ends up
being compacted away entirely, i.e., the input consists only of expired tombstones (or
columns shadowed by expired tombstone).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db.columniterator">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> in <a href="../../../../../org/apache/cassandra/db/columniterator/package-summary.html">org.apache.cassandra.db.columniterator</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/columniterator/package-summary.html">org.apache.cassandra.db.columniterator</a> that return <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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>protected <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a></code></td>
<td class="colLast"><span class="strong">LazyColumnIterator.</span><code><strong><a href="../../../../../org/apache/cassandra/db/columniterator/LazyColumnIterator.html#computeNext()">computeNext</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a></code></td>
<td class="colLast"><span class="strong">SSTableNamesIterator.</span><code><strong><a href="../../../../../org/apache/cassandra/db/columniterator/SSTableNamesIterator.html#computeNext()">computeNext</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a></code></td>
<td class="colLast"><span class="strong">SSTableSliceIterator.</span><code><strong><a href="../../../../../org/apache/cassandra/db/columniterator/SSTableSliceIterator.html#next()">next</a></strong>()</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db.composites">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> in <a href="../../../../../org/apache/cassandra/db/composites/package-summary.html">org.apache.cassandra.db.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/composites/package-summary.html">org.apache.cassandra.db.composites</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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.Comparator<<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>></code></td>
<td class="colLast"><span class="strong">AbstractCellNameType.</span><code><strong><a href="../../../../../org/apache/cassandra/db/composites/AbstractCellNameType.html#onDiskAtomComparator()">onDiskAtomComparator</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Comparator<<a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>></code></td>
<td class="colLast"><span class="strong">CellNameType.</span><code><strong><a href="../../../../../org/apache/cassandra/db/composites/CellNameType.html#onDiskAtomComparator()">onDiskAtomComparator</a></strong>()</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db.filter">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> in <a href="../../../../../org/apache/cassandra/db/filter/package-summary.html">org.apache.cassandra.db.filter</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/db/filter/package-summary.html">org.apache.cassandra.db.filter</a> with type arguments of type <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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>void</code></td>
<td class="colLast"><span class="strong">QueryFilter.</span><code><strong><a href="../../../../../org/apache/cassandra/db/filter/QueryFilter.html#collateOnDiskAtom(org.apache.cassandra.db.ColumnFamily,%20java.util.Iterator,%20int)">collateOnDiskAtom</a></strong>(<a href="../../../../../org/apache/cassandra/db/ColumnFamily.html" title="class in org.apache.cassandra.db">ColumnFamily</a> returnCF,
java.util.Iterator<? extends <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>> toCollate,
int gcBefore)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">QueryFilter.</span><code><strong><a href="../../../../../org/apache/cassandra/db/filter/QueryFilter.html#collateOnDiskAtom(org.apache.cassandra.db.ColumnFamily,%20java.util.List,%20org.apache.cassandra.db.filter.IDiskAtomFilter,%20int,%20long)">collateOnDiskAtom</a></strong>(<a href="../../../../../org/apache/cassandra/db/ColumnFamily.html" title="class in org.apache.cassandra.db">ColumnFamily</a> returnCF,
java.util.List<? extends java.util.Iterator<? extends <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>>> toCollate,
<a href="../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.html" title="interface in org.apache.cassandra.db.filter">IDiskAtomFilter</a> filter,
int gcBefore,
long timestamp)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">QueryFilter.</span><code><strong><a href="../../../../../org/apache/cassandra/db/filter/QueryFilter.html#collateOnDiskAtom(org.apache.cassandra.db.ColumnFamily,%20java.util.List,%20int)">collateOnDiskAtom</a></strong>(<a href="../../../../../org/apache/cassandra/db/ColumnFamily.html" title="class in org.apache.cassandra.db">ColumnFamily</a> returnCF,
java.util.List<? extends java.util.Iterator<? extends <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>>> toCollate,
int gcBefore)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Iterator<<a href="../../../../../org/apache/cassandra/db/Cell.html" title="interface in org.apache.cassandra.db">Cell</a>></code></td>
<td class="colLast"><span class="strong">QueryFilter.</span><code><strong><a href="../../../../../org/apache/cassandra/db/filter/QueryFilter.html#gatherTombstones(org.apache.cassandra.db.ColumnFamily,%20java.util.Iterator)">gatherTombstones</a></strong>(<a href="../../../../../org/apache/cassandra/db/ColumnFamily.html" title="class in org.apache.cassandra.db">ColumnFamily</a> returnCF,
java.util.Iterator<? extends <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a>> iter)</code>
<div class="block">Given an iterator of on disk atom, returns an iterator that filters the tombstone range
markers adding them to <code>returnCF</code> and returns the normal column.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.io.sstable">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a> in <a href="../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</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/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> that return <a href="../../../../../org/apache/cassandra/db/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</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/OnDiskAtom.html" title="interface in org.apache.cassandra.db">OnDiskAtom</a></code></td>
<td class="colLast"><span class="strong">SSTableIdentityIterator.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableIdentityIterator.html#next()">next</a></strong>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_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/OnDiskAtom.html" title="interface 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/OnDiskAtom.html" target="_top">Frames</a></li>
<li><a href="OnDiskAtom.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 The Apache Software Foundation</small></p>
</body>
</html>