public class SparkMasterRegex
extends java.lang.Object
Constructor and Description |
---|
SparkMasterRegex() |
Modifier and Type | Method and Description |
---|---|
static scala.util.matching.Regex |
LOCAL_CLUSTER_REGEX() |
static scala.util.matching.Regex |
LOCAL_N_FAILURES_REGEX() |
static scala.util.matching.Regex |
LOCAL_N_REGEX() |
static scala.util.matching.Regex |
MESOS_REGEX() |
static scala.util.matching.Regex |
SIMR_REGEX() |
static scala.util.matching.Regex |
SPARK_REGEX() |
public static scala.util.matching.Regex LOCAL_N_REGEX()
public static scala.util.matching.Regex LOCAL_N_FAILURES_REGEX()
public static scala.util.matching.Regex LOCAL_CLUSTER_REGEX()
public static scala.util.matching.Regex SPARK_REGEX()
public static scala.util.matching.Regex MESOS_REGEX()
public static scala.util.matching.Regex SIMR_REGEX()