Class DataClientSparkContext
java.lang.Object
com.here.platform.data.client.spark.DataClientSparkContext
- All Implemented Interfaces:
DataClientContext
Context holder with shared resources used by DataClient.
The context is not serializable (contains threads and sockets) and should never be shared between master and workers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.actor.ActorSystemorg.apache.pekko.stream.Materializerorg.apache.pekko.DoneMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.utils.DataClientContext
dispatcher
-
Constructor Details
-
DataClientSparkContext
public DataClientSparkContext(org.apache.pekko.actor.ActorSystem actorSystem)
-
-
Method Details
-
actorSystem
public org.apache.pekko.actor.ActorSystem actorSystem()- Specified by:
actorSystemin interfaceDataClientContext
-
materializer
public org.apache.pekko.stream.Materializer materializer()- Specified by:
materializerin interfaceDataClientContext
-
terminate
public org.apache.pekko.Done terminate()- Specified by:
terminatein interfaceDataClientContext
-