Package org.apache.spark
Class SparkMasterRegex
Object
org.apache.spark.SparkMasterRegex
A collection of regexes for extracting information from the master string.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic scala.util.matching.Regexstatic scala.util.matching.Regexstatic scala.util.matching.Regexstatic scala.util.matching.Regexstatic scala.util.matching.Regex
- 
Constructor Details- 
SparkMasterRegexpublic SparkMasterRegex()
 
- 
- 
Method Details- 
LOCAL_N_REGEXpublic static scala.util.matching.Regex LOCAL_N_REGEX()
- 
LOCAL_N_FAILURES_REGEXpublic static scala.util.matching.Regex LOCAL_N_FAILURES_REGEX()
- 
LOCAL_CLUSTER_REGEXpublic static scala.util.matching.Regex LOCAL_CLUSTER_REGEX()
- 
SPARK_REGEXpublic static scala.util.matching.Regex SPARK_REGEX()
- 
KUBERNETES_REGEXpublic static scala.util.matching.Regex KUBERNETES_REGEX()
 
-