Class BlockInfoWrapper

Object
org.apache.spark.storage.BlockInfoWrapper

public class BlockInfoWrapper extends Object
  • Constructor Details

    • BlockInfoWrapper

      public BlockInfoWrapper(org.apache.spark.storage.BlockInfo info, Lock lock, Condition condition)
    • BlockInfoWrapper

      public BlockInfoWrapper(org.apache.spark.storage.BlockInfo info, Lock lock)
  • Method Details

    • info

      public org.apache.spark.storage.BlockInfo info()
    • tryLock

      public void tryLock(scala.Function2<org.apache.spark.storage.BlockInfo,Condition,scala.runtime.BoxedUnit> f)
    • withLock

      public <T> T withLock(scala.Function2<org.apache.spark.storage.BlockInfo,Condition,T> f)