Home
last modified time | relevance | path

Searched defs:unpersistRDD (Results 1 – 9 of 9) sorted by relevance

/dports/devel/spark/spark-2.1.1/core/src/main/java/org/apache/spark/
H A DSparkFirehoseListener.java86 public final void onUnpersistRDD(SparkListenerUnpersistRDD unpersistRDD) { in onUnpersistRDD()
/dports/www/firefox/firefox-99.0/third_party/python/sentry_sdk/sentry_sdk/integrations/spark/
H A Dspark_driver.py203 def onUnpersistRDD(self, unpersistRDD): # noqa: N802,N803 argument
/dports/devel/py-sentry-sdk/sentry-sdk-1.4.3/sentry_sdk/integrations/spark/
H A Dspark_driver.py203 def onUnpersistRDD(self, unpersistRDD): # noqa: N802,N803 argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/sentry_sdk/sentry_sdk/integrations/spark/
H A Dspark_driver.py203 def onUnpersistRDD(self, unpersistRDD): # noqa: N802,N803 argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/sentry_sdk/sentry_sdk/integrations/spark/
H A Dspark_driver.py203 def onUnpersistRDD(self, unpersistRDD): # noqa: N802,N803 argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/sentry-sdk/sentry_sdk/integrations/spark/
H A Dspark_driver.py203 def onUnpersistRDD(self, unpersistRDD): # noqa: N802,N803 argument
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/
H A DJsonProtocol.scala506 val unpersistRDD = Utils.getFormattedClassName(SparkListenerUnpersistRDD) constant
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A DRDD.R267 setMethod("unpersistRDD", method
H A Dgenerics.R215 setGeneric("unpersistRDD", function(x, ...) { standardGeneric("unpersistRDD") }) generic