Package org.apache.spark.storage
Class BlockInfoWrapper
Object
org.apache.spark.storage.BlockInfoWrapper
- 
Constructor SummaryConstructorsConstructorDescriptionBlockInfoWrapper(org.apache.spark.storage.BlockInfo info, Lock lock) BlockInfoWrapper(org.apache.spark.storage.BlockInfo info, Lock lock, Condition condition) 
- 
Method Summary
- 
Constructor Details- 
BlockInfoWrapper
- 
BlockInfoWrapper
 
- 
- 
Method Details- 
infopublic org.apache.spark.storage.BlockInfo info()
- 
tryLockpublic void tryLock(scala.Function2<org.apache.spark.storage.BlockInfo, Condition, scala.runtime.BoxedUnit> f) 
- 
withLock
 
-