Class FlatMapCluster

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.spark.api.java.function.Function<java.lang.Iterable<java.lang.String>,​java.lang.Iterable<java.lang.String>>

    public class FlatMapCluster
    extends java.lang.Object
    implements org.apache.spark.api.java.function.Function<java.lang.Iterable<java.lang.String>,​java.lang.Iterable<java.lang.String>>
    Created by ap3 on 09/05/2016.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatMapCluster()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<java.lang.String> call​(java.lang.Iterable<java.lang.String> strings)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatMapCluster

        public FlatMapCluster()
    • Method Detail

      • call

        public java.lang.Iterable<java.lang.String> call​(java.lang.Iterable<java.lang.String> strings)
                                                  throws java.lang.Exception
        Specified by:
        call in interface org.apache.spark.api.java.function.Function<java.lang.Iterable<java.lang.String>,​java.lang.Iterable<java.lang.String>>
        Throws:
        java.lang.Exception