diff --git a/_generate/pyrocksdb.AdvancedColumnFamilyOptions.html b/_generate/pyrocksdb.AdvancedColumnFamilyOptions.html new file mode 100644 index 0000000..43a88fc --- /dev/null +++ b/_generate/pyrocksdb.AdvancedColumnFamilyOptions.html @@ -0,0 +1,170 @@ + + + + + + + pyrocksdb.AdvancedColumnFamilyOptions — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.AdvancedColumnFamilyOptions

+
+
+class pyrocksdb.AdvancedColumnFamilyOptions
+
+
+__init__(self: pyrocksdb.AdvancedColumnFamilyOptions) → None
+
+ +

Methods

+ ++++ + + + + + +

__init__(self)

+

Attributes

+ ++++ + + + + + +

max_write_buffer_number

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.Blob.html b/_generate/pyrocksdb.Blob.html new file mode 100644 index 0000000..fc5cfda --- /dev/null +++ b/_generate/pyrocksdb.Blob.html @@ -0,0 +1,173 @@ + + + + + + + pyrocksdb.Blob — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.Blob

+
+
+class pyrocksdb.Blob
+
+
+__init__(self: pyrocksdb.Blob) → None
+
+ +

Methods

+ ++++ + + + + + +

__init__(self)

+

Attributes

+ ++++ + + + + + + + + +

data

status

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.ColumnFamilyDescriptor.html b/_generate/pyrocksdb.ColumnFamilyDescriptor.html new file mode 100644 index 0000000..b6f2755 --- /dev/null +++ b/_generate/pyrocksdb.ColumnFamilyDescriptor.html @@ -0,0 +1,158 @@ + + + + + + + pyrocksdb.ColumnFamilyDescriptor — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.ColumnFamilyDescriptor

+
+
+class pyrocksdb.ColumnFamilyDescriptor
+
+
+__init__(self: pyrocksdb.ColumnFamilyDescriptor, arg0: str, arg1: pyrocksdb.ColumnFamilyOptions) → None
+
+ +

Methods

+ ++++ + + + + + +

__init__(self, arg0, arg1)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.ColumnFamilyHandle.html b/_generate/pyrocksdb.ColumnFamilyHandle.html new file mode 100644 index 0000000..65c203f --- /dev/null +++ b/_generate/pyrocksdb.ColumnFamilyHandle.html @@ -0,0 +1,161 @@ + + + + + + + pyrocksdb.ColumnFamilyHandle — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.ColumnFamilyHandle

+
+
+class pyrocksdb.ColumnFamilyHandle
+
+
+__init__(self: pyrocksdb.ColumnFamilyHandle) → None
+
+ +

Methods

+ ++++ + + + + + + + + +

__init__(self)

get_name(self)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.ColumnFamilyOptions.html b/_generate/pyrocksdb.ColumnFamilyOptions.html new file mode 100644 index 0000000..b582be8 --- /dev/null +++ b/_generate/pyrocksdb.ColumnFamilyOptions.html @@ -0,0 +1,182 @@ + + + + + + + pyrocksdb.ColumnFamilyOptions — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.ColumnFamilyOptions

+
+
+class pyrocksdb.ColumnFamilyOptions
+
+
+__init__(self: pyrocksdb.ColumnFamilyOptions) → None
+
+ +

Methods

+ ++++ + + + + + + + + +

OptimizeLevelStyleCompaction(self, …)

__init__(self)

+

Attributes

+ ++++ + + + + + + + + + + + + + + +

max_write_buffer_number

sync

table_factory

write_buffer_size

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.DB.html b/_generate/pyrocksdb.DB.html new file mode 100644 index 0000000..ade55d4 --- /dev/null +++ b/_generate/pyrocksdb.DB.html @@ -0,0 +1,185 @@ + + + + + + + pyrocksdb.DB — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.DB

+
+
+class pyrocksdb.DB
+
+
+__init__(self: pyrocksdb.DB) → None
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

__init__(self)

close(self)

create_column_family(self, arg0, arg1)

delete(*args, **kwargs)

Overloaded function.

get(*args, **kwargs)

Overloaded function.

iterator(self, arg0)

open(*args, **kwargs)

Overloaded function.

open_for_readonly(self, options, name, …)

put(*args, **kwargs)

Overloaded function.

write(self, arg0, arg1)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.DBOptions.html b/_generate/pyrocksdb.DBOptions.html new file mode 100644 index 0000000..d731413 --- /dev/null +++ b/_generate/pyrocksdb.DBOptions.html @@ -0,0 +1,194 @@ + + + + + + + pyrocksdb.DBOptions — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.DBOptions

+
+
+class pyrocksdb.DBOptions
+
+
+__init__(self: pyrocksdb.DBOptions) → None
+
+ +

Methods

+ ++++ + + + + + + + + +

IncreaseParallelism(self, total_threads)

__init__(self)

+

Attributes

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + +

create_if_missing

error_if_exists

max_file_opening_threads

max_open_files

max_total_wal_size

paranoid_checks

statistics

use_fsync

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.IteratorWrapper.html b/_generate/pyrocksdb.IteratorWrapper.html new file mode 100644 index 0000000..e8673df --- /dev/null +++ b/_generate/pyrocksdb.IteratorWrapper.html @@ -0,0 +1,186 @@ + + + + + + + pyrocksdb.IteratorWrapper — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.IteratorWrapper

+
+
+class pyrocksdb.IteratorWrapper
+
+
+__init__()
+

Initialize self. See help(type(self)) for accurate signature.

+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

key(self)

next(self)

prev(self)

seek(self, arg0)

seek_for_prev(self, arg0)

seek_to_first(self)

seek_to_last(self)

status(self)

valid(self)

value(self)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.LRUCacheOptions.html b/_generate/pyrocksdb.LRUCacheOptions.html new file mode 100644 index 0000000..56f45d7 --- /dev/null +++ b/_generate/pyrocksdb.LRUCacheOptions.html @@ -0,0 +1,182 @@ + + + + + + + pyrocksdb.LRUCacheOptions — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.LRUCacheOptions

