org.apache.spark.status.api.v1
Class RDDPartitionInfo

Object
  extended by org.apache.spark.status.api.v1.RDDPartitionInfo

public class RDDPartitionInfo
extends Object


Method Summary
 String blockName()
           
 long diskUsed()
           
 scala.collection.Seq<String> executors()
           
 long memoryUsed()
           
 String storageLevel()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

blockName

public String blockName()

storageLevel

public String storageLevel()

memoryUsed

public long memoryUsed()

diskUsed

public long diskUsed()

executors

public scala.collection.Seq<String> executors()