| Package | Description |
|---|---|
| co.cask.cdap.api.spark |
Interfaces for Spark interactions.
|
| co.cask.cdap.api.spark.service |
| Modifier and Type | Method and Description |
|---|---|
default void |
ExtendedSparkConfigurer.addHandlers(SparkHttpServiceHandler... handlers)
Adds a list of
SparkHttpServiceHandlers to runs in the Spark driver. |
protected void |
AbstractExtendedSpark.addHandlers(SparkHttpServiceHandler... handlers)
Adds a list of
SparkHttpServiceHandlers to runs in the Spark driver. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedSparkConfigurer.addHandlers(Iterable<? extends SparkHttpServiceHandler> handlers)
Adds a list of
SparkHttpServiceHandlers to runs in the Spark driver. |
protected void |
AbstractExtendedSpark.addHandlers(Iterable<? extends SparkHttpServiceHandler> handlers)
Adds a list of
SparkHttpServiceHandlers to runs in the Spark driver. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSparkHttpServiceHandler
An abstract implementation of
SparkHttpServiceHandler. |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.