Package uk.gov.gchq.gaffer.spark.operation.javardd
Operation classes for creating and consuming JavaRDDs using Spark in Gaffer.
-
Class Summary Class Description GetJavaRDDOfAllElements AGetJavaRDDOfAllElements
operation retrieves all theElement
s from the target store, and returns them inside aJavaRDD
.GetJavaRDDOfAllElements.Builder GetJavaRDDOfElements AGetJavaRDDOfElements
operation retrieves all theElement
s for the input seeds from the target store, and returns them inside aJavaRDD
.GetJavaRDDOfElements.Builder ImportJavaRDDOfElements ImportJavaRDDOfElements.Builder SplitStoreFromJavaRDDOfElements SplitStoreFromJavaRDDOfElements.Builder