Uses of Enum
org.apache.accumulo.shell.Shell.Command.CompletionSet
Packages that use Shell.Command.CompletionSet
-
Uses of Shell.Command.CompletionSet in org.apache.accumulo.shell
Methods in org.apache.accumulo.shell that return Shell.Command.CompletionSetModifier and TypeMethodDescriptionstatic Shell.Command.CompletionSetReturns the enum constant of this type with the specified name.static Shell.Command.CompletionSet[]Shell.Command.CompletionSet.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.accumulo.shell with type arguments of type Shell.Command.CompletionSetModifier and TypeMethodDescriptionvoidShell.Command.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completion_set) voidShell.Command.registerCompletionForCommands(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidShell.Command.registerCompletionForNamespaces(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidShell.Command.registerCompletionForTables(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidShell.Command.registerCompletionForUsers(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) Constructor parameters in org.apache.accumulo.shell with type arguments of type Shell.Command.CompletionSetModifierConstructorDescriptionShellCompletor(Token rootToken, Map<Shell.Command.CompletionSet, Set<String>> options) -
Uses of Shell.Command.CompletionSet in org.apache.accumulo.shell.commands
Method parameters in org.apache.accumulo.shell.commands with type arguments of type Shell.Command.CompletionSetModifier and TypeMethodDescriptionvoidAddAuthsCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidAuthenticateCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidCloneTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidConfigCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidCreateTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> special) voidDeleteAuthsCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidDeleteNamespaceCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> special) voidDropUserCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidExportTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidGrantCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidHelpCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> special) voidImportDirectoryCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidRenameNamespaceCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> special) voidRenameTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidRevokeCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidSetAuthsCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> completionSet) voidTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> special) voidTableOperation.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> special) voidUserCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet, Set<String>> special)