org.apache.spark.scheduler
Class AccumulableInfo

Object
  extended by org.apache.spark.scheduler.AccumulableInfo

public class AccumulableInfo
extends Object

:: DeveloperApi :: Information about an Accumulable modified during a task or stage.


Constructor Summary
AccumulableInfo(long id, String name, scala.Option<String> update, String value)
           
 
Method Summary
static AccumulableInfo apply(long id, String name, scala.Option<String> update, String value)
           
static AccumulableInfo apply(long id, String name, String value)
           
 boolean equals(Object other)
           
 long id()
           
 String name()
           
 scala.Option<String> update()
           
 String value()
           
 
Methods inherited from class Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccumulableInfo

public AccumulableInfo(long id,
                       String name,
                       scala.Option<String> update,
                       String value)
Method Detail

apply

public static AccumulableInfo apply(long id,
                                    String name,
                                    scala.Option<String> update,
                                    String value)

apply

public static AccumulableInfo apply(long id,
                                    String name,
                                    String value)

id

public long id()

name

public String name()

update

public scala.Option<String> update()

value

public String value()

equals

public boolean equals(Object other)
Overrides:
equals in class Object