Constructor and Description |
---|
CacheManager(BlockManager blockManager) |
Modifier and Type | Method and Description |
---|---|
<T> scala.collection.Iterator<T> |
getOrCompute(RDD<T> rdd,
Partition partition,
TaskContext context,
StorageLevel storageLevel)
Gets or computes an RDD partition.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public CacheManager(BlockManager blockManager)
public <T> scala.collection.Iterator<T> getOrCompute(RDD<T> rdd, Partition partition, TaskContext context, StorageLevel storageLevel)