class GpuShuffleDependency[K, V, C] extends ShuffleDependency[K, V, C]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GpuShuffleDependency
- ShuffleDependency
- Logging
- Dependency
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GpuShuffleDependency(rdd: RDD[_ <: Product2[K, V]], partitioner: Partitioner, sparkTypes: Array[DataType], serializer: Serializer = SparkEnv.get.serializer, keyOrdering: Option[Ordering[K]] = None, aggregator: Option[Aggregator[K, V, C]] = None, mapSideCombine: Boolean = false, shuffleWriterProcessor: ShuffleWriteProcessor = new ShuffleWriteProcessor, useGPUShuffle: Boolean, useMultiThreadedShuffle: Boolean, metrics: Map[String, SQLMetric] = Map.empty)(implicit arg0: ClassTag[K], arg1: ClassTag[V], arg2: ClassTag[C])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
aggregator: Option[Aggregator[K, V, C]]
- Definition Classes
- ShuffleDependency
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getMergerLocs: Seq[BlockManagerId]
- Definition Classes
- ShuffleDependency
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
val
keyOrdering: Option[Ordering[K]]
- Definition Classes
- ShuffleDependency
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
val
mapSideCombine: Boolean
- Definition Classes
- ShuffleDependency
- val metrics: Map[String, SQLMetric]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newShuffleMergeState(): Unit
- Definition Classes
- ShuffleDependency
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
partitioner: Partitioner
- Definition Classes
- ShuffleDependency
-
def
rdd: RDD[Product2[K, V]]
- Definition Classes
- ShuffleDependency → Dependency
-
val
serializer: Serializer
- Definition Classes
- ShuffleDependency
-
def
setMergerLocs(mergerLocs: Seq[BlockManagerId]): Unit
- Definition Classes
- ShuffleDependency
-
val
shuffleHandle: ShuffleHandle
- Definition Classes
- ShuffleDependency
-
val
shuffleId: Int
- Definition Classes
- ShuffleDependency
-
def
shuffleMergeEnabled: Boolean
- Definition Classes
- ShuffleDependency
-
def
shuffleMergeFinalized: Boolean
- Definition Classes
- ShuffleDependency
-
def
shuffleMergeId: Int
- Definition Classes
- ShuffleDependency
-
val
shuffleWriterProcessor: ShuffleWriteProcessor
- Definition Classes
- ShuffleDependency
- val sparkTypes: Array[DataType]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- GpuShuffleDependency → AnyRef → Any
- val useGPUShuffle: Boolean
- val useMultiThreadedShuffle: Boolean
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )