A B C E F G H I K L M O P R S T U V Z 
All Classes All Packages

A

AccumuloCluster - Interface in org.apache.accumulo.cluster
Defines a minimum required set of methods to run an Accumulo cluster.
accumuloHome - Variable in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
accumuloPath - Variable in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
adminStopAll() - Method in interface org.apache.accumulo.cluster.ClusterControl
Issue an orderly shutdown of the cluster, throws an exception if it fails to return successfully (return value of 0).
adminStopAll() - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
adminStopAll() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 

B

BYTE - org.apache.accumulo.minicluster.MemoryUnit
 

C

clientAccumuloConfDir - Variable in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
cluster - Variable in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
ClusterControl - Interface in org.apache.accumulo.cluster
Basic functionality required to control an Accumulo cluster
ClusterUser - Class in org.apache.accumulo.cluster
Simple wrapper around a principal and its credentials: a password or a keytab.
ClusterUser(String, File) - Constructor for class org.apache.accumulo.cluster.ClusterUser
 
ClusterUser(String, String) - Constructor for class org.apache.accumulo.cluster.ClusterUser
 
ClusterUsers - Interface in org.apache.accumulo.cluster
General interface to get user details for an AccumuloCluster.
convert(String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter
 

E

equals(Object) - Method in class org.apache.accumulo.cluster.ClusterUser
 
equals(Object) - Method in class org.apache.accumulo.minicluster.impl.ProcessReference
 
exec(Class<?>, String[]) - Method in interface org.apache.accumulo.cluster.ClusterControl
Execute the given class against the cluster with the provided arguments and waits for completion.
exec(Class<?>, String[]) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
exec(Class<?>, String[]) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
exec(Class<?>, String...) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
exec(Class<?>, List<String>, String...) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
exec(String, String[]) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
execMapreduceWithStdout(Class<?>, String[]) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
execute() - Method in class org.apache.accumulo.cluster.RemoteShell
 
execute(String[]) - Method in class org.apache.accumulo.minicluster.impl.MiniClusterExecutable
 
execWithStdout(Class<?>, String[]) - Method in interface org.apache.accumulo.cluster.ClusterControl
Execute the given class against the cluster with the provided arguments and waits for completion.
execWithStdout(Class<?>, String[]) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
execWithStdout(Class<?>, String[]) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 

F

flush() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl.LogWriter
 
fromSuffix(String) - Static method in enum org.apache.accumulo.minicluster.MemoryUnit
 

G

GARBAGE_COLLECTOR - org.apache.accumulo.minicluster.ServerType
 
getAccumuloConfiguration() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getAccumuloDir() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getAccumuloHome() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getAdminUser() - Method in interface org.apache.accumulo.cluster.ClusterUsers
The "root" user.
getClasspathItems() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Gets the classpath elements to use when spawning processes.
getClientAccumuloConfDir() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getClientConfFile() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getClientConfig() - Method in interface org.apache.accumulo.cluster.AccumuloCluster
Get the client configuration for the cluster
getClientConfig() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getClientConfig() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getClientConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
getClusterControl() - Method in interface org.apache.accumulo.cluster.AccumuloCluster
Get an object that can manage a cluster
getClusterControl() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getClusterControl() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getConfDir() - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
getConfDir() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getConfig() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
getConfigProperties(File) - Static method in class org.apache.accumulo.minicluster.MiniAccumuloInstance
Deprecated.
since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
getConfiguredSiteConfig() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getConfiguredZooKeeperPort() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getConnector(String, String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
Utility method to get a connector to the MAC.
getConnector(String, AuthenticationToken) - Method in interface org.apache.accumulo.cluster.AccumuloCluster
Utility method to get a connector to the cluster.
getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getDebugPorts() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getDebugPorts() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
getDefaultMemory() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getDefaultMemory() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getDir() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getDir() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getExecString() - Method in class org.apache.accumulo.cluster.RemoteShell
 
getExistingZooKeepers() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getFileSystem() - Method in interface org.apache.accumulo.cluster.AccumuloCluster
 
getFileSystem() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getFileSystem() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getHadoopConfDir() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getHadoopConfDir() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getHadoopConfiguration() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getHadoopConfiguration() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getHosts(File) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
Read the provided file and return all lines which don't start with a '#' character
getInstanceName() - Method in interface org.apache.accumulo.cluster.AccumuloCluster
 
getInstanceName() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getInstanceName() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getInstanceName() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getInstanceName() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
getInstanceName() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getKeytab() - Method in class org.apache.accumulo.cluster.ClusterUser
 
getLogDir() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getLogWriters() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getMasterMonitorInfo() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
Get programmatic interface to information available in a normal monitor.
getMemory(ServerType) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getMemory(ServerType) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getMiniDfs() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getNativeLibPaths() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getNativeLibPaths() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getNumTservers() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getNumTservers() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getPassword() - Method in class org.apache.accumulo.cluster.ClusterUser
 
getPid(ServerType, String, String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
getPidCommand(ServerType, String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
getPrincipal() - Method in class org.apache.accumulo.cluster.ClusterUser
 
getProcess() - Method in class org.apache.accumulo.minicluster.impl.ProcessReference
 
getProcesses() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getProcessString(ServerType) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
getRemoteShellOptions() - Method in class org.apache.accumulo.cluster.RemoteShell
 
getRootPassword() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getRootPassword() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getRootUserName() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getServerAccumuloConfDir() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getShutdownExecutor() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getSiteConfig() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getSiteConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getSiteConfiguration() - Method in interface org.apache.accumulo.cluster.AccumuloCluster
Get server side config derived from accumulo-site.xml
getSiteConfiguration() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getSiteConfiguration() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getSshCommand() - Method in class org.apache.accumulo.cluster.RemoteShellOptions
The explicit SSH executable to invoke
getSshOptions() - Method in class org.apache.accumulo.cluster.RemoteShellOptions
Extra SSH options that can be provided
getSystemProperties() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getTemporaryPath() - Method in interface org.apache.accumulo.cluster.AccumuloCluster
 
getTemporaryPath() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getTemporaryPath() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getToken() - Method in class org.apache.accumulo.cluster.ClusterUser
Computes the appropriate AuthenticationToken for the user represented by this object.
getUser(int) - Method in interface org.apache.accumulo.cluster.ClusterUsers
Get an unprivileged user.
getUser(int) - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getUserName() - Method in class org.apache.accumulo.cluster.RemoteShellOptions
Fetch the configured user to ssh as
getZooKeeperPort() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getZooKeeperPort() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getZooKeepers() - Method in interface org.apache.accumulo.cluster.AccumuloCluster
 
getZooKeepers() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
getZooKeepers() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
getZooKeepers() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
getZooKeepers() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
getZooKeeperStartupTime() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
GIGABYTE - org.apache.accumulo.minicluster.MemoryUnit
 

H

hashCode() - Method in class org.apache.accumulo.cluster.ClusterUser
 
hashCode() - Method in class org.apache.accumulo.minicluster.impl.ProcessReference
 
hostname - Variable in class org.apache.accumulo.cluster.RemoteShell
 

I

isJDWPEnabled() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
isJDWPEnabled() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
isUseCredentialProvider() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 

K

keyword() - Method in class org.apache.accumulo.minicluster.impl.MiniClusterExecutable
 
kill(ServerType, String) - Method in interface org.apache.accumulo.cluster.ClusterControl
Send SIGKILL to the given process on the host
kill(ServerType, String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
kill(ServerType, String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
killProcess(ServerType, ProcessReference) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
killProcess(ServerType, ProcessReference) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
KILOBYTE - org.apache.accumulo.minicluster.MemoryUnit
 

L

LogWriter(InputStream, File) - Constructor for class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl.LogWriter
 

M

main(String[]) - Static method in class org.apache.accumulo.minicluster.MiniAccumuloRunner
Runs the MiniAccumuloCluster given a -p argument with a property file.
MASTER - org.apache.accumulo.minicluster.ServerType
 
MEGABYTE - org.apache.accumulo.minicluster.MemoryUnit
 
MemoryUnit - Enum in org.apache.accumulo.minicluster
 
MiniAccumuloCluster - Class in org.apache.accumulo.minicluster
A utility class that will create Zookeeper and Accumulo processes that write all of their data to a single local directory.
MiniAccumuloCluster(File, String) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
MiniAccumuloCluster(MiniAccumuloConfig) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
MiniAccumuloClusterControl - Class in org.apache.accumulo.minicluster.impl
 
MiniAccumuloClusterControl(MiniAccumuloClusterImpl) - Constructor for class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
MiniAccumuloClusterImpl - Class in org.apache.accumulo.minicluster.impl
This class provides the backing implementation for MiniAccumuloCluster, and may contain features for internal testing which have not yet been promoted to the public API.
MiniAccumuloClusterImpl(File, String) - Constructor for class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
MiniAccumuloClusterImpl(MiniAccumuloConfigImpl) - Constructor for class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
MiniAccumuloClusterImpl.LogWriter - Class in org.apache.accumulo.minicluster.impl
 
MiniAccumuloConfig - Class in org.apache.accumulo.minicluster
Holds configuration for MiniAccumuloCluster.
MiniAccumuloConfig(File, String) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
MiniAccumuloConfigImpl - Class in org.apache.accumulo.minicluster.impl
Holds configuration for MiniAccumuloClusterImpl.
MiniAccumuloConfigImpl(File, String) - Constructor for class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
MiniAccumuloInstance - Class in org.apache.accumulo.minicluster
 
MiniAccumuloInstance(String, File) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloInstance
Construct an Instance entry point to Accumulo using a MiniAccumuloCluster directory
MiniAccumuloRunner - Class in org.apache.accumulo.minicluster
A runner for starting up a MiniAccumuloCluster from the command line using an optional configuration properties file.
MiniAccumuloRunner() - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloRunner
 
MiniAccumuloRunner.Opts - Class in org.apache.accumulo.minicluster
 
MiniAccumuloRunner.PropertiesConverter - Class in org.apache.accumulo.minicluster
 
MiniClusterExecutable - Class in org.apache.accumulo.minicluster.impl
 
MiniClusterExecutable() - Constructor for class org.apache.accumulo.minicluster.impl.MiniClusterExecutable
 
MONITOR - org.apache.accumulo.minicluster.ServerType
 

O

options - Variable in class org.apache.accumulo.cluster.RemoteShell
 
options - Variable in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
Opts() - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloRunner.Opts
 
org.apache.accumulo.cluster - package org.apache.accumulo.cluster
 
org.apache.accumulo.cluster.standalone - package org.apache.accumulo.cluster.standalone
 
org.apache.accumulo.minicluster - package org.apache.accumulo.minicluster
 
org.apache.accumulo.minicluster.impl - package org.apache.accumulo.minicluster.impl
 

P

prettyPrint() - Method in enum org.apache.accumulo.minicluster.ServerType
 
ProcessNotFoundException - Exception in org.apache.accumulo.minicluster.impl
 
ProcessNotFoundException() - Constructor for exception org.apache.accumulo.minicluster.impl.ProcessNotFoundException
 
ProcessReference - Class in org.apache.accumulo.minicluster.impl
Opaque handle to a process.
properties - Variable in class org.apache.accumulo.cluster.RemoteShellOptions
 
PropertiesConverter() - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter
 

R

RemoteShell - Class in org.apache.accumulo.cluster
Execute a command, leveraging Hadoop's Shell.ShellCommandExecutor, on a remote host.
RemoteShell(String, String[], File, Map<String, String>, long, RemoteShellOptions) - Constructor for class org.apache.accumulo.cluster.RemoteShell
 
RemoteShell(String, String[], File, Map<String, String>, RemoteShellOptions) - Constructor for class org.apache.accumulo.cluster.RemoteShell
 
RemoteShell(String, String[], File, RemoteShellOptions) - Constructor for class org.apache.accumulo.cluster.RemoteShell
 
RemoteShell(String, String[], RemoteShellOptions) - Constructor for class org.apache.accumulo.cluster.RemoteShell
 
RemoteShellOptions - Class in org.apache.accumulo.cluster
Property-based configuration of options to control how SSH is performed.
RemoteShellOptions() - Constructor for class org.apache.accumulo.cluster.RemoteShellOptions
 
resume(ServerType, String) - Method in interface org.apache.accumulo.cluster.ClusterControl
Send SIGCONT to the given process on the host
resume(ServerType, String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
resume(ServerType, String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
run() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl.LogWriter
 

S

serverAccumuloConfDir - Variable in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
ServerType - Enum in org.apache.accumulo.minicluster
 
setAccumuloHome(String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
setClasspathItems(String...) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Sets the classpath elements to use when spawning processes.
setClientAccumuloConfDir(String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
setDefaultMemory(long, MemoryUnit) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Sets the default memory size to use.
setDefaultMemory(long, MemoryUnit) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Sets the default memory size to use.
setExistingZooKeepers(String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Configure an existing ZooKeeper instance to use.
setGoalState(String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
Wrapper around SetGoalState using the "server" ACCUMULO_CONF_DIR
setHadoopConfDir(String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
setInstanceName(String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Calling this method is optional.
setInstanceName(String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Calling this method is optional.
setJDWPEnabled(boolean) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
setJDWPEnabled(boolean) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
setMemory(ServerType, long, MemoryUnit) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Sets the amount of memory to use in the master process.
setMemory(ServerType, long, MemoryUnit) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Sets the amount of memory to use in the master process.
setNativeLibPaths(String...) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Sets the path for processes to use for loading native libraries
setNativeLibPaths(String...) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Sets the path for processes to use for loading native libraries
setNumTservers(int) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Calling this method is optional.
setNumTservers(int) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Calling this method is optional.
setProperty(Property, String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Sets arbitrary configuration properties.
setRemoteShellOptions(RemoteShellOptions) - Method in class org.apache.accumulo.cluster.RemoteShell
 
setRootUserName(String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Sets the default Accumulo "superuser".
setServerAccumuloConfDir(String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
setShutdownExecutor(ExecutorService) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
 
setSiteConfig(Map<String, String>) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Calling this method is optional.
setSiteConfig(Map<String, String>) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Calling this method is optional.
setSystemProperties(Map<String, String>) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
sets system properties set for service processes
setUseCredentialProvider(boolean) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
setZooKeeperPort(int) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Calling this method is optional.
setZooKeeperPort(int) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Calling this method is optional.
setZooKeeperStartupTime(long) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Configure the time to wait for ZooKeeper to startup.
setZooKeeperStartupTime(long) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Configure the time to wait for ZooKeeper to startup.
signal(ServerType, String, String) - Method in interface org.apache.accumulo.cluster.ClusterControl
Send the provided signal to the process on the host
signal(ServerType, String, String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
signal(ServerType, String, String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
SSH_COMMAND_DEFAULT - Static variable in class org.apache.accumulo.cluster.RemoteShellOptions
 
SSH_COMMAND_KEY - Static variable in class org.apache.accumulo.cluster.RemoteShellOptions
 
SSH_OPTIONS_DEFAULT - Static variable in class org.apache.accumulo.cluster.RemoteShellOptions
 
SSH_OPTIONS_KEY - Static variable in class org.apache.accumulo.cluster.RemoteShellOptions
 
SSH_PREFIX - Static variable in class org.apache.accumulo.cluster.RemoteShellOptions
 
SSH_PROPERTIES_FILE - Static variable in class org.apache.accumulo.cluster.RemoteShellOptions
 
SSH_USER_DEFAULT - Static variable in class org.apache.accumulo.cluster.RemoteShellOptions
 
SSH_USER_KEY - Static variable in class org.apache.accumulo.cluster.RemoteShellOptions
 
StandaloneAccumuloCluster - Class in org.apache.accumulo.cluster.standalone
AccumuloCluster implementation to connect to an existing deployment of Accumulo
StandaloneAccumuloCluster(ClientConfiguration, Path, List<ClusterUser>, String) - Constructor for class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
StandaloneAccumuloCluster(Instance, ClientConfiguration, Path, List<ClusterUser>, String) - Constructor for class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
StandaloneClusterControl - Class in org.apache.accumulo.cluster.standalone
Use the RemoteShell to control a standalone (possibly distibuted) Accumulo instance
StandaloneClusterControl(String) - Constructor for class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
StandaloneClusterControl(String, String, String, String) - Constructor for class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
start() - Method in interface org.apache.accumulo.cluster.AccumuloCluster
Start the AccumuloCluster
start() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
start() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
Starts Accumulo and Zookeeper processes.
start() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
Starts Accumulo and Zookeeper processes.
start(ServerType) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
start(ServerType, String) - Method in interface org.apache.accumulo.cluster.ClusterControl
Start the given process on the host
start(ServerType, String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
start(ServerType, String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
start(ServerType, String, Map<String, String>, int) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
startAllServers(ServerType) - Method in interface org.apache.accumulo.cluster.ClusterControl
Starts all occurrences of the given server
startAllServers(ServerType) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
startAllServers(ServerType) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
startServerPath - Variable in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
stop() - Method in interface org.apache.accumulo.cluster.AccumuloCluster
Stop the AccumuloCluster
stop() - Method in class org.apache.accumulo.cluster.standalone.StandaloneAccumuloCluster
 
stop() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl
Stops Accumulo and Zookeeper processes.
stop() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
Stops Accumulo and Zookeeper processes.
stop(ServerType) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
stop(ServerType, String) - Method in interface org.apache.accumulo.cluster.ClusterControl
Stop the given process on the host
stop(ServerType, String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
stop(ServerType, String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
stopAllServers(ServerType) - Method in interface org.apache.accumulo.cluster.ClusterControl
Stops all occurrences of the given server
stopAllServers(ServerType) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
stopAllServers(ServerType) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 
suffix() - Method in enum org.apache.accumulo.minicluster.MemoryUnit
 
suspend(ServerType, String) - Method in interface org.apache.accumulo.cluster.ClusterControl
Send SIGSTOP to the given process on the host
suspend(ServerType, String) - Method in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
suspend(ServerType, String) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloClusterControl
 

T

TABLET_SERVER - org.apache.accumulo.minicluster.ServerType
 
toBytes(long) - Method in enum org.apache.accumulo.minicluster.MemoryUnit
 
toolPath - Variable in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 
toString() - Method in class org.apache.accumulo.cluster.ClusterUser
 
toString() - Method in class org.apache.accumulo.minicluster.impl.ProcessReference
 
TRACER - org.apache.accumulo.minicluster.ServerType
 

U

useExistingInstance() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
useExistingInstance(File, File) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Informs MAC that it's running against an existing accumulo instance.
useExistingZooKeepers() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
useMiniDFS() - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
 
useMiniDFS(boolean) - Method in class org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl
Configures this cluster to use miniDFS instead of the local FileSystem.
user - Variable in class org.apache.accumulo.cluster.standalone.StandaloneClusterControl
 

V

valueOf(String) - Static method in enum org.apache.accumulo.minicluster.MemoryUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.minicluster.ServerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.accumulo.minicluster.MemoryUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.minicluster.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZOOKEEPER - org.apache.accumulo.minicluster.ServerType
 
ZooKeeperBindException - Exception in org.apache.accumulo.minicluster.impl
Thrown when we fail to connect to ZooKeeper (assuming the root cause is that ZooKeeper failed to bind to its port)
ZooKeeperBindException() - Constructor for exception org.apache.accumulo.minicluster.impl.ZooKeeperBindException
 
ZooKeeperBindException(String) - Constructor for exception org.apache.accumulo.minicluster.impl.ZooKeeperBindException
 
A B C E F G H I K L M O P R S T U V Z 
All Classes All Packages