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 AggregationService
aggregationService()
ExtractionService
extractionService()
FillService
fillService()
static Services
newInstance()
static Services
newInstance(@NonNull cern.nxcals.api.config.SparkProperties props)
static Services
newInstance(@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)
-
fillService
public FillService fillService()
-
aggregationService
public AggregationService aggregationService()
-
extractionService
public ExtractionService extractionService()
-
-