Package org.apache.spark
Class SparkMasterRegex
Object
org.apache.spark.SparkMasterRegex
A collection of regexes for extracting information from the master string.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic scala.util.matching.Regexstatic scala.util.matching.Regexstatic scala.util.matching.Regexstatic scala.util.matching.Regexstatic scala.util.matching.Regex 
- 
Constructor Details
- 
SparkMasterRegex
public SparkMasterRegex() 
 - 
 - 
Method Details
- 
LOCAL_N_REGEX
public static scala.util.matching.Regex LOCAL_N_REGEX() - 
LOCAL_N_FAILURES_REGEX
public static scala.util.matching.Regex LOCAL_N_FAILURES_REGEX() - 
LOCAL_CLUSTER_REGEX
public static scala.util.matching.Regex LOCAL_CLUSTER_REGEX() - 
SPARK_REGEX
public static scala.util.matching.Regex SPARK_REGEX() - 
KUBERNETES_REGEX
public static scala.util.matching.Regex KUBERNETES_REGEX() 
 -