Uses of Class
com.datastax.astra.internal.command.AbstractCursor
Packages that use AbstractCursor
Package
Description
Objects representing cursors working with find collection commands.
Objects representing cursors working with find tables commands.
Internal technical classes to run commands against the API.
-
Uses of AbstractCursor in com.datastax.astra.client.collections.commands.cursor
Subclasses of AbstractCursor in com.datastax.astra.client.collections.commands.cursorModifier and TypeClassDescriptionclassImplementation of a cursor across the find itemsclassCollectionFindCursor<T,R> Implementation of a cursor across the find items -
Uses of AbstractCursor in com.datastax.astra.client.tables.cursor
Subclasses of AbstractCursor in com.datastax.astra.client.tables.cursorModifier and TypeClassDescriptionclassTableFindCursor<T,R> Implementation of a cursor across the find items -
Uses of AbstractCursor in com.datastax.astra.internal.command
Fields in com.datastax.astra.internal.command declared as AbstractCursorModifier and TypeFieldDescriptionfinal AbstractCursor<?, ?> CursorError.cursorThe default error code for cursor errors.Constructors in com.datastax.astra.internal.command with parameters of type AbstractCursorModifierConstructorDescriptionCursorError(String message, AbstractCursor<?, ?> cursor) Constructor.