+
+
+class pyrocksdb.LRUCacheOptions
+
+
+__init__(self: pyrocksdb.LRUCacheOptions) → None
+
+ +

Methods

+ ++++ + + + + + +

__init__(self)

+

Attributes

+ ++++ + + + + + + + + + + + + + + + + + +

capacity

high_pri_pool_ratio

memory_allocator

num_shard_bits

strict_capacity_limit

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.Options.html b/_generate/pyrocksdb.Options.html new file mode 100644 index 0000000..3dc8168 --- /dev/null +++ b/_generate/pyrocksdb.Options.html @@ -0,0 +1,209 @@ + + + + + + + pyrocksdb.Options — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.Options

+
+
+class pyrocksdb.Options
+
+
+__init__(self: pyrocksdb.Options) → None
+
+ +

Methods

+ ++++ + + + + + + + + + + + +

IncreaseParallelism(self, total_threads)

OptimizeLevelStyleCompaction(self, …)

__init__(self)

+

Attributes

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

create_if_missing

error_if_exists

max_file_opening_threads

max_open_files

max_total_wal_size

max_write_buffer_number

paranoid_checks

statistics

sync

table_factory

use_fsync

write_buffer_size

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.ReadOptions.html b/_generate/pyrocksdb.ReadOptions.html new file mode 100644 index 0000000..1979a69 --- /dev/null +++ b/_generate/pyrocksdb.ReadOptions.html @@ -0,0 +1,170 @@ + + + + + + + pyrocksdb.ReadOptions — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.ReadOptions

+
+
+class pyrocksdb.ReadOptions
+
+
+__init__(self: pyrocksdb.ReadOptions) → None
+
+ +

Methods

+ ++++ + + + + + +

__init__(self)

+

Attributes

+ ++++ + + + + + +

snapshot

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.Snapshot.html b/_generate/pyrocksdb.Snapshot.html new file mode 100644 index 0000000..c742a59 --- /dev/null +++ b/_generate/pyrocksdb.Snapshot.html @@ -0,0 +1,158 @@ + + + + + + + pyrocksdb.Snapshot — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.Snapshot

+
+
+class pyrocksdb.Snapshot
+
+
+__init__(self: pyrocksdb.Snapshot) → None
+
+ +

Methods

+ ++++ + + + + + +

__init__(self)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.Status.html b/_generate/pyrocksdb.Status.html new file mode 100644 index 0000000..0a0069f --- /dev/null +++ b/_generate/pyrocksdb.Status.html @@ -0,0 +1,275 @@ + + + + + + + pyrocksdb.Status — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.Status

+
+
+class pyrocksdb.Status
+
+
+__init__(self: pyrocksdb.Status) → None
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

__init__(self)

code(self)

is_aborted(self)

is_busy(self)

is_compaction_too_large(self)

is_corruption(self)

is_deadlock(self)

is_expired(self)

is_in_complete(self)

is_invalid_argument(self)

is_io_error(self)

is_lock_limit(self)

is_memory_limit(self)

is_no_space(self)

is_not_found(self)

is_not_supported(self)

is_path_not_found(self)

is_shutdown_in_progress(self)

is_time_out(self)

is_try_again(self)

ok(self)

to_string(self)

+

Attributes

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

kAborted

kBusy

kCompactionTooLarge

kCorruption

kExpired

kIOError

kIncomplete

kInvalidArgument

kMergeInProgress

kNotFound

kNotSupported

kOk

kShutdownInProgress

kTimedOut

kTryAgain

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.TransactionDBOptions.html b/_generate/pyrocksdb.TransactionDBOptions.html new file mode 100644 index 0000000..73187c2 --- /dev/null +++ b/_generate/pyrocksdb.TransactionDBOptions.html @@ -0,0 +1,158 @@ + + + + + + + pyrocksdb.TransactionDBOptions — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.TransactionDBOptions

+
+
+class pyrocksdb.TransactionDBOptions
+
+
+__init__(self: pyrocksdb.TransactionDBOptions) → None
+
+ +

Methods

+ ++++ + + + + + +

__init__(self)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.TransactionOptions.html b/_generate/pyrocksdb.TransactionOptions.html new file mode 100644 index 0000000..f8c3dbd --- /dev/null +++ b/_generate/pyrocksdb.TransactionOptions.html @@ -0,0 +1,170 @@ + + + + + + + pyrocksdb.TransactionOptions — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.TransactionOptions

+
+
+class pyrocksdb.TransactionOptions
+
+
+__init__(self: pyrocksdb.TransactionOptions) → None
+
+ +

Methods

+ ++++ + + + + + +

__init__(self)

+

Attributes

+ ++++ + + + + + +

set_snapshot

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.VectorColumnFamilyDescriptor.html b/_generate/pyrocksdb.VectorColumnFamilyDescriptor.html new file mode 100644 index 0000000..4b40f85 --- /dev/null +++ b/_generate/pyrocksdb.VectorColumnFamilyDescriptor.html @@ -0,0 +1,179 @@ + + + + + + + pyrocksdb.VectorColumnFamilyDescriptor — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.VectorColumnFamilyDescriptor

+
+
+class pyrocksdb.VectorColumnFamilyDescriptor
+
+
+__init__(*args, **kwargs)
+

Overloaded function.

+
    +
  1. __init__(self: pyrocksdb.VectorColumnFamilyDescriptor) -> None

  2. +
  3. __init__(self: pyrocksdb.VectorColumnFamilyDescriptor, arg0: pyrocksdb.VectorColumnFamilyDescriptor) -> None

  4. +
+

Copy constructor

+
    +
  1. __init__(self: pyrocksdb.VectorColumnFamilyDescriptor, arg0: iterable) -> None

  2. +
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + +

__init__(*args, **kwargs)

Overloaded function.

append(self, x)

Add an item to the end of the list

extend(self, L)

Extend the list by appending all the items in the given list

insert(self, i, x)

Insert an item at a given position.

pop(*args, **kwargs)

