Example usage for org.apache.spark.api.java.function MapGroupsFunction interface-usage

List of usage examples for org.apache.spark.api.java.function MapGroupsFunction interface-usage

Introduction

In this page you can find the example usage for org.apache.spark.api.java.function MapGroupsFunction interface-usage.

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());