Uses of Interface
org.cojen.tupl.Cursor
Packages that use Cursor
-
Uses of Cursor in org.cojen.tupl
Methods in org.cojen.tupl that return CursorModifier and TypeMethodDescriptionCursor.copy()
Returns a new independent Cursor, positioned where this one is, and linked to the same transaction.default Cursor
View.newAccessor
(Transaction txn, byte[] key) Returns a cursor intended for accessing values in chunks, permitting them to be larger than what can fit in main memory.View.newCursor
(Transaction txn) Returns a new cursor over this view.Methods in org.cojen.tupl with parameters of type CursorModifier and TypeMethodDescriptiondefault byte[]
Transformer.transformKey
(Cursor cursor) Transform or filter out the given key.default byte[]
Transformer.transformValue
(Cursor cursor, byte[] tkey) Transform or filter out the given value.