Overloaded function.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.VectorColumnFamilyHandle.html b/_generate/pyrocksdb.VectorColumnFamilyHandle.html new file mode 100644 index 0000000..ed17dc1 --- /dev/null +++ b/_generate/pyrocksdb.VectorColumnFamilyHandle.html @@ -0,0 +1,185 @@ + + + + + + + pyrocksdb.VectorColumnFamilyHandle — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.VectorColumnFamilyHandle

+
+
+class pyrocksdb.VectorColumnFamilyHandle
+
+
+__init__(*args, **kwargs)
+

Overloaded function.

+
    +
  1. __init__(self: pyrocksdb.VectorColumnFamilyHandle) -> None

  2. +
  3. __init__(self: pyrocksdb.VectorColumnFamilyHandle, arg0: pyrocksdb.VectorColumnFamilyHandle) -> None

  4. +
+

Copy constructor

+
    +
  1. __init__(self: pyrocksdb.VectorColumnFamilyHandle, arg0: iterable) -> None

  2. +
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + +

__init__(*args, **kwargs)

Overloaded function.

append(self, x)

Add an item to the end of the list

count(self, x)

Return the number of times x appears in the list

extend(self, L)

Extend the list by appending all the items in the given list

insert(self, i, x)

Insert an item at a given position.

pop(*args, **kwargs)

Overloaded function.

remove(self, x)

Remove the first item from the list whose value is x.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.WriteBatch.html b/_generate/pyrocksdb.WriteBatch.html new file mode 100644 index 0000000..f6267d3 --- /dev/null +++ b/_generate/pyrocksdb.WriteBatch.html @@ -0,0 +1,164 @@ + + + + + + + pyrocksdb.WriteBatch — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.WriteBatch

+
+
+class pyrocksdb.WriteBatch
+
+
+__init__(self: pyrocksdb.WriteBatch) → None
+
+ +

Methods

+ ++++ + + + + + + + + + + + +

__init__(self)

delete(*args, **kwargs)

Overloaded function.

put(*args, **kwargs)

Overloaded function.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.WriteOptions.html b/_generate/pyrocksdb.WriteOptions.html new file mode 100644 index 0000000..0475609 --- /dev/null +++ b/_generate/pyrocksdb.WriteOptions.html @@ -0,0 +1,158 @@ + + + + + + + pyrocksdb.WriteOptions — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.WriteOptions

+
+
+class pyrocksdb.WriteOptions
+
+
+__init__(self: pyrocksdb.WriteOptions) → None
+
+ +

Methods

+ ++++ + + + + + +

__init__(self)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.transaction_db.html b/_generate/pyrocksdb.transaction_db.html new file mode 100644 index 0000000..695e728 --- /dev/null +++ b/_generate/pyrocksdb.transaction_db.html @@ -0,0 +1,179 @@ + + + + + + + pyrocksdb.transaction_db — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.transaction_db

+
+
+class pyrocksdb.transaction_db
+
+
+__init__(self: pyrocksdb.transaction_db) → None
+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + +

__init__(self)

begin_transaction(self, write_options, …)

close(self)

get(self, arg0, arg1)

get_snapshot(self)

open(self, arg0, arg1, arg2)

put(self, arg0, arg1, arg2)

release_snapshot(self, arg0)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_generate/pyrocksdb.transaction_wrapper.html b/_generate/pyrocksdb.transaction_wrapper.html new file mode 100644 index 0000000..de26e31 --- /dev/null +++ b/_generate/pyrocksdb.transaction_wrapper.html @@ -0,0 +1,186 @@ + + + + + + + pyrocksdb.transaction_wrapper — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

pyrocksdb.transaction_wrapper

+
+
+class pyrocksdb.transaction_wrapper
+
+
+__init__()
+

Initialize self. See help(type(self)) for accurate signature.

+
+ +

Methods

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

clear_snapshot(self)

commit(self)

get(self, arg0, arg1)

get_for_update(self, options, key, …)

get_snapshot(self)

put(self, arg0, arg1)

rollback(self)

rollback_to_savepoint(self)

set_savepoint(self)

set_snapshot(self)

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_modules/index.html b/_modules/index.html new file mode 100644 index 0000000..dc9cf5d --- /dev/null +++ b/_modules/index.html @@ -0,0 +1,102 @@ + + + + + + + Overview: module code — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +

All modules for which code is available

