Packages

t

org.apache.spark

SparkExecutorInfo

trait SparkExecutorInfo extends Serializable

Exposes information about Spark Executors.

This interface is not designed to be implemented outside of Spark. We may add additional methods which may break binary compatibility with outside implementations.

Source
SparkExecutorInfo.java
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkExecutorInfo
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cacheSize(): Long
  2. abstract def host(): String
  3. abstract def numRunningTasks(): Int
  4. abstract def port(): Int
  5. abstract def totalOffHeapStorageMemory(): Long
  6. abstract def totalOnHeapStorageMemory(): Long
  7. abstract def usedOffHeapStorageMemory(): Long
  8. abstract def usedOnHeapStorageMemory(): Long