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

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

public class AccumulableInfo
extends Object


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

Method Detail

id

public long id()

name

public String name()

update

public scala.Option<String> update()

value

public String value()