Add overloads to Cursor positioning methods which take time limits
------------------------------------------------------------------
Key: DIRSERVER-1177
URL: https://issues.apache.org/jira/browse/DIRSERVER-1177
Project: Directory ApacheDS
Issue Type: New Feature
Reporter: Alex Karasulu
Fix For: 1.5.3
Some Cursors will spend time positioning themselves properly possibly doing a
lot of work during the course of a positioning call like next(). This may
block beyond an amount of time which is allowable. To prevent this, these
overloads to the Cursor positioning methods should be added to take a
millisecond long parameter. Such overloads can return with an error code or
can throw an exception when the operation could not complete due to timing
constraints. We have to determine which is best.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.