Uses of Class
org.apache.accumulo.minicluster.ServerType
-
Packages that use ServerType Package Description org.apache.accumulo.cluster org.apache.accumulo.cluster.standalone org.apache.accumulo.minicluster org.apache.accumulo.miniclusterImpl -
-
Uses of ServerType in org.apache.accumulo.cluster
Methods in org.apache.accumulo.cluster with parameters of type ServerType Modifier and Type Method Description voidClusterControl. kill(ServerType server, String hostname)Send SIGKILL to the given process on the hostvoidClusterControl. resume(ServerType server, String hostname)Send SIGCONT to the given process on the hostvoidClusterControl. signal(ServerType server, String hostname, String signal)Send the provided signal to the process on the hostvoidClusterControl. start(ServerType server, String hostname)Start the given process on the hostvoidClusterControl. startAllServers(ServerType server)Starts all occurrences of the given servervoidClusterControl. stop(ServerType server, String hostname)Stop the given process on the hostvoidClusterControl. stopAllServers(ServerType server)Stops all occurrences of the given servervoidClusterControl. suspend(ServerType server, String hostname)Send SIGSTOP to the given process on the host -
Uses of ServerType in org.apache.accumulo.cluster.standalone
Methods in org.apache.accumulo.cluster.standalone with parameters of type ServerType Modifier and Type Method Description protected StringStandaloneClusterControl. getPid(ServerType server, String accumuloHome, String hostname)protected String[]StandaloneClusterControl. getPidCommand(ServerType server, String accumuloHome)protected StringStandaloneClusterControl. getProcessString(ServerType server)voidStandaloneClusterControl. kill(ServerType server, String hostname)voidStandaloneClusterControl. resume(ServerType server, String hostname)voidStandaloneClusterControl. signal(ServerType server, String hostname, String signal)voidStandaloneClusterControl. start(ServerType server, String hostname)voidStandaloneClusterControl. startAllServers(ServerType server)voidStandaloneClusterControl. stop(ServerType server, String hostname)voidStandaloneClusterControl. stopAllServers(ServerType server)voidStandaloneClusterControl. suspend(ServerType server, String hostname) -
Uses of ServerType in org.apache.accumulo.minicluster
Methods in org.apache.accumulo.minicluster that return ServerType Modifier and Type Method Description static ServerTypeServerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerType[]ServerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.minicluster that return types with arguments of type ServerType Modifier and Type Method Description Set<Pair<ServerType,Integer>>MiniAccumuloCluster. getDebugPorts()Methods in org.apache.accumulo.minicluster with parameters of type ServerType Modifier and Type Method Description longMiniAccumuloConfig. getMemory(ServerType serverType)MiniAccumuloConfigMiniAccumuloConfig. setMemory(ServerType serverType, long memory, MemoryUnit memoryUnit)Sets the amount of memory to use in the master process. -
Uses of ServerType in org.apache.accumulo.miniclusterImpl
Methods in org.apache.accumulo.miniclusterImpl that return types with arguments of type ServerType Modifier and Type Method Description Set<Pair<ServerType,Integer>>MiniAccumuloClusterImpl. getDebugPorts()Map<ServerType,Collection<ProcessReference>>MiniAccumuloClusterImpl. getProcesses()Methods in org.apache.accumulo.miniclusterImpl with parameters of type ServerType Modifier and Type Method Description MiniAccumuloClusterImpl.ProcessInfoMiniAccumuloClusterImpl. _exec(Class<?> clazz, ServerType serverType, Map<String,String> configOverrides, String... args)longMiniAccumuloConfigImpl. getMemory(ServerType serverType)voidMiniAccumuloClusterControl. kill(ServerType server, String hostname)voidMiniAccumuloClusterControl. killProcess(ServerType type, ProcessReference procRef)voidMiniAccumuloClusterImpl. killProcess(ServerType type, ProcessReference proc)voidMiniAccumuloClusterControl. resume(ServerType server, String hostname)MiniAccumuloConfigImplMiniAccumuloConfigImpl. setMemory(ServerType serverType, long memory, MemoryUnit memoryUnit)Sets the amount of memory to use in the master process.voidMiniAccumuloClusterControl. signal(ServerType server, String hostname, String signal)voidMiniAccumuloClusterControl. start(ServerType server)voidMiniAccumuloClusterControl. start(ServerType server, String hostname)voidMiniAccumuloClusterControl. start(ServerType server, Map<String,String> configOverrides, int limit)voidMiniAccumuloClusterControl. startAllServers(ServerType server)voidMiniAccumuloClusterControl. stop(ServerType server)voidMiniAccumuloClusterControl. stop(ServerType server, String hostname)voidMiniAccumuloClusterControl. stopAllServers(ServerType server)voidMiniAccumuloClusterControl. suspend(ServerType server, String hostname)
-