Package org.apache.accumulo.server.cli
Class ClientOnRequiredTable
- java.lang.Object
-
- org.apache.accumulo.core.cli.Help
-
- org.apache.accumulo.core.cli.ClientOpts
-
- org.apache.accumulo.core.cli.ClientOnRequiredTable
-
- org.apache.accumulo.server.cli.ClientOnRequiredTable
-
public class ClientOnRequiredTable extends ClientOnRequiredTable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.accumulo.core.cli.ClientOpts
ClientOpts.AuthConverter, ClientOpts.MemoryConverter, ClientOpts.Password, ClientOpts.PasswordConverter, ClientOpts.TimeConverter, ClientOpts.VisibilityConverter
-
-
Field Summary
-
Fields inherited from class org.apache.accumulo.core.cli.ClientOpts
auths, cachedClientConfig, cachedInstance, clientConfigFile, debug, instance, keytabPath, loginProps, mock, saslEnabled, siteFile, sslEnabled, trace, zookeepers
-
-
Constructor Summary
Constructors Constructor Description ClientOnRequiredTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instance
getInstance()
-
Methods inherited from class org.apache.accumulo.core.cli.ClientOnRequiredTable
getTableName, setTableName
-
Methods inherited from class org.apache.accumulo.core.cli.ClientOpts
getClientConfiguration, getConnector, getPassword, getPrincipal, getSecurePassword, getToken, getTokenClassName, parseArgs, setPassword, setPrincipal, setSecurePassword, startDebugLogging, startTracing, stopTracing, updateKerberosCredentials, updateKerberosCredentials
-
Methods inherited from class org.apache.accumulo.core.cli.Help
exit, exitWithError
-
-
-
-
Method Detail
-
getInstance
public Instance getInstance()
- Overrides:
getInstance
in classClientOpts
-
-