Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Rocksdb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
Python Rocksdb
Commits
b600d337
Commit
b600d337
authored
11 years ago
by
hofmockel
Browse files
Options
Downloads
Patches
Plain Diff
Get access to the dedicated logger of a DB
parent
43a69973
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rocksdb/db.pxd
+1
-0
1 addition, 0 deletions
rocksdb/db.pxd
rocksdb/options.pxd
+1
-1
1 addition, 1 deletion
rocksdb/options.pxd
with
2 additions
and
1 deletion
rocksdb/db.pxd
+
1
−
0
View file @
b600d337
...
@@ -101,6 +101,7 @@ cdef extern from "rocksdb/db.h" namespace "rocksdb":
...
@@ -101,6 +101,7 @@ cdef extern from "rocksdb/db.h" namespace "rocksdb":
int
MaxMemCompactionLevel
()
nogil
except
+
int
MaxMemCompactionLevel
()
nogil
except
+
int
Level0StopWriteTrigger
()
nogil
except
+
int
Level0StopWriteTrigger
()
nogil
except
+
const
string
&
GetName
()
nogil
except
+
const
string
&
GetName
()
nogil
except
+
const
options
.
Options
&
GetOptions
()
nogil
except
+
Status
Flush
(
const
options
.
FlushOptions
&
)
nogil
except
+
Status
Flush
(
const
options
.
FlushOptions
&
)
nogil
except
+
Status
DisableFileDeletions
()
nogil
except
+
Status
DisableFileDeletions
()
nogil
except
+
Status
EnableFileDeletions
()
nogil
except
+
Status
EnableFileDeletions
()
nogil
except
+
...
...
This diff is collapsed.
Click to expand it.
rocksdb/options.pxd
+
1
−
1
View file @
b600d337
...
@@ -33,7 +33,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
...
@@ -33,7 +33,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
cpp_bool
error_if_exists
cpp_bool
error_if_exists
cpp_bool
paranoid_checks
cpp_bool
paranoid_checks
# TODO: env
# TODO: env
# TODO:
info_log
shared_ptr
[
Logger
]
info_log
size_t
write_buffer_size
size_t
write_buffer_size
int
max_write_buffer_number
int
max_write_buffer_number
int
min_write_buffer_number_to_merge
int
min_write_buffer_number_to_merge
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment