Package org.apache.spark.storage
Class BlockInfoWrapper
Object
org.apache.spark.storage.BlockInfoWrapper
- 
Constructor Summary
ConstructorsConstructorDescriptionBlockInfoWrapper(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
- 
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
 
 -