158 lines
7.3 KiB
HTML
158 lines
7.3 KiB
HTML
|
|
||
|
<!DOCTYPE html>
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>pyrocksdb.WriteOptions — python-rocksdb 0.6.7 documentation</title>
|
||
|
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||
|
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
||
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
||
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||
|
<script type="text/javascript" src="../_static/language_data.js"></script>
|
||
|
<link rel="index" title="Index" href="../genindex.html" />
|
||
|
<link rel="search" title="Search" href="../search.html" />
|
||
|
<link rel="next" title="pyrocksdb.ReadOptions" href="pyrocksdb.ReadOptions.html" />
|
||
|
<link rel="prev" title="pyrocksdb.ColumnFamilyOptions" href="pyrocksdb.ColumnFamilyOptions.html" />
|
||
|
|
||
|
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
||
|
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
||
|
|
||
|
</head><body>
|
||
|
|
||
|
|
||
|
<div class="document">
|
||
|
<div class="documentwrapper">
|
||
|
<div class="bodywrapper">
|
||
|
|
||
|
|
||
|
<div class="body" role="main">
|
||
|
|
||
|
<div class="section" id="pyrocksdb-writeoptions">
|
||
|
<h1>pyrocksdb.WriteOptions<a class="headerlink" href="#pyrocksdb-writeoptions" title="Permalink to this headline">¶</a></h1>
|
||
|
<dl class="class">
|
||
|
<dt id="pyrocksdb.WriteOptions">
|
||
|
<em class="property">class </em><code class="descclassname">pyrocksdb.</code><code class="descname">WriteOptions</code><a class="headerlink" href="#pyrocksdb.WriteOptions" title="Permalink to this definition">¶</a></dt>
|
||
|
<dd><dl class="method">
|
||
|
<dt id="pyrocksdb.WriteOptions.__init__">
|
||
|
<code class="descname">__init__</code><span class="sig-paren">(</span><em>self: pyrocksdb.WriteOptions</em><span class="sig-paren">)</span> → None<a class="headerlink" href="#pyrocksdb.WriteOptions.__init__" title="Permalink to this definition">¶</a></dt>
|
||
|
<dd></dd></dl>
|
||
|
|
||
|
<p class="rubric">Methods</p>
|
||
|
<table class="longtable docutils align-center">
|
||
|
<colgroup>
|
||
|
<col style="width: 10%" />
|
||
|
<col style="width: 90%" />
|
||
|
</colgroup>
|
||
|
<tbody>
|
||
|
<tr class="row-odd"><td><p><a class="reference internal" href="#pyrocksdb.WriteOptions.__init__" title="pyrocksdb.WriteOptions.__init__"><code class="xref py py-obj docutils literal notranslate"><span class="pre">__init__</span></code></a>(self)</p></td>
|
||
|
<td><p></p></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</dd></dl>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||
|
<div class="sphinxsidebarwrapper">
|
||
|
<h1 class="logo"><a href="../index.html">python-rocksdb</a></h1>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<h3>Navigation</h3>
|
||
|
<ul class="current">
|
||
|
<li class="toctree-l1 current"><a class="reference internal" href="../python_rocksdb.html">python rocksdb API</a><ul class="current">
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Blob.html">pyrocksdb.Blob</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.ColumnFamilyHandle.html">pyrocksdb.ColumnFamilyHandle</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.ColumnFamilyDescriptor.html">pyrocksdb.ColumnFamilyDescriptor</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.VectorColumnFamilyDescriptor.html">pyrocksdb.VectorColumnFamilyDescriptor</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.VectorColumnFamilyHandle.html">pyrocksdb.VectorColumnFamilyHandle</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.IteratorWrapper.html">pyrocksdb.IteratorWrapper</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.DB.html">pyrocksdb.DB</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.DBOptions.html">pyrocksdb.DBOptions</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Options.html">pyrocksdb.Options</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.AdvancedColumnFamilyOptions.html">pyrocksdb.AdvancedColumnFamilyOptions</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.ColumnFamilyOptions.html">pyrocksdb.ColumnFamilyOptions</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Options.html">pyrocksdb.Options</a></li>
|
||
|
<li class="toctree-l2 current"><a class="current reference internal" href="#">pyrocksdb.WriteOptions</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.ReadOptions.html">pyrocksdb.ReadOptions</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.TransactionDBOptions.html">pyrocksdb.TransactionDBOptions</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.TransactionOptions.html">pyrocksdb.TransactionOptions</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.LRUCacheOptions.html">pyrocksdb.LRUCacheOptions</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Status.html">pyrocksdb.Status</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.WriteBatch.html">pyrocksdb.WriteBatch</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.transaction_db.html">pyrocksdb.transaction_db</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.transaction_wrapper.html">pyrocksdb.transaction_wrapper</a></li>
|
||
|
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Snapshot.html">pyrocksdb.Snapshot</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Instructions how to install</a></li>
|
||
|
<li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a></li>
|
||
|
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="relations">
|
||
|
<h3>Related Topics</h3>
|
||
|
<ul>
|
||
|
<li><a href="../index.html">Documentation overview</a><ul>
|
||
|
<li><a href="../python_rocksdb.html">python rocksdb API</a><ul>
|
||
|
<li>Previous: <a href="pyrocksdb.ColumnFamilyOptions.html" title="previous chapter">pyrocksdb.ColumnFamilyOptions</a></li>
|
||
|
<li>Next: <a href="pyrocksdb.ReadOptions.html" title="next chapter">pyrocksdb.ReadOptions</a></li>
|
||
|
</ul></li>
|
||
|
</ul></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div id="searchbox" style="display: none" role="search">
|
||
|
<h3>Quick search</h3>
|
||
|
<div class="searchformwrapper">
|
||
|
<form class="search" action="../search.html" method="get">
|
||
|
<input type="text" name="q" />
|
||
|
<input type="submit" value="Go" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="clearer"></div>
|
||
|
</div>
|
||
|
<div class="footer">
|
||
|
©2014, sh.
|
||
|
|
||
|
|
|
||
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.0.1</a>
|
||
|
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
||
|
|
||
|
|
|
||
|
<a href="../_sources/_generate/pyrocksdb.WriteOptions.rst.txt"
|
||
|
rel="nofollow">Page source</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|