Class SparkContextProviderFinder

    • Field Summary

      • Fields inherited from interface org.openstreetmap.atlas.utilities.conversion.StringConverter

        IDENTITY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SparkContextProvider convert​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.openstreetmap.atlas.utilities.conversion.Converter

        apply
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • SparkContextProviderFinder

        public SparkContextProviderFinder()
    • Method Detail

      • convert

        public SparkContextProvider convert​(java.lang.String value)
        Specified by:
        convert in interface org.openstreetmap.atlas.utilities.conversion.Converter<java.lang.String,​SparkContextProvider>