Uses of Class
org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
-
Packages that use CliChangelogResultView.ResultChangelogOperation Package Description org.apache.flink.table.client.cli -
-
Uses of CliChangelogResultView.ResultChangelogOperation in org.apache.flink.table.client.cli
Methods in org.apache.flink.table.client.cli that return CliChangelogResultView.ResultChangelogOperation Modifier and Type Method Description static CliChangelogResultView.ResultChangelogOperationCliChangelogResultView.ResultChangelogOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static CliChangelogResultView.ResultChangelogOperation[]CliChangelogResultView.ResultChangelogOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.client.cli that return types with arguments of type CliChangelogResultView.ResultChangelogOperation Modifier and Type Method Description protected org.jline.keymap.KeyMap<CliChangelogResultView.ResultChangelogOperation>CliChangelogResultView. getKeys()Methods in org.apache.flink.table.client.cli with parameters of type CliChangelogResultView.ResultChangelogOperation Modifier and Type Method Description protected voidCliChangelogResultView. evaluate(CliChangelogResultView.ResultChangelogOperation operation, String binding)
-