Uses of Interface
eu.dnetlib.dhp.utils.FunctionalInterfaceSupport.ThrowingConsumer
Packages that use FunctionalInterfaceSupport.ThrowingConsumer
-
Uses of FunctionalInterfaceSupport.ThrowingConsumer in eu.dnetlib.dhp.utils
Methods in eu.dnetlib.dhp.utils with parameters of type FunctionalInterfaceSupport.ThrowingConsumerModifier and TypeMethodDescriptionstatic voidSparkSessionSupport.runWithSparkHiveSession(org.apache.spark.SparkConf conf, Boolean isSparkSessionManaged, FunctionalInterfaceSupport.ThrowingConsumer<org.apache.spark.sql.SparkSession, Exception> fn) Runs a given function using SparkSession created with hive support and using default builder and supplied SparkConf.static voidSparkSessionSupport.runWithSparkSession(Function<org.apache.spark.SparkConf, org.apache.spark.sql.SparkSession> sparkSessionBuilder, org.apache.spark.SparkConf conf, Boolean isSparkSessionManaged, FunctionalInterfaceSupport.ThrowingConsumer<org.apache.spark.sql.SparkSession, Exception> fn) Runs a given function using SparkSession created using supplied builder and supplied SparkConf.static voidSparkSessionSupport.runWithSparkSession(org.apache.spark.SparkConf conf, Boolean isSparkSessionManaged, FunctionalInterfaceSupport.ThrowingConsumer<org.apache.spark.sql.SparkSession, Exception> fn) Runs a given function using SparkSession created using default builder and supplied SparkConf.