Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose JNI.MDB_stat type (or values) #2

Open
cowtowncoder opened this issue May 8, 2013 · 3 comments
Open

Expose JNI.MDB_stat type (or values) #2

cowtowncoder opened this issue May 8, 2013 · 3 comments

Comments

@cowtowncoder
Copy link

Although Database class has method "stat()", it can not be used currently since the type is not public (it's contained in package private type JNI).
It would be good to expose either type, or to return stats values in a container of some kind, like simple Map.

@chirino
Copy link
Owner

chirino commented May 8, 2013

Sounds good. I'd rather wrap in some form. Send in a patch :)

@cowtowncoder
Copy link
Author

Will do -- may take a while as I am travelling, but will tackle when I get a chance.
Having stats to expose would be useful. :)

@lucaong
Copy link

lucaong commented Oct 15, 2013

any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants