UNPKG

cassandra-server

Version:

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

440 lines (439 loc) 33.9 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 Class org.apache.cassandra.db.Keyspace (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.Keyspace (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/Keyspace.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/Keyspace.html" target="_top">Frames</a></li> <li><a href="Keyspace.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.Keyspace" class="title">Uses of Class<br>org.apache.cassandra.db.Keyspace</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/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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.metrics">org.apache.cassandra.metrics</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> </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/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a></code></td> <td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../../org/apache/cassandra/config/Schema.html#getKeyspaceInstance(java.lang.String)">getKeyspaceInstance</a></strong>(java.lang.String&nbsp;keyspaceName)</code> <div class="block">Get keyspace instance by name</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a></code></td> <td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../../org/apache/cassandra/config/Schema.html#removeKeyspaceInstance(java.lang.String)">removeKeyspaceInstance</a></strong>(java.lang.String&nbsp;keyspaceName)</code> <div class="block">Remove keyspace from schema</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/config/package-summary.html">org.apache.cassandra.config</a> with parameters of type <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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>void</code></td> <td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../../org/apache/cassandra/config/Schema.html#storeKeyspaceInstance(org.apache.cassandra.db.Keyspace)">storeKeyspaceInstance</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace)</code> <div class="block">Store given Keyspace instance to the schema</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a></code></td> <td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#keyspace">keyspace</a></strong></code>&nbsp;</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/db/package-summary.html">org.apache.cassandra.db</a> with type parameters of type <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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>static com.google.common.base.Function&lt;java.lang.String,<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&gt;</code></td> <td class="colLast"><span class="strong">Keyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Keyspace.html#keyspaceTransformer">keyspaceTransformer</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> that return <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a></code></td> <td class="colLast"><span class="strong">Keyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Keyspace.html#clear(java.lang.String)">clear</a></strong>(java.lang.String&nbsp;keyspaceName)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a></code></td> <td class="colLast"><span class="strong">Keyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Keyspace.html#clear(java.lang.String,%20org.apache.cassandra.config.Schema)">clear</a></strong>(java.lang.String&nbsp;keyspaceName, <a href="../../../../../org/apache/cassandra/config/Schema.html" title="class in org.apache.cassandra.config">Schema</a>&nbsp;schema)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a></code></td> <td class="colLast"><span class="strong">Keyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Keyspace.html#open(java.lang.String)">open</a></strong>(java.lang.String&nbsp;keyspaceName)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a></code></td> <td class="colLast"><span class="strong">Keyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Keyspace.html#openWithoutSSTables(java.lang.String)">openWithoutSSTables</a></strong>(java.lang.String&nbsp;keyspaceName)</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> that return types with arguments of type <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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.lang.Iterable&lt;<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&gt;</code></td> <td class="colLast"><span class="strong">Keyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Keyspace.html#all()">all</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.Iterable&lt;<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&gt;</code></td> <td class="colLast"><span class="strong">Keyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Keyspace.html#nonSystem()">nonSystem</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.Iterable&lt;<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&gt;</code></td> <td class="colLast"><span class="strong">Keyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/Keyspace.html#system()">system</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/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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>void</code></td> <td class="colLast"><span class="strong">ConsistencyLevel.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html#assureSufficientLiveNodes(org.apache.cassandra.db.Keyspace,%20java.lang.Iterable)">assureSufficientLiveNodes</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.lang.Iterable&lt;java.net.InetAddress&gt;&nbsp;liveEndpoints)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">ConsistencyLevel.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html#blockFor(org.apache.cassandra.db.Keyspace)">blockFor</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace)</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,%20boolean)">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, boolean&nbsp;loadSSTables)</code>&nbsp;</td> </tr> <tr class="rowColor"> <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="altColor"> <td class="colFirst"><code>java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">ConsistencyLevel.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html#filterForQuery(org.apache.cassandra.db.Keyspace,%20java.util.List)">filterForQuery</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.util.List&lt;java.net.InetAddress&gt;&nbsp;liveEndpoints)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">ConsistencyLevel.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html#filterForQuery(org.apache.cassandra.db.Keyspace,%20java.util.List,%20org.apache.cassandra.config.ReadRepairDecision)">filterForQuery</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.util.List&lt;java.net.InetAddress&gt;&nbsp;liveEndpoints, <a href="../../../../../org/apache/cassandra/config/ReadRepairDecision.html" title="enum in org.apache.cassandra.config">ReadRepairDecision</a>&nbsp;readRepair)</code>&nbsp;</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>&nbsp;keyspace)</code>&nbsp;</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>&nbsp;keyspace)</code>&nbsp;</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>&nbsp;keyspace)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ConsistencyLevel.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html#isSufficientLiveNodes(org.apache.cassandra.db.Keyspace,%20java.lang.Iterable)">isSufficientLiveNodes</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.lang.Iterable&lt;java.net.InetAddress&gt;&nbsp;liveEndpoints)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.metrics"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a> in <a href="../../../../../org/apache/cassandra/metrics/package-summary.html">org.apache.cassandra.metrics</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/metrics/package-summary.html">org.apache.cassandra.metrics</a> with parameters of type <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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/metrics/KeyspaceMetrics.html#KeyspaceMetrics(org.apache.cassandra.db.Keyspace)">KeyspaceMetrics</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;ks)</code> <div class="block">Creates metrics for given <a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html" title="class in org.apache.cassandra.db"><code>ColumnFamilyStore</code></a>.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.service"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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> declared as <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a></code></td> <td class="colLast"><span class="strong">AbstractWriteResponseHandler.</span><code><strong><a href="../../../../../org/apache/cassandra/service/AbstractWriteResponseHandler.html#keyspace">keyspace</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/service/package-summary.html">org.apache.cassandra.service</a> with parameters of type <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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>java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getLiveNaturalEndpoints(org.apache.cassandra.db.Keyspace,%20java.nio.ByteBuffer)">getLiveNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.nio.ByteBuffer&nbsp;key)</code> <div class="block">This method attempts to return N endpoints that are responsible for storing the specified key i.e for replication.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getLiveNaturalEndpoints(org.apache.cassandra.db.Keyspace,%20org.apache.cassandra.dht.RingPosition)">getLiveNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, <a href="../../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&nbsp;pos)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.List&lt;java.net.InetAddress&gt;</code></td> <td class="colLast"><span class="strong">StorageProxy.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageProxy.html#getLiveSortedEndpoints(org.apache.cassandra.db.Keyspace,%20java.nio.ByteBuffer)">getLiveSortedEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.nio.ByteBuffer&nbsp;key)</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/service/package-summary.html">org.apache.cassandra.service</a> with parameters of type <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</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/service/AbstractWriteResponseHandler.html#AbstractWriteResponseHandler(org.apache.cassandra.db.Keyspace,%20java.util.Collection,%20java.util.Collection,%20org.apache.cassandra.db.ConsistencyLevel,%20java.lang.Runnable,%20org.apache.cassandra.db.WriteType)">AbstractWriteResponseHandler</a></strong>(<a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.util.Collection&lt;java.net.InetAddress&gt;&nbsp;naturalEndpoints, java.util.Collection&lt;java.net.InetAddress&gt;&nbsp;pendingEndpoints, <a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a>&nbsp;consistencyLevel, java.lang.Runnable&nbsp;callback, <a href="../../../../../org/apache/cassandra/db/WriteType.html" title="enum in org.apache.cassandra.db">WriteType</a>&nbsp;writeType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/service/DatacenterSyncWriteResponseHandler.html#DatacenterSyncWriteResponseHandler(java.util.Collection,%20java.util.Collection,%20org.apache.cassandra.db.ConsistencyLevel,%20org.apache.cassandra.db.Keyspace,%20java.lang.Runnable,%20org.apache.cassandra.db.WriteType)">DatacenterSyncWriteResponseHandler</a></strong>(java.util.Collection&lt;java.net.InetAddress&gt;&nbsp;naturalEndpoints, java.util.Collection&lt;java.net.InetAddress&gt;&nbsp;pendingEndpoints, <a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a>&nbsp;consistencyLevel, <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.lang.Runnable&nbsp;callback, <a href="../../../../../org/apache/cassandra/db/WriteType.html" title="enum in org.apache.cassandra.db">WriteType</a>&nbsp;writeType)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/service/DatacenterWriteResponseHandler.html#DatacenterWriteResponseHandler(java.util.Collection,%20java.util.Collection,%20org.apache.cassandra.db.ConsistencyLevel,%20org.apache.cassandra.db.Keyspace,%20java.lang.Runnable,%20org.apache.cassandra.db.WriteType)">DatacenterWriteResponseHandler</a></strong>(java.util.Collection&lt;java.net.InetAddress&gt;&nbsp;naturalEndpoints, java.util.Collection&lt;java.net.InetAddress&gt;&nbsp;pendingEndpoints, <a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a>&nbsp;consistencyLevel, <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.lang.Runnable&nbsp;callback, <a href="../../../../../org/apache/cassandra/db/WriteType.html" title="enum in org.apache.cassandra.db">WriteType</a>&nbsp;writeType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/service/ReadCallback.html#ReadCallback(org.apache.cassandra.service.IResponseResolver,%20org.apache.cassandra.db.ConsistencyLevel,%20int,%20org.apache.cassandra.service.IReadCommand,%20org.apache.cassandra.db.Keyspace,%20java.util.List)">ReadCallback</a></strong>(<a href="../../../../../org/apache/cassandra/service/IResponseResolver.html" title="interface in org.apache.cassandra.service">IResponseResolver</a>&lt;<a href="../../../../../org/apache/cassandra/service/ReadCallback.html" title="type parameter in ReadCallback">TMessage</a>,<a href="../../../../../org/apache/cassandra/service/ReadCallback.html" title="type parameter in ReadCallback">TResolved</a>&gt;&nbsp;resolver, <a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a>&nbsp;consistencyLevel, int&nbsp;blockfor, <a href="../../../../../org/apache/cassandra/service/IReadCommand.html" title="interface in org.apache.cassandra.service">IReadCommand</a>&nbsp;command, <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.util.List&lt;java.net.InetAddress&gt;&nbsp;endpoints)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/service/WriteResponseHandler.html#WriteResponseHandler(java.util.Collection,%20java.util.Collection,%20org.apache.cassandra.db.ConsistencyLevel,%20org.apache.cassandra.db.Keyspace,%20java.lang.Runnable,%20org.apache.cassandra.db.WriteType)">WriteResponseHandler</a></strong>(java.util.Collection&lt;java.net.InetAddress&gt;&nbsp;writeEndpoints, java.util.Collection&lt;java.net.InetAddress&gt;&nbsp;pendingEndpoints, <a href="../../../../../org/apache/cassandra/db/ConsistencyLevel.html" title="enum in org.apache.cassandra.db">ConsistencyLevel</a>&nbsp;consistencyLevel, <a href="../../../../../org/apache/cassandra/db/Keyspace.html" title="class in org.apache.cassandra.db">Keyspace</a>&nbsp;keyspace, java.lang.Runnable&nbsp;callback, <a href="../../../../../org/apache/cassandra/db/WriteType.html" title="enum in org.apache.cassandra.db">WriteType</a>&nbsp;writeType)</code>&nbsp;</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/Keyspace.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/Keyspace.html" target="_top">Frames</a></li> <li><a href="Keyspace.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 &copy; 2014 The Apache Software Foundation</small></p> </body> </html>