Package org.biojava.spark.utils
Class EntryPoint
- java.lang.Object
-
- org.biojava.spark.utils.EntryPoint
-
public class EntryPoint extends java.lang.ObjectAn entry point using Python to access Spark functions.- Author:
- Anthony Bradley
-
-
Constructor Summary
Constructors Constructor Description EntryPoint()Constructor initialises theSparkUtilsclass.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BiojavaSparkUtilsgetBiojavaSparkUtils()Ability to get theBiojavaSparkUtils.org.rcsb.mmtf.spark.utils.SparkUtilsgetSparkUtils()Ability to get theSparkUtils.static voidmain(java.lang.String[] args)Function to set up the gateway server and get it going.
-
-
-
Method Detail
-
getSparkUtils
public org.rcsb.mmtf.spark.utils.SparkUtils getSparkUtils()
Ability to get theSparkUtils.- Returns:
- an instance of SparkUtils for Python to be used.
-
getBiojavaSparkUtils
public BiojavaSparkUtils getBiojavaSparkUtils()
Ability to get theBiojavaSparkUtils.- Returns:
- an instance of
BiojavaSparkUtilsfor Python to be used.
-
main
public static void main(java.lang.String[] args)
Function to set up the gateway server and get it going.- Parameters:
args- the input arguments
-
-