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

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

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(java.lang.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, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completion_set)
           
 void Shell.AuthenticateCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completionSet)
           
 void Shell.DropUserCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completionSet)
           
 void Shell.SetAuthsCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completionSet)
           
 void Shell.GrantCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completionSet)
           
 void Shell.RevokeCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completionSet)
           
 void Shell.HelpCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> special)
           
 void Shell.DebugCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> special)
           
 void Shell.UserCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> special)
           
 void Shell.DeleteTableCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> special)
           
 void Shell.RenameTableCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completionSet)
           
 void Shell.TableCommand.registerCompletion(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> special)
           
 void Shell.Command.registerCompletionForCommands(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completionSet)
           
 void Shell.Command.registerCompletionForTables(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completionSet)
           
 void Shell.Command.registerCompletionForUsers(Token root, java.util.Map<Shell.Command.CompletionSet,java.util.Set<java.lang.String>> completionSet)
           
 

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.