Package cern.nxcals.api.custom.service
Class Services
- java.lang.Object
-
- cern.nxcals.api.custom.service.Services
-
public class Services extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationServiceaggregationService()ExtractionServiceextractionService()FillServicefillService()FundamentalServicefundamentalService()static ServicesnewInstance()static ServicesnewInstance(@NonNull cern.nxcals.api.config.SparkProperties props)static ServicesnewInstance(@NonNull java.util.function.Supplier<org.apache.spark.sql.SparkSession> sessionSupplier)static ServicesnewInstance(@NonNull org.apache.spark.sql.SparkSession session)
-
-
-
Method Detail
-
newInstance
public static Services newInstance()
-
newInstance
public static Services newInstance(@NonNull @NonNull cern.nxcals.api.config.SparkProperties props)
-
newInstance
public static Services newInstance(@NonNull @NonNull org.apache.spark.sql.SparkSession session)
-
newInstance
public static Services newInstance(@NonNull @NonNull java.util.function.Supplier<org.apache.spark.sql.SparkSession> sessionSupplier)
-
fillService
public FillService fillService()
-
fundamentalService
public FundamentalService fundamentalService()
-
aggregationService
public AggregationService aggregationService()
-
extractionService
public ExtractionService extractionService()
-
-