org.apache.accumulo.core.util.shell
public class ShellOptionsJC extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ShellOptionsJC.PasswordConverter |
static class |
ShellOptionsJC.TokenConverter |
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
ShellOptionsJC() |
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
getAuthenticationToken() |
int |
getAuthTimeout() |
String |
getClientConfigFile() |
ClientConfiguration |
getClientConfiguration() |
String |
getExecCommand() |
File |
getExecFile() |
File |
getExecFileVerbose() |
String |
getPassword() |
Map<String,String> |
getTokenProperties() |
List<String> |
getUnrecognizedOptions() |
String |
getUsername() |
String |
getZooKeeperHosts() |
List<String> |
getZooKeeperInstance() |
String |
getZooKeeperInstanceName() |
boolean |
isAuthTimeoutDisabled() |
boolean |
isDebugEnabled() |
boolean |
isFake() |
boolean |
isHdfsZooInstance() |
boolean |
isHelpEnabled() |
boolean |
isTabCompletionDisabled() |
boolean |
useSsl() |
public String getUsername()
public String getPassword()
public AuthenticationToken getAuthenticationToken()
public boolean isTabCompletionDisabled()
public boolean isDebugEnabled()
public boolean isFake()
public boolean isHelpEnabled()
public String getExecCommand()
public File getExecFile()
public File getExecFileVerbose()
public boolean isHdfsZooInstance()
public String getZooKeeperInstanceName()
public String getZooKeeperHosts()
public int getAuthTimeout()
public boolean isAuthTimeoutDisabled()
public boolean useSsl()
public String getClientConfigFile()
public ClientConfiguration getClientConfiguration() throws org.apache.commons.configuration.ConfigurationException, FileNotFoundException
org.apache.commons.configuration.ConfigurationException
FileNotFoundException
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.