All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ChangelogCollectResult Collects results and returns them as a changelog.ChangelogResult A result that is represented as a changelog consisting of insert and delete records.CliChangelogResultView CLI view for retrieving and displaying a changelog stream.CliChangelogResultView.ResultChangelogOperation Available operations for this view.CliClient SQL CLI client.CliClient.ExecutionMode Mode of the execution.ClientClassloaderUtil Utilities forClientWrapperClassLoader.ClientResourceManager TheClientResourceManageris able to remove the registered JAR resources with the specified jar path.ClientWrapperClassLoader This class loader extendsFlinkUserCodeClassLoaders.SafetyNetWrapperClassLoader, upon theaddURLmethod, it also exposes aremoveURLmethod which used to remove unnecessary jar from current classloader path.CliInputView CLI view for entering a string.CliInputView.InputOperation Available operations for this view.CliOptions Command line options to configure the SQL client.CliOptions.EmbeddedCliOptions Command option lines to configure SQL Client in the embedded mode.CliOptions.GatewayCliOptions Command option lines to configure SQL Client in the gateway mode.CliOptionsParser Parser for command line options.CliResultView<O extends Enum<O>> Abstract CLI view for showing results (either as changelog or table).CliRowView CLI view for visualizing a row.CliRowView.RowOperation Available operations for this view.CliStrings Utility class that contains all strings for CLI commands and messages.CliTableauResultView Print result in tableau mode.CliTableResultView CLI view for retrieving and displaying a table.CliTableResultView.ResultTableOperation Available operations for this view.CliUtils Utilities for CLI formatting.CliView<OP extends Enum<OP>,OUT> Framework for a CLI view with header, footer, and main part that is scrollable.CollectResultBase A result that works throughTableResult.collect().Command Enumerates the possible types of input statements.DefaultContextUtils Utils to build aDefaultContext.DynamicResult A result of a dynamic table program.Executor A gateway for communicating with Flink and other external systems.ExecutorImpl Executor to connect toSqlGatewayand execute statements.MaterializedCollectBatchResult Collects results and returns them as table snapshots.MaterializedCollectResultBase Base class to collect results and returns them as table snapshots.MaterializedCollectStreamResult Collects results and returns them as table snapshots.MaterializedResult A result that is materialized and can be viewed by navigating through a snapshot.Printer Printer to print the results to the terminal.Printer.ClearCommandPrinter Printer to clear the terminal.Printer.HelpCommandPrinter Printer to print the HELP results.Printer.InitializationCommandPrinter Printer prints the initialization command results.Printer.QuitCommandPrinter Printer to print the QUIT messages.Printer.StatementResultPrinter Printer prints the statement results.ResultDescriptor Describes a result to be expected from a table program.ResultMode The mode when display the result of the query in the sql client.SingleSessionManager ASessionManageronly has one session at most.SqlClient SQL Client for submitting SQL statements.SqlClientException General exception for SQL client related errors.SqlClientOptions Options used in sql client.SqlClientParserState State of parser used while preparing highlighted output, multiline parsing.SqlClientSyntaxHighlighter Sql Client syntax highlighter.SqlCommandParser SqlClient command parser.SqlCommandParserImpl TheSqlCommandParserImplusesFlinkSqlParserImplTokenManagerto do lexical analysis.SqlCompleter SQL code completer.SqlExecutionException Exception thrown during the execution of SQL statements.SqlMultiLineParser Multi-line parser for parsing an arbitrary number of SQL lines until a line ends with ';'.StatementResult Wrapped results for theFetchResultsResponseBody.SyntaxHighlightStyle Styles forSqlClientSyntaxHighlighter.SyntaxHighlightStyle.BuiltInStyle Pre-defined highlight styles.TerminalUtils Utilities for terminal handling.TerminalUtils.MockOutputStream A mockOutputStreamfor testing.TypedResult<P> Result with an attached type (actual payload, EOS, etc.).TypedResult.ResultType Result types.