Class GorSparkRedisRunner

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.util.concurrent.Callable<java.lang.String>

    public class GorSparkRedisRunner
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.String>, java.lang.AutoCloseable
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String call()  
      void close()  
      void init​(org.apache.spark.sql.SparkSession sparkSession)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • GorSparkRedisRunner

        public GorSparkRedisRunner​(org.gorpipe.spark.GorSparkSession sparkSession)
      • GorSparkRedisRunner

        public GorSparkRedisRunner()
    • Method Detail

      • init

        public void init​(org.apache.spark.sql.SparkSession sparkSession)
      • call

        public java.lang.String call()
                              throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.String>
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable