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 TypeClassDescriptionclass
Implementation of a cursor across the find itemsclass
CollectionFindCursor<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 TypeClassDescriptionclass
TableFindCursor<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.cursor
The default error code for cursor errors.Constructors in com.datastax.astra.internal.command with parameters of type AbstractCursorModifierConstructorDescriptionCursorError
(String message, AbstractCursor<?, ?> cursor) Constructor.