Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BD5DA200BCA for ; Sun, 6 Nov 2016 08:19:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BBF1E160B23; Sun, 6 Nov 2016 07:19:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 63DFB160B14 for ; Sun, 6 Nov 2016 08:19:33 +0100 (CET) Received: (qmail 16260 invoked by uid 500); 6 Nov 2016 07:19:32 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 15474 invoked by uid 99); 6 Nov 2016 07:19:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2016 07:19:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD9BDF170C; Sun, 6 Nov 2016 07:19:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rxin@apache.org To: commits@spark.apache.org Date: Sun, 06 Nov 2016 07:19:37 -0000 Message-Id: <3d203b2ed6544e26a3b9ba60410b2922@git.apache.org> In-Reply-To: <2adc6be775974065860e06440ab73d02@git.apache.org> References: <2adc6be775974065860e06440ab73d02@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/51] [partial] spark-website git commit: Add 1.6.3 doc. archived-at: Sun, 06 Nov 2016 07:19:35 -0000 http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/MapPartitionsFunction.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/MapPartitionsFunction.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/MapPartitionsFunction.html new file mode 100644 index 0000000..e11756b --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/MapPartitionsFunction.html @@ -0,0 +1,213 @@ + + + + + +MapPartitionsFunction (Spark 1.6.3 JavaDoc) + + + + + + + + + + + +
+
org.apache.spark.api.java.function
+

Interface MapPartitionsFunction<T,U>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public interface MapPartitionsFunction<T,U>
    +extends java.io.Serializable
    +
    Base interface for function used in Dataset's mapPartitions.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Iterable<U>call(java.util.Iterator<T> input) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        call

        +
        Iterable<U> call(java.util.Iterator<T> input)
        +                 throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/PairFlatMapFunction.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/PairFlatMapFunction.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/PairFlatMapFunction.html new file mode 100644 index 0000000..435175e --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/PairFlatMapFunction.html @@ -0,0 +1,216 @@ + + + + + +PairFlatMapFunction (Spark 1.6.3 JavaDoc) + + + + + + + + + + + +
+
org.apache.spark.api.java.function
+

Interface PairFlatMapFunction<T,K,V>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public interface PairFlatMapFunction<T,K,V>
    +extends java.io.Serializable
    +
    A function that returns zero or more key-value pair records from each input record. The + key-value pairs are represented as scala.Tuple2 objects.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Iterable<scala.Tuple2<K,V>>call(T t) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        call

        +
        Iterable<scala.Tuple2<K,V>> call(T t)
        +                                 throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/PairFunction.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/PairFunction.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/PairFunction.html new file mode 100644 index 0000000..ad557ca --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/PairFunction.html @@ -0,0 +1,216 @@ + + + + + +PairFunction (Spark 1.6.3 JavaDoc) + + + + + + + + + + + +
+
org.apache.spark.api.java.function
+

Interface PairFunction<T,K,V>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public interface PairFunction<T,K,V>
    +extends java.io.Serializable
    +
    A function that returns key-value pairs (Tuple2<K, V>), and can be used to + construct PairRDDs.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      scala.Tuple2<K,V>call(T t) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        call

        +
        scala.Tuple2<K,V> call(T t)
        +                       throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/ReduceFunction.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/ReduceFunction.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/ReduceFunction.html new file mode 100644 index 0000000..59eec5b --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/ReduceFunction.html @@ -0,0 +1,217 @@ + + + + + +ReduceFunction (Spark 1.6.3 JavaDoc) + + + + + + + + + + + +
+
org.apache.spark.api.java.function
+

Interface ReduceFunction<T>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public interface ReduceFunction<T>
    +extends java.io.Serializable
    +
    Base interface for function used in Dataset's reduce.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Tcall(T v1, + T v2) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        call

        +
        T call(T v1,
        +     T v2)
        +       throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/VoidFunction.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/VoidFunction.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/VoidFunction.html new file mode 100644 index 0000000..756e149 --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/VoidFunction.html @@ -0,0 +1,215 @@ + + + + + +VoidFunction (Spark 1.6.3 JavaDoc) + + + + + + + + + + + +
+
org.apache.spark.api.java.function
+

Interface VoidFunction<T>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public interface VoidFunction<T>
    +extends java.io.Serializable
    +
    A function with no return value.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidcall(T t) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        call

        +
        void call(T t)
        +          throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/VoidFunction2.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/VoidFunction2.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/VoidFunction2.html new file mode 100644 index 0000000..ebbf21e --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/VoidFunction2.html @@ -0,0 +1,217 @@ + + + + + +VoidFunction2 (Spark 1.6.3 JavaDoc) + + + + + + + + + + + +
+
org.apache.spark.api.java.function
+