+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.AdvancedColumnFamilyOptions.rst.txt b/_sources/_generate/pyrocksdb.AdvancedColumnFamilyOptions.rst.txt new file mode 100644 index 0000000..760a388 --- /dev/null +++ b/_sources/_generate/pyrocksdb.AdvancedColumnFamilyOptions.rst.txt @@ -0,0 +1,28 @@ +pyrocksdb.AdvancedColumnFamilyOptions +===================================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: AdvancedColumnFamilyOptions + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~AdvancedColumnFamilyOptions.__init__ + + + + + + .. rubric:: Attributes + + .. autosummary:: + + ~AdvancedColumnFamilyOptions.max_write_buffer_number + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.Blob.rst.txt b/_sources/_generate/pyrocksdb.Blob.rst.txt new file mode 100644 index 0000000..67fd401 --- /dev/null +++ b/_sources/_generate/pyrocksdb.Blob.rst.txt @@ -0,0 +1,29 @@ +pyrocksdb.Blob +============== + +.. currentmodule:: pyrocksdb + +.. autoclass:: Blob + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~Blob.__init__ + + + + + + .. rubric:: Attributes + + .. autosummary:: + + ~Blob.data + ~Blob.status + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.ColumnFamilyDescriptor.rst.txt b/_sources/_generate/pyrocksdb.ColumnFamilyDescriptor.rst.txt new file mode 100644 index 0000000..286d888 --- /dev/null +++ b/_sources/_generate/pyrocksdb.ColumnFamilyDescriptor.rst.txt @@ -0,0 +1,22 @@ +pyrocksdb.ColumnFamilyDescriptor +================================ + +.. currentmodule:: pyrocksdb + +.. autoclass:: ColumnFamilyDescriptor + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~ColumnFamilyDescriptor.__init__ + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.ColumnFamilyHandle.rst.txt b/_sources/_generate/pyrocksdb.ColumnFamilyHandle.rst.txt new file mode 100644 index 0000000..ceb1496 --- /dev/null +++ b/_sources/_generate/pyrocksdb.ColumnFamilyHandle.rst.txt @@ -0,0 +1,23 @@ +pyrocksdb.ColumnFamilyHandle +============================ + +.. currentmodule:: pyrocksdb + +.. autoclass:: ColumnFamilyHandle + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~ColumnFamilyHandle.__init__ + ~ColumnFamilyHandle.get_name + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.ColumnFamilyOptions.rst.txt b/_sources/_generate/pyrocksdb.ColumnFamilyOptions.rst.txt new file mode 100644 index 0000000..56444b5 --- /dev/null +++ b/_sources/_generate/pyrocksdb.ColumnFamilyOptions.rst.txt @@ -0,0 +1,32 @@ +pyrocksdb.ColumnFamilyOptions +============================= + +.. currentmodule:: pyrocksdb + +.. autoclass:: ColumnFamilyOptions + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~ColumnFamilyOptions.OptimizeLevelStyleCompaction + ~ColumnFamilyOptions.__init__ + + + + + + .. rubric:: Attributes + + .. autosummary:: + + ~ColumnFamilyOptions.max_write_buffer_number + ~ColumnFamilyOptions.sync + ~ColumnFamilyOptions.table_factory + ~ColumnFamilyOptions.write_buffer_size + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.DB.rst.txt b/_sources/_generate/pyrocksdb.DB.rst.txt new file mode 100644 index 0000000..11be05b --- /dev/null +++ b/_sources/_generate/pyrocksdb.DB.rst.txt @@ -0,0 +1,31 @@ +pyrocksdb.DB +============ + +.. currentmodule:: pyrocksdb + +.. autoclass:: DB + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~DB.__init__ + ~DB.close + ~DB.create_column_family + ~DB.delete + ~DB.get + ~DB.iterator + ~DB.open + ~DB.open_for_readonly + ~DB.put + ~DB.write + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.DBOptions.rst.txt b/_sources/_generate/pyrocksdb.DBOptions.rst.txt new file mode 100644 index 0000000..7ebc15e --- /dev/null +++ b/_sources/_generate/pyrocksdb.DBOptions.rst.txt @@ -0,0 +1,36 @@ +pyrocksdb.DBOptions +=================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: DBOptions + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~DBOptions.IncreaseParallelism + ~DBOptions.__init__ + + + + + + .. rubric:: Attributes + + .. autosummary:: + + ~DBOptions.create_if_missing + ~DBOptions.error_if_exists + ~DBOptions.max_file_opening_threads + ~DBOptions.max_open_files + ~DBOptions.max_total_wal_size + ~DBOptions.paranoid_checks + ~DBOptions.statistics + ~DBOptions.use_fsync + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.IteratorWrapper.rst.txt b/_sources/_generate/pyrocksdb.IteratorWrapper.rst.txt new file mode 100644 index 0000000..802d73e --- /dev/null +++ b/_sources/_generate/pyrocksdb.IteratorWrapper.rst.txt @@ -0,0 +1,31 @@ +pyrocksdb.IteratorWrapper +========================= + +.. currentmodule:: pyrocksdb + +.. autoclass:: IteratorWrapper + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~IteratorWrapper.key + ~IteratorWrapper.next + ~IteratorWrapper.prev + ~IteratorWrapper.seek + ~IteratorWrapper.seek_for_prev + ~IteratorWrapper.seek_to_first + ~IteratorWrapper.seek_to_last + ~IteratorWrapper.status + ~IteratorWrapper.valid + ~IteratorWrapper.value + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.LRUCacheOptions.rst.txt b/_sources/_generate/pyrocksdb.LRUCacheOptions.rst.txt new file mode 100644 index 0000000..712ad25 --- /dev/null +++ b/_sources/_generate/pyrocksdb.LRUCacheOptions.rst.txt @@ -0,0 +1,32 @@ +pyrocksdb.LRUCacheOptions +========================= + +.. currentmodule:: pyrocksdb + +.. autoclass:: LRUCacheOptions + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~LRUCacheOptions.__init__ + + + + + + .. rubric:: Attributes + + .. autosummary:: + + ~LRUCacheOptions.capacity + ~LRUCacheOptions.high_pri_pool_ratio + ~LRUCacheOptions.memory_allocator + ~LRUCacheOptions.num_shard_bits + ~LRUCacheOptions.strict_capacity_limit + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.Options.rst.txt b/_sources/_generate/pyrocksdb.Options.rst.txt new file mode 100644 index 0000000..757732e --- /dev/null +++ b/_sources/_generate/pyrocksdb.Options.rst.txt @@ -0,0 +1,41 @@ +pyrocksdb.Options +================= + +.. currentmodule:: pyrocksdb + +.. autoclass:: Options + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~Options.IncreaseParallelism + ~Options.OptimizeLevelStyleCompaction + ~Options.__init__ + + + + + + .. rubric:: Attributes + + .. autosummary:: + + ~Options.create_if_missing + ~Options.error_if_exists + ~Options.max_file_opening_threads + ~Options.max_open_files + ~Options.max_total_wal_size + ~Options.max_write_buffer_number + ~Options.paranoid_checks + ~Options.statistics + ~Options.sync + ~Options.table_factory + ~Options.use_fsync + ~Options.write_buffer_size + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.ReadOptions.rst.txt b/_sources/_generate/pyrocksdb.ReadOptions.rst.txt new file mode 100644 index 0000000..1c60869 --- /dev/null +++ b/_sources/_generate/pyrocksdb.ReadOptions.rst.txt @@ -0,0 +1,28 @@ +pyrocksdb.ReadOptions +===================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: ReadOptions + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~ReadOptions.__init__ + + + + + + .. rubric:: Attributes + + .. autosummary:: + + ~ReadOptions.snapshot + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.Snapshot.rst.txt b/_sources/_generate/pyrocksdb.Snapshot.rst.txt new file mode 100644 index 0000000..d1c839f --- /dev/null +++ b/_sources/_generate/pyrocksdb.Snapshot.rst.txt @@ -0,0 +1,22 @@ +pyrocksdb.Snapshot +================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: Snapshot + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~Snapshot.__init__ + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.Status.rst.txt b/_sources/_generate/pyrocksdb.Status.rst.txt new file mode 100644 index 0000000..dfa500b --- /dev/null +++ b/_sources/_generate/pyrocksdb.Status.rst.txt @@ -0,0 +1,63 @@ +pyrocksdb.Status +================ + +.. currentmodule:: pyrocksdb + +.. autoclass:: Status + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~Status.__init__ + ~Status.code + ~Status.is_aborted + ~Status.is_busy + ~Status.is_compaction_too_large + ~Status.is_corruption + ~Status.is_deadlock + ~Status.is_expired + ~Status.is_in_complete + ~Status.is_invalid_argument + ~Status.is_io_error + ~Status.is_lock_limit + ~Status.is_memory_limit + ~Status.is_no_space + ~Status.is_not_found + ~Status.is_not_supported + ~Status.is_path_not_found + ~Status.is_shutdown_in_progress + ~Status.is_time_out + ~Status.is_try_again + ~Status.ok + ~Status.to_string + + + + + + .. rubric:: Attributes + + .. autosummary:: + + ~Status.kAborted + ~Status.kBusy + ~Status.kCompactionTooLarge + ~Status.kCorruption + ~Status.kExpired + ~Status.kIOError + ~Status.kIncomplete + ~Status.kInvalidArgument + ~Status.kMergeInProgress + ~Status.kNotFound + ~Status.kNotSupported + ~Status.kOk + ~Status.kShutdownInProgress + ~Status.kTimedOut + ~Status.kTryAgain + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.TransactionDBOptions.rst.txt b/_sources/_generate/pyrocksdb.TransactionDBOptions.rst.txt new file mode 100644 index 0000000..6f2b15b --- /dev/null +++ b/_sources/_generate/pyrocksdb.TransactionDBOptions.rst.txt @@ -0,0 +1,22 @@ +pyrocksdb.TransactionDBOptions +============================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: TransactionDBOptions + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~TransactionDBOptions.__init__ + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.TransactionOptions.rst.txt b/_sources/_generate/pyrocksdb.TransactionOptions.rst.txt new file mode 100644 index 0000000..d8b0c1b --- /dev/null +++ b/_sources/_generate/pyrocksdb.TransactionOptions.rst.txt @@ -0,0 +1,28 @@ +pyrocksdb.TransactionOptions +============================ + +.. currentmodule:: pyrocksdb + +.. autoclass:: TransactionOptions + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~TransactionOptions.__init__ + + + + + + .. rubric:: Attributes + + .. autosummary:: + + ~TransactionOptions.set_snapshot + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.VectorColumnFamilyDescriptor.rst.txt b/_sources/_generate/pyrocksdb.VectorColumnFamilyDescriptor.rst.txt new file mode 100644 index 0000000..8650f07 --- /dev/null +++ b/_sources/_generate/pyrocksdb.VectorColumnFamilyDescriptor.rst.txt @@ -0,0 +1,26 @@ +pyrocksdb.VectorColumnFamilyDescriptor +====================================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: VectorColumnFamilyDescriptor + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~VectorColumnFamilyDescriptor.__init__ + ~VectorColumnFamilyDescriptor.append + ~VectorColumnFamilyDescriptor.extend + ~VectorColumnFamilyDescriptor.insert + ~VectorColumnFamilyDescriptor.pop + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.VectorColumnFamilyHandle.rst.txt b/_sources/_generate/pyrocksdb.VectorColumnFamilyHandle.rst.txt new file mode 100644 index 0000000..7ffbbad --- /dev/null +++ b/_sources/_generate/pyrocksdb.VectorColumnFamilyHandle.rst.txt @@ -0,0 +1,28 @@ +pyrocksdb.VectorColumnFamilyHandle +================================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: VectorColumnFamilyHandle + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~VectorColumnFamilyHandle.__init__ + ~VectorColumnFamilyHandle.append + ~VectorColumnFamilyHandle.count + ~VectorColumnFamilyHandle.extend + ~VectorColumnFamilyHandle.insert + ~VectorColumnFamilyHandle.pop + ~VectorColumnFamilyHandle.remove + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.WriteBatch.rst.txt b/_sources/_generate/pyrocksdb.WriteBatch.rst.txt new file mode 100644 index 0000000..58620b5 --- /dev/null +++ b/_sources/_generate/pyrocksdb.WriteBatch.rst.txt @@ -0,0 +1,24 @@ +pyrocksdb.WriteBatch +==================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: WriteBatch + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~WriteBatch.__init__ + ~WriteBatch.delete + ~WriteBatch.put + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.WriteOptions.rst.txt b/_sources/_generate/pyrocksdb.WriteOptions.rst.txt new file mode 100644 index 0000000..867ea1d --- /dev/null +++ b/_sources/_generate/pyrocksdb.WriteOptions.rst.txt @@ -0,0 +1,22 @@ +pyrocksdb.WriteOptions +====================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: WriteOptions + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~WriteOptions.__init__ + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.transaction_db.rst.txt b/_sources/_generate/pyrocksdb.transaction_db.rst.txt new file mode 100644 index 0000000..d4c91f9 --- /dev/null +++ b/_sources/_generate/pyrocksdb.transaction_db.rst.txt @@ -0,0 +1,29 @@ +pyrocksdb.transaction\_db +========================= + +.. currentmodule:: pyrocksdb + +.. autoclass:: transaction_db + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~transaction_db.__init__ + ~transaction_db.begin_transaction + ~transaction_db.close + ~transaction_db.get + ~transaction_db.get_snapshot + ~transaction_db.open + ~transaction_db.put + ~transaction_db.release_snapshot + + + + + + \ No newline at end of file diff --git a/_sources/_generate/pyrocksdb.transaction_wrapper.rst.txt b/_sources/_generate/pyrocksdb.transaction_wrapper.rst.txt new file mode 100644 index 0000000..2b63906 --- /dev/null +++ b/_sources/_generate/pyrocksdb.transaction_wrapper.rst.txt @@ -0,0 +1,31 @@ +pyrocksdb.transaction\_wrapper +============================== + +.. currentmodule:: pyrocksdb + +.. autoclass:: transaction_wrapper + + + .. automethod:: __init__ + + + .. rubric:: Methods + + .. autosummary:: + + ~transaction_wrapper.clear_snapshot + ~transaction_wrapper.commit + ~transaction_wrapper.get + ~transaction_wrapper.get_for_update + ~transaction_wrapper.get_snapshot + ~transaction_wrapper.put + ~transaction_wrapper.rollback + ~transaction_wrapper.rollback_to_savepoint + ~transaction_wrapper.set_savepoint + ~transaction_wrapper.set_snapshot + + + + + + \ No newline at end of file diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 111f4b6..e659031 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -35,6 +35,8 @@ Tested with python3.7 .. toctree:: :maxdepth: 2 + python_rocksdb + Instructions how to install Tutorial Changelog diff --git a/_sources/python_rocksdb.rst.txt b/_sources/python_rocksdb.rst.txt new file mode 100644 index 0000000..e845868 --- /dev/null +++ b/_sources/python_rocksdb.rst.txt @@ -0,0 +1 @@ +.. automodule:: pyrocksdb diff --git a/genindex.html b/genindex.html index 9882e2a..c2aaf66 100644 --- a/genindex.html +++ b/genindex.html @@ -35,8 +35,206 @@

