Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions core/src/main/scala/org/apache/spark/SparkContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,7 @@ class SparkContext(config: SparkConf) extends Logging {
* Return information about blocks stored in all of the slaves
*/
@DeveloperApi
@deprecated("This method may change or be removed in a future release.", "2.2.0")
def getExecutorStorageStatus: Array[StorageStatus] = {
assertNotStopped()
env.blockManager.master.getStorageStatus
Expand Down