Search code examples
javaberkeley-dbberkeley-db-je

Berkeley DB JE - open cursor count


Is there a way to ask the API for a list of open cursors (or at least a count of the number of currently open cursors) ?


Solution

  • The guys over at OTN answered this for me.

    In short, no, there is no API method to get a count of open cursors.