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

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

Introduction

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

Usage

From source file org.eclairjs.nashorn.JSForeachPartitionFunction.java

public class JSForeachPartitionFunction extends JSBaseFunction implements ForeachPartitionFunction {

    public JSForeachPartitionFunction(String func, Object[] o) {
        super(func, o);
    }