Uses of Class
org.apache.accumulo.core.util.shell.Shell.Command.CompletionSet

Packages that use Shell.Command.CompletionSet
org.apache.accumulo.core.util.shell   
org.apache.accumulo.core.util.shell.commands   
 

Uses of Shell.Command.CompletionSet in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that return Shell.Command.CompletionSet
static Shell.Command.CompletionSet Shell.Command.CompletionSet.valueOf(String name)
          Returns 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.core.util.shell with type arguments of type Shell.Command.CompletionSet
 void Shell.Command.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completion_set)
           
 void Shell.Command.registerCompletionForCommands(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void Shell.Command.registerCompletionForNamespaces(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void Shell.Command.registerCompletionForTables(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void Shell.Command.registerCompletionForUsers(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 

Constructor parameters in org.apache.accumulo.core.util.shell with type arguments of type Shell.Command.CompletionSet
ShellCompletor(Token rootToken, Map<Shell.Command.CompletionSet,Set<String>> options)
           
 

Uses of Shell.Command.CompletionSet in org.apache.accumulo.core.util.shell.commands
 

Method parameters in org.apache.accumulo.core.util.shell.commands with type arguments of type Shell.Command.CompletionSet
 void UserCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void TableOperation.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void TableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void SetAuthsCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void RevokeCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void RenameTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void RenameNamespaceCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void HelpCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void GrantCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void ExportTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void DropUserCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void DeleteNamespaceCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void DebugCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void CreateTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> special)
           
 void ConfigCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void CloneTableCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void AuthenticateCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 void AddAuthsCommand.registerCompletion(Token root, Map<Shell.Command.CompletionSet,Set<String>> completionSet)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.