Index

+ _ + | A + | B + | C + | D + | I + | L + | O + | P + | R + | S + | T + | V + | W
+

_

+ + +
+ +

A

+ + +
+ +

B

+ + +
+ +

C

+ + + +
+ +

D

+ + + +
+ +

I

+ + +
+ +

L

+ + +
+ +

O

+ + +
+ +

P

+ + +
+ +

R

+ + +
+ +

S

+ + + +
+ +

T

+ + + +
+ +

V

+ + + +
+ +

W

+ + + +
+ @@ -56,6 +254,7 @@

Navigation

    +
  • python rocksdb API
  • Instructions how to install
  • Tutorial
  • Changelog
  • diff --git a/index.html b/index.html index 57b1f1e..7d568b8 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - + @@ -64,6 +64,31 @@

    Tested with python3.7

    diff --git a/objects.inv b/objects.inv index 032e4f2..85e5efc 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/py-modindex.html b/py-modindex.html new file mode 100644 index 0000000..4366a12 --- /dev/null +++ b/py-modindex.html @@ -0,0 +1,124 @@ + + + + + + + Python Module Index — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + +
    + + +

    Python Module Index

    + +
    + p +
    + + + + + + + +
     
    + p
    + pyrocksdb +
    + + +
    + +
    +
    + +
    +
    + + + + + + + \ No newline at end of file diff --git a/python_rocksdb.html b/python_rocksdb.html new file mode 100644 index 0000000..bbab4aa --- /dev/null +++ b/python_rocksdb.html @@ -0,0 +1,209 @@ + + + + + + + python rocksdb API — python-rocksdb 0.6.7 documentation + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + +
    + +
    +

    python rocksdb API

    +

    Most of names of APIs are identical to the official rocksdb c++ APIs, thus you can find the usage in the headers of rocksdb easily

    + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Blob

    ColumnFamilyHandle

    ColumnFamilyDescriptor

    VectorColumnFamilyDescriptor

    VectorColumnFamilyHandle

    IteratorWrapper

    DB

    DBOptions

    Options

    AdvancedColumnFamilyOptions

    ColumnFamilyOptions

    Options

    WriteOptions

    ReadOptions

    TransactionDBOptions

    TransactionOptions

    LRUCacheOptions

    Status

    WriteBatch

    transaction_db

    transaction_wrapper

    Snapshot

    +
    + + +
    + +
    +
    + +
    +
    + + + + + + + \ No newline at end of file diff --git a/search.html b/search.html index 26ca353..3c2486f 100644 --- a/search.html +++ b/search.html @@ -76,6 +76,7 @@

    Navigation

      +
    • python rocksdb API
    • Instructions how to install
    • Tutorial
    • Changelog
    • diff --git a/searchindex.js b/searchindex.js index 5aa7848..40f3b1c 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["changelog","index","installation","tutorial/index"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,"sphinx.ext.todo":1,"sphinx.ext.viewcode":1,sphinx:56},filenames:["changelog.rst","index.rst","installation.rst","tutorial/index.rst"],objects:{},objnames:{},objtypes:{},terms:{"default":[0,3],"import":[0,1],"new":3,"true":[0,1,3],Added:0,For:0,With:[],access:0,accord:0,activ:[],add:0,advanc:0,all:0,allow:0,allow_mmap_read:0,allow_mmap_writ:0,also:[0,3],alwai:0,anymor:0,api:0,append:3,appli:3,apt:[],argument:0,assert:[1,3],automat:0,avail:0,batch:1,becaus:0,behav:3,bin:[],bind:1,blob:[1,3],block_restart_interv:0,block_siz:0,block_size_devi:0,blockbasedtablefactori:0,bloom_bits_per_kei:0,bloom_bits_per_prefix:0,bottommost_level_compact:0,builder:0,bunch:0,call:[0,3],can:1,cfd1:3,cfd2:3,cfd:3,cfh:3,change_level:0,changelog:1,clone:2,close:[1,3],code:0,collect:3,column:1,columnfamilydescriptor:3,columnfamilyopt:3,com:[0,2],compact:0,compact_rang:0,compaction_options_univers:0,compaction_styl:0,compactrang:0,compressiontyp:0,copt:3,could:0,creat:[1,3],create_column_famili:3,create_if_miss:[1,3],data:[1,3],databas:0,db_opt:3,db_stats_log_interv:0,dboption:3,defaultcolumnfamilynam:3,del:3,delet:[1,3],dev:[],dict:0,differ:3,disable_seek_compact:0,distro:[],document:0,drop:0,enabl:0,end:0,ensur:0,expect:3,facebook:0,fals:0,famili:1,feel:1,first:3,fix:0,follow:0,fork:1,format:0,found:1,free:1,from:[0,1],gather:3,get:[0,1,3],get_nam:3,get_properti:0,git:2,github:[0,1,2],handl:3,have:[0,3],how:[0,1],http:[0,1,2],increaseparallel:1,index:1,init:0,initi:0,instal:1,instruct:1,interfac:1,is_not_found:3,issu:[0,1],item:[0,3],iter:[0,1],iteritem:0,iterkei:0,itertool:0,itervalu:0,its:3,kei:[0,3],key0:3,key1:[1,3],key2:3,key3:3,key4:3,key_may_exist:0,keyword:0,lambda:0,len:3,level0_slowdown_writes_trigg:0,level0_stop_writes_trigg:0,librocksdb:[],like:0,list:0,lrucach:0,lz4_compress:0,lz4hc_compress:0,make:0,max_background_flush:0,max_open_fil:0,mean:0,memori:0,memtabl:0,memtable_factori:0,method:3,modif:3,modul:1,more:0,move:0,multi:1,multi_get:0,name:0,need:0,new_cf:3,newer:0,newtotalorderplaintablefactori:0,next:3,no_block_cach:0,now:0,one:3,onli:0,open:[1,3],oper:3,operatio:3,opt:[1,3],optim:0,optimizelevelstylecompact:1,option:[0,1,3],org:1,own:0,packag:[],page:[0,1],paramet:0,paranoid_check:0,path:[1,3],per:3,persist:0,pip:[],plaintabl:0,plaintablefactori:0,pointer:0,possibl:[0,3],prefix:0,prefix_extractor:0,prefix_seek:0,print:[0,1],properti:0,publish:0,pull:1,put:[1,3],pybind11:[1,2],pypi:0,pyrocksdb:[0,1,3],python3:1,raw:0,readopt:[0,1,3],realiz:0,recurs:2,reduce_level:0,relat:0,remov:0,renam:0,repair_db:0,represent:0,request:1,requir:[],rm_scan_count_limit:0,rocksdb:0,ropt:3,row_cach:0,search:1,seek:[0,3],seek_for_prev:3,seek_to_first:3,self:0,send:1,set:0,setup:2,singl:3,slightli:3,smart:0,solut:0,sourc:1,sst:0,stai:0,startswith:0,statu:[1,3],style:0,support:[0,3],tabl:0,table_cache_remove_scan_count_limit:0,table_factori:0,takewhil:0,test:1,than:3,thei:3,them:3,thi:0,thread:1,too:0,tracker:1,tutori:1,twmht:2,univers:0,updat:[0,3],use:0,uses:0,using:1,valid:3,valu:[0,3],value1:[1,3],value2:3,value3:3,vectorcolumnfamilydescriptor:3,venv:[],verify_checksums_in_compact:0,version:1,virtualenv:[],walk:0,were:0,which:0,whole_key_filt:0,wiki:0,within:0,wopt:3,work:0,write:[0,3],writebatch:3,writebatchiter:0,writeopt:[1,3],wrtie:1,you:[0,3],your:0},titles:["Changelog","Welcome to python-rocksdb\u2019s documentation!","Installing","Basic Usage of python-rocksdb"],titleterms:{"new":0,With:[],backward:0,basic:3,batch:3,build:2,chang:0,changelog:0,column:3,contribut:1,distro:[],document:1,famili:3,from:2,incompat:0,indic:1,instal:2,iter:3,overview:1,packag:[],pypi:[],python:[1,2,3],rocksdb:[1,2,3],sourc:2,tabl:1,usag:3,version:0,welcom:1,wrtie:3}}) \ No newline at end of file +Search.setIndex({docnames:["_generate/pyrocksdb.AdvancedColumnFamilyOptions","_generate/pyrocksdb.Blob","_generate/pyrocksdb.ColumnFamilyDescriptor","_generate/pyrocksdb.ColumnFamilyHandle","_generate/pyrocksdb.ColumnFamilyOptions","_generate/pyrocksdb.DB","_generate/pyrocksdb.DBOptions","_generate/pyrocksdb.IteratorWrapper","_generate/pyrocksdb.LRUCacheOptions","_generate/pyrocksdb.Options","_generate/pyrocksdb.ReadOptions","_generate/pyrocksdb.Snapshot","_generate/pyrocksdb.Status","_generate/pyrocksdb.TransactionDBOptions","_generate/pyrocksdb.TransactionOptions","_generate/pyrocksdb.VectorColumnFamilyDescriptor","_generate/pyrocksdb.VectorColumnFamilyHandle","_generate/pyrocksdb.WriteBatch","_generate/pyrocksdb.WriteOptions","_generate/pyrocksdb.transaction_db","_generate/pyrocksdb.transaction_wrapper","index","python_rocksdb"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,"sphinx.ext.intersphinx":1,"sphinx.ext.todo":1,"sphinx.ext.viewcode":1,sphinx:56},filenames:["_generate/pyrocksdb.AdvancedColumnFamilyOptions.rst","_generate/pyrocksdb.Blob.rst","_generate/pyrocksdb.ColumnFamilyDescriptor.rst","_generate/pyrocksdb.ColumnFamilyHandle.rst","_generate/pyrocksdb.ColumnFamilyOptions.rst","_generate/pyrocksdb.DB.rst","_generate/pyrocksdb.DBOptions.rst","_generate/pyrocksdb.IteratorWrapper.rst","_generate/pyrocksdb.LRUCacheOptions.rst","_generate/pyrocksdb.Options.rst","_generate/pyrocksdb.ReadOptions.rst","_generate/pyrocksdb.Snapshot.rst","_generate/pyrocksdb.Status.rst","_generate/pyrocksdb.TransactionDBOptions.rst","_generate/pyrocksdb.TransactionOptions.rst","_generate/pyrocksdb.VectorColumnFamilyDescriptor.rst","_generate/pyrocksdb.VectorColumnFamilyHandle.rst","_generate/pyrocksdb.WriteBatch.rst","_generate/pyrocksdb.WriteOptions.rst","_generate/pyrocksdb.transaction_db.rst","_generate/pyrocksdb.transaction_wrapper.rst","index.rst","python_rocksdb.rst"],objects:{"":{pyrocksdb:[22,0,0,"-"]},"pyrocksdb.AdvancedColumnFamilyOptions":{__init__:[0,2,1,""]},"pyrocksdb.Blob":{__init__:[1,2,1,""]},"pyrocksdb.ColumnFamilyDescriptor":{__init__:[2,2,1,""]},"pyrocksdb.ColumnFamilyHandle":{__init__:[3,2,1,""]},"pyrocksdb.ColumnFamilyOptions":{__init__:[4,2,1,""]},"pyrocksdb.DB":{__init__:[5,2,1,""]},"pyrocksdb.DBOptions":{__init__:[6,2,1,""]},"pyrocksdb.IteratorWrapper":{__init__:[7,2,1,""]},"pyrocksdb.LRUCacheOptions":{__init__:[8,2,1,""]},"pyrocksdb.Options":{__init__:[9,2,1,""]},"pyrocksdb.ReadOptions":{__init__:[10,2,1,""]},"pyrocksdb.Snapshot":{__init__:[11,2,1,""]},"pyrocksdb.Status":{__init__:[12,2,1,""]},"pyrocksdb.TransactionDBOptions":{__init__:[13,2,1,""]},"pyrocksdb.TransactionOptions":{__init__:[14,2,1,""]},"pyrocksdb.VectorColumnFamilyDescriptor":{__init__:[15,2,1,""]},"pyrocksdb.VectorColumnFamilyHandle":{__init__:[16,2,1,""]},"pyrocksdb.WriteBatch":{__init__:[17,2,1,""]},"pyrocksdb.WriteOptions":{__init__:[18,2,1,""]},"pyrocksdb.transaction_db":{__init__:[19,2,1,""]},"pyrocksdb.transaction_wrapper":{__init__:[20,2,1,""]},pyrocksdb:{AdvancedColumnFamilyOptions:[0,1,1,""],Blob:[1,1,1,""],ColumnFamilyDescriptor:[2,1,1,""],ColumnFamilyHandle:[3,1,1,""],ColumnFamilyOptions:[4,1,1,""],DB:[5,1,1,""],DBOptions:[6,1,1,""],IteratorWrapper:[7,1,1,""],LRUCacheOptions:[8,1,1,""],Options:[9,1,1,""],ReadOptions:[10,1,1,""],Snapshot:[11,1,1,""],Status:[12,1,1,""],TransactionDBOptions:[13,1,1,""],TransactionOptions:[14,1,1,""],VectorColumnFamilyDescriptor:[15,1,1,""],VectorColumnFamilyHandle:[16,1,1,""],WriteBatch:[17,1,1,""],WriteOptions:[18,1,1,""],transaction_db:[19,1,1,""],transaction_wrapper:[20,1,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method"},terms:{"class":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],"function":[15,16],"import":21,"true":21,__init__:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],accur:[7,20],advancedcolumnfamilyopt:21,api:21,arg0:[2,15,16],arg1:2,arg:[15,16],assert:21,attribut:[0,1,4,6,8,9,10,12,14],batch:21,bind:21,blob:21,can:[21,22],changelog:21,close:21,column:21,columnfamilydescriptor:21,columnfamilyhandl:21,columnfamilyopt:[2,21],constructor:[15,16],copi:[15,16],creat:21,create_if_miss:21,data:21,dboption:21,delet:21,easili:22,famili:21,feel:21,find:22,fork:21,found:21,free:21,from:21,get:21,github:21,header:22,help:[7,20],how:21,http:21,ident:22,increaseparallel:21,index:21,initi:[7,20],instal:21,instruct:21,interfac:21,issu:21,iter:[15,16,21],iteratorwrapp:21,key1:21,kwarg:[15,16],lrucacheopt:21,method:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],modul:21,most:22,multi:21,name:22,none:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19],offici:22,open:21,opt:21,optimizelevelstylecompact:21,option:21,org:21,overload:[15,16],page:21,path:21,print:21,pull:21,put:21,pybind11:21,pyrocksdb:21,python3:21,readopt:21,request:21,search:21,see:[7,20],self:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],send:21,signatur:[7,20],snapshot:21,sourc:21,statu:21,str:2,test:21,thread:21,thu:22,tracker:21,transaction_db:21,transaction_wrapp:21,transactiondbopt:21,transactionopt:21,tutori:21,type:[7,20],usag:22,using:21,value1:21,vectorcolumnfamilydescriptor:21,vectorcolumnfamilyhandl:21,version:21,writebatch:21,writeopt:21,wrtie:21,you:22},titles:["pyrocksdb.AdvancedColumnFamilyOptions","pyrocksdb.Blob","pyrocksdb.ColumnFamilyDescriptor","pyrocksdb.ColumnFamilyHandle","pyrocksdb.ColumnFamilyOptions","pyrocksdb.DB","pyrocksdb.DBOptions","pyrocksdb.IteratorWrapper","pyrocksdb.LRUCacheOptions","pyrocksdb.Options","pyrocksdb.ReadOptions","pyrocksdb.Snapshot","pyrocksdb.Status","pyrocksdb.TransactionDBOptions","pyrocksdb.TransactionOptions","pyrocksdb.VectorColumnFamilyDescriptor","pyrocksdb.VectorColumnFamilyHandle","pyrocksdb.WriteBatch","pyrocksdb.WriteOptions","pyrocksdb.transaction_db","pyrocksdb.transaction_wrapper","Welcome to python-rocksdb\u2019s documentation!","python rocksdb API"],titleterms:{advancedcolumnfamilyopt:0,api:22,blob:1,columnfamilydescriptor:2,columnfamilyhandl:3,columnfamilyopt:4,contribut:21,dboption:6,document:21,indic:21,iteratorwrapp:7,lrucacheopt:8,option:9,overview:21,pyrocksdb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],python:[21,22],readopt:10,rocksdb:[21,22],snapshot:11,statu:12,tabl:21,transaction_db:19,transaction_wrapp:20,transactiondbopt:13,transactionopt:14,vectorcolumnfamilydescriptor:15,vectorcolumnfamilyhandl:16,welcom:21,writebatch:17,writeopt:18}}) \ No newline at end of file