Class SparkGorQuery

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

    public class SparkGorQuery
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<java.lang.String>>
    • Constructor Summary

      Constructors 
      Constructor Description
      SparkGorQuery​(org.gorpipe.gor.session.GorContext ctx, java.lang.String cmd, java.lang.String cachefile)  
    • Method Summary

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

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

      • SparkGorQuery

        public SparkGorQuery​(org.gorpipe.gor.session.GorContext ctx,
                             java.lang.String cmd,
                             java.lang.String cachefile)
    • Method Detail

      • call

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