Interface VoidFunction2<T1,T2>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public interface VoidFunction2<T1,T2>
    +extends java.io.Serializable
    +
    A two-argument function that takes arguments of type T1 and T2 with no return value.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidcall(T1 v1, + T2 v2) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        call

        +
        void call(T1 v1,
        +        T2 v2)
        +          throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-frame.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-frame.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-frame.html new file mode 100644 index 0000000..2be5fd7 --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-frame.html @@ -0,0 +1,40 @@ + + + + + +org.apache.spark.api.java.function (Spark 1.6.3 JavaDoc) + + + + +

org.apache.spark.api.java.function

+ + + http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-summary.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-summary.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-summary.html new file mode 100644 index 0000000..33b92c0 --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-summary.html @@ -0,0 +1,272 @@ + + + + + +org.apache.spark.api.java.function (Spark 1.6.3 JavaDoc) + + + + + + + +
+ + + + + +
+ + +
+

Package org.apache.spark.api.java.function

+
+
Set of interfaces to represent functions in Spark's Java API.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    CoGroupFunction<K,V1,V2,R> +
    A function that returns zero or more output records from each grouping key and its values from 2 + Datasets.
    +
    DoubleFlatMapFunction<T> +
    A function that returns zero or more records of type Double from each input record.
    +
    DoubleFunction<T> +
    A function that returns Doubles, and can be used to construct DoubleRDDs.
    +
    FilterFunction<T> +
    Base interface for a function used in Dataset's filter function.
    +
    FlatMapFunction<T,R> +
    A function that returns zero or more output records from each input record.
    +
    FlatMapFunction2<T1,T2,R> +
    A function that takes two inputs and returns zero or more output records.
    +
    FlatMapGroupsFunction<K,V,R> +
    A function that returns zero or more output records from each grouping key and its values.
    +
    ForeachFunction<T> +
    Base interface for a function used in Dataset's foreach function.
    +
    ForeachPartitionFunction<T> +
    Base interface for a function used in Dataset's foreachPartition function.
    +
    Function<T1,R> +
    Base interface for functions whose return types do not create special RDDs.
    +
    Function0<R> +
    A zero-argument function that returns an R.
    +
    Function2<T1,T2,R> +
    A two-argument function that takes arguments of type T1 and T2 and returns an R.
    +
    Function3<T1,T2,T3,R> +
    A three-argument function that takes arguments of type T1, T2 and T3 and returns an R.
    +
    Function4<T1,T2,T3,T4,R> +
    A four-argument function that takes arguments of type T1, T2, T3 and T4 and returns an R.
    +
    MapFunction<T,U> +
    Base interface for a map function used in Dataset's map function.
    +
    MapGroupsFunction<K,V,R> +
    Base interface for a map function used in GroupedDataset's mapGroup function.
    +
    MapPartitionsFunction<T,U> +
    Base interface for function used in Dataset's mapPartitions.
    +
    PairFlatMapFunction<T,K,V> +
    A function that returns zero or more key-value pair records from each input record.
    +
    PairFunction<T,K,V> +
    A function that returns key-value pairs (Tuple2<K, V>), and can be used to + construct PairRDDs.
    +
    ReduceFunction<T> +
    Base interface for function used in Dataset's reduce.
    +
    VoidFunction<T> +
    A function with no return value.
    +
    VoidFunction2<T1,T2> +
    A two-argument function that takes arguments of type T1 and T2 with no return value.
    +
    +
  • +
+ + + +

Package org.apache.spark.api.java.function Description

+
Set of interfaces to represent functions in Spark's Java API. Users create implementations of + these interfaces to pass functions to various Java API methods for Spark. Please visit Spark's + Java programming guide for more details.
+
+ +
+ + + + + +
+ + + + http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-tree.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-tree.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-tree.html new file mode 100644 index 0000000..2e8c36c --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/function/package-tree.html @@ -0,0 +1,147 @@ + + + + + +org.apache.spark.api.java.function Class Hierarchy (Spark 1.6.3 JavaDoc) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.apache.spark.api.java.function

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + http://git-wip-us.apache.org/repos/asf/spark-website/blob/24d32b75/site/docs/1.6.3/api/java/org/apache/spark/api/java/package-frame.html ---------------------------------------------------------------------- diff --git a/site/docs/1.6.3/api/java/org/apache/spark/api/java/package-frame.html b/site/docs/1.6.3/api/java/org/apache/spark/api/java/package-frame.html new file mode 100644 index 0000000..fa7ecd5 --- /dev/null +++ b/site/docs/1.6.3/api/java/org/apache/spark/api/java/package-frame.html @@ -0,0 +1,31 @@ + + + + + +org.apache.spark.api.java (Spark 1.6.3 JavaDoc) + + + + +

org.apache.spark.api.java

+ + + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org