Uses of Interface
com.datastax.astra.internal.command.CommandObserver
Packages that use CommandObserver
Package
Description
Classes for options of the core commands.
Top package to interact with Tables.
Internal technical classes to run commands against the API.
-
Uses of CommandObserver in com.datastax.astra.client.core.options
Methods in com.datastax.astra.client.core.options that return types with arguments of type CommandObserverMethods in com.datastax.astra.client.core.options with parameters of type CommandObserverModifier and TypeMethodDescriptionDataAPIClientOptions.addObserver(CommandObserver observer) Register an observer with its className.DataAPIClientOptions.addObserver(String name, CommandObserver observer) Register an observer with its className.BaseOptions.registerObserver(String name, CommandObserver observer) Allow to register a listener for the command. -
Uses of CommandObserver in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type CommandObserverModifier and TypeMethodDescriptionvoidTable.registerListener(String logger, CommandObserver commandObserver) Register a listener to execute commands on the table. -
Uses of CommandObserver in com.datastax.astra.internal.command
Classes in com.datastax.astra.internal.command that implement CommandObserverModifier and TypeClassDescriptionclassImplements aCommandObserverthat logs command execution details.