class
ShuffleDependency[K, V, C] extends Dependency[Product2[K, V]] with Logging
Instance Constructors
-
new
ShuffleDependency(_rdd: RDD[_ <: Product2[K, V]], partitioner: Partitioner, serializer: Serializer = SparkEnv.get.serializer, keyOrdering: Option[Ordering[K]] = None, aggregator: Option[Aggregator[K, V, C]] = None, mapSideCombine: Boolean = false, shuffleWriterProcessor: ShuffleWriteProcessor = new ShuffleWriteProcessor)(implicit arg0: ClassTag[K], arg1: ClassTag[V], arg2: ClassTag[C])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
aggregator: Option[Aggregator[K, V, C]]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getMergerLocs: Seq[BlockManagerId]
-
def
hashCode(): Int
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
isTraceEnabled(): Boolean
-
val
keyOrdering: Option[Ordering[K]]
-
def
log: Logger
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
-
def
logDebug(msg: ⇒ String): Unit
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
-
def
logError(msg: ⇒ String): Unit
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
-
def
logInfo(msg: ⇒ String): Unit
-
def
logName: String
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
-
def
logTrace(msg: ⇒ String): Unit
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
-
def
logWarning(msg: ⇒ String): Unit
-
val
mapSideCombine: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newShuffleMergeState(): Unit
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
partitioner: Partitioner
-
def
rdd: RDD[Product2[K, V]]
-
val
serializer: Serializer
-
def
setMergerLocs(mergerLocs: Seq[BlockManagerId]): Unit
-
val
shuffleHandle: ShuffleHandle
-
val
shuffleId: Int
-
def
shuffleMergeAllowed: Boolean
-
def
shuffleMergeEnabled: Boolean
-
def
shuffleMergeFinalized: Boolean
-
def
shuffleMergeId: Int
-
val
shuffleWriterProcessor: ShuffleWriteProcessor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Logging
Value Members
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
-
def
isTraceEnabled(): Boolean
-
def
log: Logger
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
-
def
logDebug(msg: ⇒ String): Unit
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
-
def
logError(msg: ⇒ String): Unit
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
-
def
logInfo(msg: ⇒ String): Unit
-
def
logName: String
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
-
def
logTrace(msg: ⇒ String): Unit
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
-
def
logWarning(msg: ⇒ String): Unit
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
aggregator: Option[Aggregator[K, V, C]]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getMergerLocs: Seq[BlockManagerId]
-
def
hashCode(): Int
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
isTraceEnabled(): Boolean
-
val
keyOrdering: Option[Ordering[K]]
-
def
log: Logger
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
-
def
logDebug(msg: ⇒ String): Unit
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
-
def
logError(msg: ⇒ String): Unit
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
-
def
logInfo(msg: ⇒ String): Unit
-
def
logName: String
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
-
def
logTrace(msg: ⇒ String): Unit
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
-
def
logWarning(msg: ⇒ String): Unit
-
val
mapSideCombine: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newShuffleMergeState(): Unit
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
partitioner: Partitioner
-
def
rdd: RDD[Product2[K, V]]
-
val
serializer: Serializer
-
def
setMergerLocs(mergerLocs: Seq[BlockManagerId]): Unit
-
val
shuffleHandle: ShuffleHandle
-
val
shuffleId: Int
-
def
shuffleMergeAllowed: Boolean
-
def
shuffleMergeEnabled: Boolean
-
def
shuffleMergeFinalized: Boolean
-
def
shuffleMergeId: Int
-
val
shuffleWriterProcessor: ShuffleWriteProcessor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit