class RapidsShuffleInternalManager extends RapidsShuffleInternalManagerBase
A shuffle manager optimized for the RAPIDS Plugin For Apache Spark.
- Note
This is an internal class to obtain access to the private
ShuffleManagerandSortShuffleManagerclasses.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RapidsShuffleInternalManager
- RapidsShuffleInternalManagerBase
- Logging
- RapidsShuffleHeartbeatHandler
- ShuffleManager
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
addPeer(peer: BlockManagerId): Unit
Called when a new peer is seen via heartbeats
Called when a new peer is seen via heartbeats
- Definition Classes
- RapidsShuffleInternalManagerBase → RapidsShuffleHeartbeatHandler
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
lazy val
blockManager: BlockManager
- Attributes
- protected
- Definition Classes
- RapidsShuffleInternalManagerBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
lazy val
env: SparkEnv
- Attributes
- protected
- Definition Classes
- RapidsShuffleInternalManagerBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
lazy val
execComponents: Option[ShuffleExecutorComponents]
- Definition Classes
- RapidsShuffleInternalManagerBase
-
def
getCatalogOrThrow: ShuffleBufferCatalog
- Attributes
- protected
- Definition Classes
- RapidsShuffleInternalManagerBase
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getReader[K, C](handle: ShuffleHandle, startMapIndex: Int, endMapIndex: Int, startPartition: Int, endPartition: Int, context: TaskContext, metrics: ShuffleReadMetricsReporter): ShuffleReader[K, C]
- Definition Classes
- RapidsShuffleInternalManagerBase → ShuffleManager
-
final
def
getReader[K, C](handle: ShuffleHandle, startPartition: Int, endPartition: Int, context: TaskContext, metrics: ShuffleReadMetricsReporter): ShuffleReader[K, C]
- Definition Classes
- ShuffleManager
-
def
getServerId: BlockManagerId
- Definition Classes
- RapidsShuffleInternalManagerBase
-
def
getWriter[K, V](handle: ShuffleHandle, mapId: Long, context: TaskContext, metricsReporter: ShuffleWriteMetricsReporter): ShuffleWriter[K, V]
- Definition Classes
- RapidsShuffleInternalManagerBase → ShuffleManager
-
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
-
val
isDriver: Boolean
- Definition Classes
- RapidsShuffleInternalManagerBase
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
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
-
def
makeBypassMergeSortShuffleWriter[K, V](handle: BypassMergeSortShuffleHandle[K, V], mapId: Long, context: TaskContext, metricsReporter: ShuffleWriteMetricsReporter): ShuffleWriter[K, V]
Creates a BypassMergeSortShuffleWriter specific to a spark version.
Creates a BypassMergeSortShuffleWriter specific to a spark version. Implemented in subclasses of
RapidsShuffleInternalManagerBaseper shim.- Definition Classes
- RapidsShuffleInternalManager → RapidsShuffleInternalManagerBase
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
registerGpuShuffle(shuffleId: Int): Unit
- Definition Classes
- RapidsShuffleInternalManagerBase
-
def
registerShuffle[K, V, C](shuffleId: Int, dependency: ShuffleDependency[K, V, C]): ShuffleHandle
- Definition Classes
- RapidsShuffleInternalManagerBase → ShuffleManager
-
lazy val
resolver: ShuffleBlockResolver with Logging
- Attributes
- protected
- Definition Classes
- RapidsShuffleInternalManagerBase
-
lazy val
shouldFallThroughOnEverything: Boolean
- Attributes
- protected
- Definition Classes
- RapidsShuffleInternalManagerBase
-
def
shuffleBlockResolver: ShuffleBlockResolver
- Definition Classes
- RapidsShuffleInternalManagerBase → ShuffleManager
-
def
stop(): Unit
- Definition Classes
- RapidsShuffleInternalManagerBase → ShuffleManager
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unregisterGpuShuffle(shuffleId: Int): Unit
- Definition Classes
- RapidsShuffleInternalManagerBase
-
def
unregisterShuffle(shuffleId: Int): Boolean
- Definition Classes
- RapidsShuffleInternalManagerBase → ShuffleManager
-
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( ... )
-
val
wrapped: SortShuffleManager
- Attributes
- protected
- Definition Classes
- RapidsShuffleInternalManagerBase