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.
ColumnFamilyOptions
¶__init__
(self: pyrocksdb.ColumnFamilyOptions) → None¶Methods
+
|
++ |
|
++ |
Attributes
+
|
++ |
|
++ |
|
++ |
|
++ |
pyrocksdb.
DB
¶__init__
(self: pyrocksdb.DB) → None¶Methods
+
|
++ |
|
++ |
|
++ |
|
+Overloaded function. |
+
|
+Overloaded function. |
+
|
++ |
|
+Overloaded function. |
+
|
++ |
|
+Overloaded function. |
+
|
++ |
pyrocksdb.
DBOptions
¶__init__
(self: pyrocksdb.DBOptions) → None¶Methods
+
|
++ |
|
++ |
Attributes
+
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
pyrocksdb.
IteratorWrapper
¶__init__
()¶Initialize self. See help(type(self)) for accurate signature.
+Methods
+
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
pyrocksdb.
Options
¶__init__
(self: pyrocksdb.Options) → None¶Methods
+
|
++ |
|
++ |
|
++ |
Attributes
+
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
pyrocksdb.
Status
¶__init__
(self: pyrocksdb.Status) → None¶Methods
+
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
Attributes
+
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
pyrocksdb.
VectorColumnFamilyDescriptor
¶__init__
(*args, **kwargs)¶Overloaded function.
+__init__(self: pyrocksdb.VectorColumnFamilyDescriptor) -> None
__init__(self: pyrocksdb.VectorColumnFamilyDescriptor, arg0: pyrocksdb.VectorColumnFamilyDescriptor) -> None
Copy constructor
+__init__(self: pyrocksdb.VectorColumnFamilyDescriptor, arg0: iterable) -> None
Methods
+
|
+Overloaded function. |
+
|
+Add an item to the end of the list |
+
|
+Extend the list by appending all the items in the given list |
+
|
+Insert an item at a given position. |
+
|
+Overloaded function. |
+
pyrocksdb.
VectorColumnFamilyHandle
¶__init__
(*args, **kwargs)¶Overloaded function.
+__init__(self: pyrocksdb.VectorColumnFamilyHandle) -> None
__init__(self: pyrocksdb.VectorColumnFamilyHandle, arg0: pyrocksdb.VectorColumnFamilyHandle) -> None
Copy constructor
+__init__(self: pyrocksdb.VectorColumnFamilyHandle, arg0: iterable) -> None
Methods
+
|
+Overloaded function. |
+
|
+Add an item to the end of the list |
+
|
+Return the number of times |
+
|
+Extend the list by appending all the items in the given list |
+
|
+Insert an item at a given position. |
+
|
+Overloaded function. |
+
|
+Remove the first item from the list whose value is x. |
+
pyrocksdb.
transaction_db
¶__init__
(self: pyrocksdb.transaction_db) → None¶Methods
+
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
pyrocksdb.
transaction_wrapper
¶__init__
()¶Initialize self. See help(type(self)) for accurate signature.
+Methods
+
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
|
++ |
+ |
+ |
+ | + |
|
+ + |
+ |
+ |
+ |
|
+
+ |
+ | + |
+ | + |
+ | + |
+ | + |
Tested with python3.7
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
++ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |
+ | + |