List of usage examples for org.apache.spark.api.java.function MapGroupsFunction interface-usage
From source file org.apache.metron.profiler.spark.function.ProfileBuilderFunction.java
/** * The function responsible for building profiles in Spark. */ public class ProfileBuilderFunction implements MapGroupsFunction<String, MessageRoute, ProfileMeasurementAdapter> { protected static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());