Class BlockManagerMessages.RemoveRdd

Object
org.apache.spark.storage.BlockManagerMessages.RemoveRdd
All Implemented Interfaces:
Serializable, BlockManagerMessages.ToBlockManagerMasterStorageEndpoint, scala.Equals, scala.Product, scala.Serializable
Enclosing class:
BlockManagerMessages

public static class BlockManagerMessages.RemoveRdd extends Object implements BlockManagerMessages.ToBlockManagerMasterStorageEndpoint, scala.Product, scala.Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    RemoveRdd(int rddId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productIterator, productPrefix
  • Constructor Details

    • RemoveRdd

      public RemoveRdd(int rddId)
  • Method Details

    • rddId

      public int rddId()