UNPKG

cassandra-server

Version:

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

569 lines 59.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:51 CEST 2014 --> <title>Uses of Class org.apache.cassandra.thrift.CfDef (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.thrift.CfDef (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/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">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/thrift/class-use/CfDef.html" target="_top">Frames</a></li> <li><a href="CfDef.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.thrift.CfDef" class="title">Uses of Class<br>org.apache.cassandra.thrift.CfDef</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/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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.cli">org.apache.cassandra.cli</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.config">org.apache.cassandra.config</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.hadoop.pig">org.apache.cassandra.hadoop.pig</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.thrift">org.apache.cassandra.thrift</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.cli"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a> in <a href="../../../../../org/apache/cassandra/cli/package-summary.html">org.apache.cassandra.cli</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/cli/package-summary.html">org.apache.cassandra.cli</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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.Map&lt;java.lang.String,<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&gt;</code></td> <td class="colLast"><span class="strong">CliClient.</span><code><strong><a href="../../../../../org/apache/cassandra/cli/CliClient.html#loadCql3Defs(org.apache.cassandra.thrift.Cassandra.Client,%20org.apache.cassandra.thrift.KsDef)">loadCql3Defs</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.Client.html" title="class in org.apache.cassandra.thrift">Cassandra.Client</a>&nbsp;thriftClient, <a href="../../../../../org/apache/cassandra/thrift/KsDef.html" title="class in org.apache.cassandra.thrift">KsDef</a>&nbsp;thriftKs)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&gt;</code></td> <td class="colLast"><span class="strong">CliClient.</span><code><strong><a href="../../../../../org/apache/cassandra/cli/CliClient.html#loadCql3DefsUnchecked(org.apache.cassandra.thrift.Cassandra.Client,%20org.apache.cassandra.thrift.KsDef)">loadCql3DefsUnchecked</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.Client.html" title="class in org.apache.cassandra.thrift">Cassandra.Client</a>&nbsp;thriftClient, <a href="../../../../../org/apache/cassandra/thrift/KsDef.html" title="class in org.apache.cassandra.thrift">KsDef</a>&nbsp;thriftKs)</code>&nbsp;</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/cli/package-summary.html">org.apache.cassandra.cli</a> with type arguments of type <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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.String</code></td> <td class="colLast"><span class="strong">CliCompiler.</span><code><strong><a href="../../../../../org/apache/cassandra/cli/CliCompiler.html#getColumnFamily(java.lang.String,%20java.lang.Iterable)">getColumnFamily</a></strong>(java.lang.String&nbsp;cfName, java.lang.Iterable&lt;<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&gt;&nbsp;cfDefs)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><span class="strong">CliCompiler.</span><code><strong><a href="../../../../../org/apache/cassandra/cli/CliCompiler.html#getColumnFamily(org.antlr.runtime.tree.Tree,%20java.lang.Iterable)">getColumnFamily</a></strong>(org.antlr.runtime.tree.Tree&nbsp;astNode, java.lang.Iterable&lt;<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&gt;&nbsp;cfDefs)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../org/apache/cassandra/config/CFMetaData.html#toThrift()">toThrift</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/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a></code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../org/apache/cassandra/config/CFMetaData.html#fromThrift(org.apache.cassandra.thrift.CfDef)">fromThrift</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a></code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../org/apache/cassandra/config/CFMetaData.html#fromThriftForUpdate(org.apache.cassandra.thrift.CfDef,%20org.apache.cassandra.config.CFMetaData)">fromThriftForUpdate</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def, <a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;toUpdate)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.hadoop.pig"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a> in <a href="../../../../../org/apache/cassandra/hadoop/pig/package-summary.html">org.apache.cassandra.hadoop.pig</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/pig/package-summary.html">org.apache.cassandra.hadoop.pig</a> that return <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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>protected static <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#cfdefFromString(java.lang.String)">cfdefFromString</a></strong>(java.lang.String&nbsp;st)</code> <div class="block">convert string back to CfDef</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/hadoop/pig/package-summary.html">org.apache.cassandra.hadoop.pig</a> with parameters of type <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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>protected static java.lang.String</code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#cfdefToString(org.apache.cassandra.thrift.CfDef)">cfdefToString</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cfDef)</code> <div class="block">convert CfDef to string</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.lang.Object</code></td> <td class="colLast"><span class="strong">CqlStorage.</span><code><strong><a href="../../../../../org/apache/cassandra/hadoop/pig/CqlStorage.html#cqlColumnToObj(org.apache.cassandra.db.Cell,%20org.apache.cassandra.thrift.CfDef)">cqlColumnToObj</a></strong>(<a href="../../../../../org/apache/cassandra/db/Cell.html" title="interface in org.apache.cassandra.db">Cell</a>&nbsp;col, <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cfDef)</code> <div class="block">convert a cql column to an object</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.util.Map&lt;<a href="../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.MarshallerType.html" title="enum in org.apache.cassandra.hadoop.pig">AbstractCassandraStorage.MarshallerType</a>,<a href="../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#getDefaultMarshallers(org.apache.cassandra.thrift.CfDef)">getDefaultMarshallers</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cfDef)</code> <div class="block">construct a map to store the mashaller type to cassandra data type mapping</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.Map&lt;java.nio.ByteBuffer,<a href="../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#getValidatorMap(org.apache.cassandra.thrift.CfDef)">getValidatorMap</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cfDef)</code> <div class="block">get the validators</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.thrift"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a> in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</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/thrift/package-summary.html">org.apache.cassandra.thrift</a> declared as <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">Cassandra.system_add_column_family_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.system_add_column_family_args.html#cf_def">cf_def</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">Cassandra.system_update_column_family_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.system_update_column_family_args.html#cf_def">cf_def</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/thrift/package-summary.html">org.apache.cassandra.thrift</a> with type parameters of type <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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>java.util.List&lt;<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&gt;</code></td> <td class="colLast"><span class="strong">KsDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/KsDef.html#cf_defs">cf_defs</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/thrift/package-summary.html">org.apache.cassandra.thrift</a> that return <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#deepCopy()">deepCopy</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">Cassandra.system_add_column_family_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.system_add_column_family_args.html#getCf_def()">getCf_def</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">Cassandra.system_update_column_family_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.system_update_column_family_args.html#getCf_def()">getCf_def</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setBloom_filter_fp_chance(double)">setBloom_filter_fp_chance</a></strong>(double&nbsp;bloom_filter_fp_chance)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setCaching(java.lang.String)">setCaching</a></strong>(java.lang.String&nbsp;caching)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setCells_per_row_to_cache(java.lang.String)">setCells_per_row_to_cache</a></strong>(java.lang.String&nbsp;cells_per_row_to_cache)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setColumn_metadata(java.util.List)">setColumn_metadata</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/thrift/ColumnDef.html" title="class in org.apache.cassandra.thrift">ColumnDef</a>&gt;&nbsp;column_metadata)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setColumn_type(java.lang.String)">setColumn_type</a></strong>(java.lang.String&nbsp;column_type)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setComment(java.lang.String)">setComment</a></strong>(java.lang.String&nbsp;comment)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setCompaction_strategy_options(java.util.Map)">setCompaction_strategy_options</a></strong>(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;compaction_strategy_options)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setCompaction_strategy(java.lang.String)">setCompaction_strategy</a></strong>(java.lang.String&nbsp;compaction_strategy)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setComparator_type(java.lang.String)">setComparator_type</a></strong>(java.lang.String&nbsp;comparator_type)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setCompression_options(java.util.Map)">setCompression_options</a></strong>(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;compression_options)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setDclocal_read_repair_chance(double)">setDclocal_read_repair_chance</a></strong>(double&nbsp;dclocal_read_repair_chance)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setDefault_time_to_live(int)">setDefault_time_to_live</a></strong>(int&nbsp;default_time_to_live)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setDefault_validation_class(java.lang.String)">setDefault_validation_class</a></strong>(java.lang.String&nbsp;default_validation_class)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setGc_grace_seconds(int)">setGc_grace_seconds</a></strong>(int&nbsp;gc_grace_seconds)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setId(int)">setId</a></strong>(int&nbsp;id)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setIndex_interval(int)">setIndex_interval</a></strong>(int&nbsp;index_interval)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setKey_alias(byte[])">setKey_alias</a></strong>(byte[]&nbsp;key_alias)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setKey_alias(java.nio.ByteBuffer)">setKey_alias</a></strong>(java.nio.ByteBuffer&nbsp;key_alias)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setKey_cache_save_period_in_seconds(int)">setKey_cache_save_period_in_seconds</a></strong>(int&nbsp;key_cache_save_period_in_seconds)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setKey_cache_size(double)">setKey_cache_size</a></strong>(double&nbsp;key_cache_size)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setKey_validation_class(java.lang.String)">setKey_validation_class</a></strong>(java.lang.String&nbsp;key_validation_class)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setKeyspace(java.lang.String)">setKeyspace</a></strong>(java.lang.String&nbsp;keyspace)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setMax_compaction_threshold(int)">setMax_compaction_threshold</a></strong>(int&nbsp;max_compaction_threshold)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setMax_index_interval(int)">setMax_index_interval</a></strong>(int&nbsp;max_index_interval)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setMemtable_flush_after_mins(int)">setMemtable_flush_after_mins</a></strong>(int&nbsp;memtable_flush_after_mins)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setMemtable_flush_period_in_ms(int)">setMemtable_flush_period_in_ms</a></strong>(int&nbsp;memtable_flush_period_in_ms)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setMemtable_operations_in_millions(double)">setMemtable_operations_in_millions</a></strong>(double&nbsp;memtable_operations_in_millions)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setMemtable_throughput_in_mb(int)">setMemtable_throughput_in_mb</a></strong>(int&nbsp;memtable_throughput_in_mb)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setMerge_shards_chance(double)">setMerge_shards_chance</a></strong>(double&nbsp;merge_shards_chance)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setMin_compaction_threshold(int)">setMin_compaction_threshold</a></strong>(int&nbsp;min_compaction_threshold)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setMin_index_interval(int)">setMin_index_interval</a></strong>(int&nbsp;min_index_interval)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setName(java.lang.String)">setName</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setPopulate_io_cache_on_flush(boolean)">setPopulate_io_cache_on_flush</a></strong>(boolean&nbsp;populate_io_cache_on_flush)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setRead_repair_chance(double)">setRead_repair_chance</a></strong>(double&nbsp;read_repair_chance)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setReplicate_on_write(boolean)">setReplicate_on_write</a></strong>(boolean&nbsp;replicate_on_write)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setRow_cache_keys_to_save(int)">setRow_cache_keys_to_save</a></strong>(int&nbsp;row_cache_keys_to_save)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setRow_cache_provider(java.lang.String)">setRow_cache_provider</a></strong>(java.lang.String&nbsp;row_cache_provider)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setRow_cache_save_period_in_seconds(int)">setRow_cache_save_period_in_seconds</a></strong>(int&nbsp;row_cache_save_period_in_seconds)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setRow_cache_size(double)">setRow_cache_size</a></strong>(double&nbsp;row_cache_size)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setSpeculative_retry(java.lang.String)">setSpeculative_retry</a></strong>(java.lang.String&nbsp;speculative_retry)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setSubcomparator_type(java.lang.String)">setSubcomparator_type</a></strong>(java.lang.String&nbsp;subcomparator_type)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a></code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#setTriggers(java.util.List)">setTriggers</a></strong>(java.util.List&lt;<a href="../../../../../org/apache/cassandra/thrift/TriggerDef.html" title="class in org.apache.cassandra.thrift">TriggerDef</a>&gt;&nbsp;triggers)</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/thrift/package-summary.html">org.apache.cassandra.thrift</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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;<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&gt;</code></td> <td class="colLast"><span class="strong">KsDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/KsDef.html#getCf_defs()">getCf_defs</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&gt;</code></td> <td class="colLast"><span class="strong">KsDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/KsDef.html#getCf_defsIterator()">getCf_defsIterator</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/thrift/package-summary.html">org.apache.cassandra.thrift</a> with parameters of type <a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</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">KsDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/KsDef.html#addToCf_defs(org.apache.cassandra.thrift.CfDef)">addToCf_defs</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;elem)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#compareTo(org.apache.cassandra.thrift.CfDef)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;other)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">CfDef.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CfDef.html#equals(org.apache.cassandra.thrift.CfDef)">equals</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;that)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cassandra.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Client.html#send_system_add_column_family(org.apache.cassandra.thrift.CfDef)">send_system_add_column_family</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cassandra.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Client.html#send_system_update_column_family(org.apache.cassandra.thrift.CfDef)">send_system_update_column_family</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.system_add_column_family_args.html" title="class in org.apache.cassandra.thrift">Cassandra.system_add_column_family_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.system_add_column_family_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.system_add_column_family_args.html#setCf_def(org.apache.cassandra.thrift.CfDef)">setCf_def</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.system_update_column_family_args.html" title="class in org.apache.cassandra.thrift">Cassandra.system_update_column_family_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.system_update_column_family_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.system_update_column_family_args.html#setCf_def(org.apache.cassandra.thrift.CfDef)">setCf_def</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><span class="strong">CassandraServer.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CassandraServer.html#system_add_column_family(org.apache.cassandra.thrift.CfDef)">system_add_column_family</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><span class="strong">Cassandra.Iface.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Iface.html#system_add_column_family(org.apache.cassandra.thrift.CfDef)">system_add_column_family</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code> <div class="block">adds a column family.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><span class="strong">Cassandra.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Client.html#system_add_column_family(org.apache.cassandra.thrift.CfDef)">system_add_column_family</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cassandra.AsyncIface.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html#system_add_column_family(org.apache.cassandra.thrift.CfDef,%20org.apache.thrift.async.AsyncMethodCallback)">system_add_column_family</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def, org.apache.thrift.async.AsyncMethodCallback&nbsp;resultHandler)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cassandra.AsyncClient.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.html#system_add_column_family(org.apache.cassandra.thrift.CfDef,%20org.apache.thrift.async.AsyncMethodCallback)">system_add_column_family</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def, org.apache.thrift.async.AsyncMethodCallback&nbsp;resultHandler)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><span class="strong">CassandraServer.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/CassandraServer.html#system_update_column_family(org.apache.cassandra.thrift.CfDef)">system_update_column_family</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><span class="strong">Cassandra.Iface.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Iface.html#system_update_column_family(org.apache.cassandra.thrift.CfDef)">system_update_column_family</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cf_def)</code> <div class="block">updates properties of a column family.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><span class="strong">Cassandra.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Client.html#system_update_column_family(org.apache.cassandra.thrift.CfDef)">system_update_column_family</a></strong>(<a href="../../../../