Searched refs:endOperation (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java170 * cursor, and returns the old cursor. Always call endOperation in a
175 * endOperation.</p>
197 * the cursor. Always call endOperation when a successful operation ends,
200 private void endOperation(Cursor oldCursor, OperationStatus status, method in class:RangeCursor
267 endOperation(null, status, null, null, null);
275 endOperation(null, status, key, pKey, data);
296 endOperation(oldCursor, status, key, pKey, data);
302 endOperation(null, status, key, pKey, data);
323 endOperation(oldCursor, status, key, pKey, data);
339 endOperation(nul
[all...]

Completed in 100 milliseconds