- fromDataset(String) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a
JavaPairRDD from the given
Dataset.
- fromDataset(String, String) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a
JavaPairRDD from the given
Dataset.
- fromDataset(String, Map<String, String>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a
JavaPairRDD from the given
Dataset with the given set of dataset arguments.
- fromDataset(String, String, Map<String, String>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a
JavaPairRDD from the given
Dataset with the given set of dataset arguments.
- fromDataset(String, Map<String, String>, Iterable<? extends Split>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a
JavaPairRDD from the given
Dataset with the given set of dataset arguments
and custom list of
Splits.
- fromDataset(String, String, Map<String, String>, Iterable<? extends Split>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a
JavaPairRDD from the given
Dataset with the given set of dataset arguments
and custom list of
Splits.
- fromStream(String) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaRDD that represents all events from the given stream.
- fromStream(String, String) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaRDD that represents all events from the given stream.
- fromStream(String, long, long) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaRDD that represents events from the given stream in the given time range.
- fromStream(String, String, long, long) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaRDD that represents events from the given stream in the given time range.
- fromStream(String, Class<V>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents all events from the given stream.
- fromStream(String, String, Class<V>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents all events from the given stream.
- fromStream(String, long, long, Class<V>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents events from the given stream in the given time range.
- fromStream(String, String, long, long, Class<V>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents events from the given stream in the given time range.
- fromStream(String, long, long, Class<? extends StreamEventDecoder<K, V>>, Class<K>, Class<V>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents events from the given stream in the given time range.
- fromStream(String, String, long, long, Class<? extends StreamEventDecoder<K, V>>, Class<K>, Class<V>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents events from the given stream in the given time range.
- fromStream(String, FormatSpecification, Class<T>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents all events from the given stream.
- fromStream(String, String, FormatSpecification, Class<T>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents all events from the given stream.
- fromStream(String, FormatSpecification, long, long, Class<T>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents data from the given stream for events in the given
time range.
- fromStream(String, String, FormatSpecification, long, long, Class<T>) - Method in class co.cask.cdap.api.spark.JavaSparkExecutionContext
-
Creates a JavaPairRDD that represents data from the given stream for events in the given
time range.