Uses of Enum Class
org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster.ServerType
Packages that use ProcessBasedLocalHBaseCluster.ServerType
-
Uses of ProcessBasedLocalHBaseCluster.ServerType in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return ProcessBasedLocalHBaseCluster.ServerTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProcessBasedLocalHBaseCluster.ServerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.util with parameters of type ProcessBasedLocalHBaseCluster.ServerTypeModifier and TypeMethodDescriptionprivate final StringProcessBasedLocalHBaseCluster.generateConfig(ProcessBasedLocalHBaseCluster.ServerType serverType, int rpcPort, String daemonDir) private intProcessBasedLocalHBaseCluster.getServerPID(ProcessBasedLocalHBaseCluster.ServerType serverType, int port) private voidProcessBasedLocalHBaseCluster.killServer(ProcessBasedLocalHBaseCluster.ServerType serverType, int port) private StringProcessBasedLocalHBaseCluster.pidFilePath(ProcessBasedLocalHBaseCluster.ServerType serverType, int port) private StringProcessBasedLocalHBaseCluster.serverWorkingDir(ProcessBasedLocalHBaseCluster.ServerType serverType, int port) private voidProcessBasedLocalHBaseCluster.startServer(ProcessBasedLocalHBaseCluster.ServerType serverType, int rsPort)