Class GetSubsetOfSequences

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

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

      Constructors 
      Constructor Description
      GetSubsetOfSequences​(org.apache.spark.broadcast.Broadcast<java.util.List<java.lang.String>> requestedIds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean call​(scala.Tuple2<java.lang.String,​java.lang.String> stringStringTuple2)  
      • Methods inherited from class java.lang.Object

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

      • GetSubsetOfSequences

        public GetSubsetOfSequences​(org.apache.spark.broadcast.Broadcast<java.util.List<java.lang.String>> requestedIds)
    • Method Detail

      • call

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