org.apache.spark
Class CleanCheckpoint

Object
  extended by org.apache.spark.CleanCheckpoint
All Implemented Interfaces:
java.io.Serializable, CleanupTask, scala.Equals, scala.Product

public class CleanCheckpoint
extends Object
implements CleanupTask, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
CleanCheckpoint(int rddId)
           
 
Method Summary
 int rddId()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

CleanCheckpoint

public CleanCheckpoint(int rddId)
Method Detail

rddId

public int rddId()