You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming it should be relatively easy to implement CursorIterator.remove(), and probably add an additional method CursorIterator.remove(final PutFlags... f), by just delegating to cursor.delete(...)? The KeyRange / CursorIterator abstraction is nice, but seems like it's missing this functionality!
Assuming it should be relatively easy to implement
CursorIterator.remove(), and probably add an additional methodCursorIterator.remove(final PutFlags... f), by just delegating tocursor.delete(...)? TheKeyRange/CursorIteratorabstraction is nice, but seems like it's missing this functionality!