UNPKG

cassandra-server

Version:

A thin Javascript wrapper around Apache Cassandra to provide out of the box server support

561 lines 58.4 kB
<!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 Interface org.apache.cassandra.dht.IPartitioner (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.dht.IPartitioner (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/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">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/dht/class-use/IPartitioner.html" target="_top">Frames</a></li> <li><a href="IPartitioner.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.dht.IPartitioner" class="title">Uses of Interface<br>org.apache.cassandra.dht.IPartitioner</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/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.db">org.apache.cassandra.db</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.db.marshal">org.apache.cassandra.db.marshal</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.dht">org.apache.cassandra.dht</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.gms">org.apache.cassandra.gms</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.hadoop">org.apache.cassandra.hadoop</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.io.sstable">org.apache.cassandra.io.sstable</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.service">org.apache.cassandra.service</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.utils">org.apache.cassandra.utils</a></td> <td class="colLast">&nbsp;</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/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</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 <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">DatabaseDescriptor.</span><code><strong><a href="../../../../../org/apache/cassandra/config/DatabaseDescriptor.html#getPartitioner()">getPartitioner</a></strong>()</code>&nbsp;</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/config/package-summary.html">org.apache.cassandra.config</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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 void</code></td> <td class="colLast"><span class="strong">DatabaseDescriptor.</span><code><strong><a href="../../../../../org/apache/cassandra/config/DatabaseDescriptor.html#setPartitioner(org.apache.cassandra.dht.IPartitioner)">setPartitioner</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&lt;?&gt;&nbsp;newPartitioner)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</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> declared as <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></code></td> <td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#partitioner">partitioner</a></strong></code>&nbsp;</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/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/DataRange.html" title="class in org.apache.cassandra.db">DataRange</a></code></td> <td class="colLast"><span class="strong">DataRange.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DataRange.html#allData(org.apache.cassandra.dht.IPartitioner)">allData</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><span class="strong">DecoratedKey.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DecoratedKey.html#compareTo(org.apache.cassandra.dht.IPartitioner,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.RowPosition)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.nio.ByteBuffer&nbsp;key, <a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>&nbsp;position)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html" title="class in org.apache.cassandra.db">ColumnFamilyStore</a></code></td> <td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#createColumnFamilyStore(org.apache.cassandra.db.Keyspace,%20java.lang.String,%20org.apache.cassandra.dht.IPartitioner,%20org.apache.cassandra.config.CFMetaData)">createColumnFamilyStore</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a></code></td> <td class="colLast"><span class="strong">RowPosition.ForKey.</span><code><strong><a href="../../../../../org/apache/cassandra/db/RowPosition.ForKey.html#get(java.nio.ByteBuffer,%20org.apache.cassandra.dht.IPartitioner)">get</a></strong>(java.nio.ByteBuffer&nbsp;key, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;p)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">DecoratedKey.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DecoratedKey.html#isMinimum(org.apache.cassandra.dht.IPartitioner)">isMinimum</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db.marshal"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> in <a href="../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a></h3> <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/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/marshal/LocalByPartionerType.html#LocalByPartionerType(org.apache.cassandra.dht.IPartitioner)">LocalByPartionerType</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&lt;<a href="../../../../../org/apache/cassandra/db/marshal/LocalByPartionerType.html" title="type parameter in LocalByPartionerType">T</a>&gt;&nbsp;partitioner)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.dht"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> that implement <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html" title="class in org.apache.cassandra.dht">AbstractByteOrderedPartitioner</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractPartitioner.html" title="class in org.apache.cassandra.dht">AbstractPartitioner</a>&lt;T extends <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/ByteOrderedPartitioner.html" title="class in org.apache.cassandra.dht">ByteOrderedPartitioner</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html" title="class in org.apache.cassandra.dht">LocalPartitioner</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html" title="class in org.apache.cassandra.dht">Murmur3Partitioner</a></strong></code> <div class="block">This class generates a BigIntegerToken using a Murmur3 hash.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html" title="class in org.apache.cassandra.dht">OrderPreservingPartitioner</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html" title="class in org.apache.cassandra.dht">RandomPartitioner</a></strong></code> <div class="block">This class generates a BigIntegerToken using MD5 hash.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> declared as <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></code></td> <td class="colLast"><span class="strong">AbstractBounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html#partitioner">partitioner</a></strong></code>&nbsp;</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/dht/package-summary.html">org.apache.cassandra.dht</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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>boolean</code></td> <td class="colLast"><span class="strong">RingPosition.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RingPosition.html#isMinimum(org.apache.cassandra.dht.IPartitioner)">isMinimum</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">Token.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.html#isMinimum(org.apache.cassandra.dht.IPartitioner)">isMinimum</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">Token.KeyBound.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.KeyBound.html#isMinimum(org.apache.cassandra.dht.IPartitioner)">isMinimum</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Bounds.html" title="class in org.apache.cassandra.dht">Bounds</a>&lt;<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>&gt;</code></td> <td class="colLast"><span class="strong">Bounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Bounds.html#makeRowBounds(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowBounds</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code> <div class="block">Compute a bounds of keys corresponding to a given bounds of token.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>&gt;</code></td> <td class="colLast"><span class="strong">Range.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Range.html#makeRowRange(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowRange</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&nbsp;right, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code> <div class="block">Compute a range of keys corresponding to a given range of token.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.KeyBound.html" title="class in org.apache.cassandra.dht">Token.KeyBound</a></code></td> <td class="colLast"><span class="strong">Token.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.html#maxKeyBound(org.apache.cassandra.dht.IPartitioner)">maxKeyBound</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.KeyBound.html" title="class in org.apache.cassandra.dht">Token.KeyBound</a></code></td> <td class="colLast"><span class="strong">Token.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.html#minKeyBound(org.apache.cassandra.dht.IPartitioner)">minKeyBound</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</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/dht/package-summary.html">org.apache.cassandra.dht</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/dht/AbstractBounds.html#AbstractBounds(T,%20T,%20org.apache.cassandra.dht.IPartitioner)">AbstractBounds</a></strong>(<a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;right, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/Bounds.html#Bounds(T,%20T,%20org.apache.cassandra.dht.IPartitioner)">Bounds</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Bounds.html" title="type parameter in Bounds">T</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Bounds.html" title="type parameter in Bounds">T</a>&nbsp;right, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/Range.html#Range(T,%20T,%20org.apache.cassandra.dht.IPartitioner)">Range</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="type parameter in Range">T</a>&nbsp;left, <a href="../../../../../org/apache/cassandra/dht/Range.html" title="type parameter in Range">T</a>&nbsp;right, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.gms"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> in <a href="../../../../../org/apache/cassandra/gms/package-summary.html">org.apache.cassandra.gms</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/gms/package-summary.html">org.apache.cassandra.gms</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><span class="strong">TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/TokenSerializer.html#deserialize(org.apache.cassandra.dht.IPartitioner,%20java.io.DataInput)">deserialize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.io.DataInput&nbsp;in)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><span class="strong">TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/TokenSerializer.html#serialize(org.apache.cassandra.dht.IPartitioner,%20java.util.Collection,%20java.io.DataOutput)">serialize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;tokens, java.io.DataOutput&nbsp;out)</code>&nbsp;</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/gms/package-summary.html">org.apache.cassandra.gms</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/gms/VersionedValue.VersionedValueFactory.html#VersionedValue.VersionedValueFactory(org.apache.cassandra.dht.IPartitioner)">VersionedValue.VersionedValueFactory</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.hadoop"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> in <a href="../../../../../org/apache/cassandra/hadoop/package-summary.html">org.apache.cassandra.hadoop</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/hadoop/package-summary.html">org.apache.cassandra.hadoop</a> that return <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></code></td> <td class="colLast"><span class="strong">ConfigHelper.</span><code><strong><a href="../../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getInputPartitioner(org.apache.hadoop.conf.Configuration)">getInputPartitioner</a></strong>(org.apache.hadoop.conf.Configuration&nbsp;conf)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></code></td> <td class="colLast"><span class="strong">ConfigHelper.</span><code><strong><a href="../../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getOutputPartitioner(org.apache.hadoop.conf.Configuration)">getOutputPartitioner</a></strong>(org.apache.hadoop.conf.Configuration&nbsp;conf)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.io.sstable"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</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 fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> declared as <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></code></td> <td class="colLast"><span class="strong">SSTable.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTable.html#partitioner">partitioner</a></strong></code>&nbsp;</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/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> that return <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></code></td> <td class="colLast"><span class="strong">SSTableLoader.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableLoader.Client.html#getPartitioner()">getPartitioner</a></strong>()</code>&nbsp;</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/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/io/sstable/IndexSummary.html" title="class in org.apache.cassandra.io.sstable">IndexSummary</a></code></td> <td class="colLast"><span class="strong">IndexSummaryBuilder.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/IndexSummaryBuilder.html#build(org.apache.cassandra.dht.IPartitioner)">build</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/io/sstable/IndexSummary.html" title="class in org.apache.cassandra.io.sstable">IndexSummary</a></code></td> <td class="colLast"><span class="strong">IndexSummaryBuilder.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/IndexSummaryBuilder.html#build(org.apache.cassandra.dht.IPartitioner,%20org.apache.cassandra.db.DecoratedKey)">build</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, <a href="../../../../../org/apache/cassandra/db/DecoratedKey.html" title="class in org.apache.cassandra.db">DecoratedKey</a>&nbsp;exclusiveUpperBound)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/io/sstable/IndexSummary.html" title="class in org.apache.cassandra.io.sstable">IndexSummary</a></code></td> <td class="colLast"><span class="strong">IndexSummary.IndexSummarySerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/IndexSummary.IndexSummarySerializer.html#deserialize(java.io.DataInputStream,%20org.apache.cassandra.dht.IPartitioner,%20boolean,%20int,%20int)">deserialize</a></strong>(java.io.DataInputStream&nbsp;in, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, boolean&nbsp;haveSamplingLevel, int&nbsp;expectedMinIndexInterval, int&nbsp;maxIndexInterval)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/io/sstable/IndexSummary.html" title="class in org.apache.cassandra.io.sstable">IndexSummary</a></code></td> <td class="colLast"><span class="strong">IndexSummaryBuilder.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/IndexSummaryBuilder.html#downsample(org.apache.cassandra.io.sstable.IndexSummary,%20int,%20int,%20org.apache.cassandra.dht.IPartitioner)">downsample</a></strong>(<a href="../../../../../org/apache/cassandra/io/sstable/IndexSummary.html" title="class in org.apache.cassandra.io.sstable">IndexSummary</a>&nbsp;existing, int&nbsp;newSamplingLevel, int&nbsp;minIndexInterval, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code> <div class="block">Downsamples an existing index summary to a new sampling level.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a></code></td> <td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#open(org.apache.cassandra.io.sstable.Descriptor,%20java.util.Set,%20org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.dht.IPartitioner)">open</a></strong>(<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.html" title="class in org.apache.cassandra.io.sstable">Descriptor</a>&nbsp;descriptor, java.util.Set&lt;<a href="../../../../../org/apache/cassandra/io/sstable/Component.html" title="class in org.apache.cassandra.io.sstable">Component</a>&gt;&nbsp;components, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.Collection&lt;<a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a>&gt;</code></td> <td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#openAll(java.util.Set,%20org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.dht.IPartitioner)">openAll</a></strong>(java.util.Set&lt;java.util.Map.Entry&lt;<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.html" title="class in org.apache.cassandra.io.sstable">Descriptor</a>,java.util.Set&lt;<a href="../../../../../org/apache/cassandra/io/sstable/Component.html" title="class in org.apache.cassandra.io.sstable">Component</a>&gt;&gt;&gt;&nbsp;entries, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a></code></td> <td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#openForBatch(org.apache.cassandra.io.sstable.Descriptor,%20java.util.Set,%20org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.dht.IPartitioner)">openForBatch</a></strong>(<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.html" title="class in org.apache.cassandra.io.sstable">Descriptor</a>&nbsp;descriptor, java.util.Set&lt;<a href="../../../../../org/apache/cassandra/io/sstable/Component.html" title="class in org.apache.cassandra.io.sstable">Component</a>&gt;&nbsp;components, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code> <div class="block">Open SSTable reader to be used in batch mode(such as sstableloader).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">SSTableLoader.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableLoader.Client.html#setPartitioner(org.apache.cassandra.dht.IPartitioner)">setPartitioner</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/io/sstable/CQLSSTableWriter.Builder.html" title="class in org.apache.cassandra.io.sstable">CQLSSTableWriter.Builder</a></code></td> <td class="colLast"><span class="strong">CQLSSTableWriter.Builder.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/CQLSSTableWriter.Builder.html#withPartitioner(org.apache.cassandra.dht.IPartitioner)">withPartitioner</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code> <div class="block">The partitioner to use.</div> </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/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></span><span class="tabEnd">&nbsp;</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/io/sstable/AbstractSSTableSimpleWriter.html#AbstractSSTableSimpleWriter(java.io.File,%20org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.dht.IPartitioner)">AbstractSSTableSimpleWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/IndexSummary.html#IndexSummary(org.apache.cassandra.dht.IPartitioner,%20org.apache.cassandra.cache.RefCountedMemory,%20int,%20int,%20int,%20int)">IndexSummary</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, <a href="../../../../../org/apache/cassandra/cache/RefCountedMemory.html" title="class in org.apache.cassandra.cache">RefCountedMemory</a>&nbsp;memory, int&nbsp;summarySize, int&nbsp;sizeAtFullSampling, int&nbsp;minIndexInterval, int&nbsp;samplingLevel)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTable.html#SSTable(org.apache.cassandra.io.sstable.Descriptor,%20org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.dht.IPartitioner)">SSTable</a></strong>(<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.html" title="class in org.apache.cassandra.io.sstable">Descriptor</a>&nbsp;descriptor, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTable.html#SSTable(org.apache.cassandra.io.sstable.Descriptor,%20java.util.Set,%20org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.dht.IPartitioner)">SSTable</a></strong>(<a href="../../../../../org/apache/cassandra/io/sstable/Descriptor.html" title="class in org.apache.cassandra.io.sstable">Descriptor</a>&nbsp;descriptor, java.util.Set&lt;<a href="../../../../../org/apache/cassandra/io/sstable/Component.html" title="class in org.apache.cassandra.io.sstable">Component</a>&gt;&nbsp;components, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.html#SSTableSimpleUnsortedWriter(java.io.File,%20org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.dht.IPartitioner,%20long)">SSTableSimpleUnsortedWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, long&nbsp;bufferSizeInMB)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.html#SSTableSimpleUnsortedWriter(java.io.File,%20org.apache.cassandra.dht.IPartitioner,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType,%20int)">SSTableSimpleUnsortedWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, <a href="../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subComparator, int&nbsp;bufferSizeInMB)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.html#SSTableSimpleUnsortedWriter(java.io.File,%20org.apache.cassandra.dht.IPartitioner,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType,%20int,%20org.apache.cassandra.io.compress.CompressionParameters)">SSTableSimpleUnsortedWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, <a href="../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subComparator, int&nbsp;bufferSizeInMB, <a href="../../../../../org/apache/cassandra/io/compress/CompressionParameters.html" title="class in org.apache.cassandra.io.compress">CompressionParameters</a>&nbsp;compressParameters)</code> <div class="block">Create a new buffering writer.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableSimpleWriter.html#SSTableSimpleWriter(java.io.File,%20org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.dht.IPartitioner)">SSTableSimpleWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, <a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title