public class Services
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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) |
WindowAggregationService |
windowAggregationService() |
public static Services newInstance()
public static Services newInstance(@NonNull @NonNull cern.nxcals.api.config.SparkProperties props)
public static Services newInstance(@NonNull @NonNull org.apache.spark.sql.SparkSession session)
public FillService fillService()
public WindowAggregationService windowAggregationService()