case class ShuffleReceivedBufferId(tableId: Int) extends RapidsBufferId with Product with Serializable
Identifier for a shuffle buffer that holds the data for a table on the read side
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShuffleReceivedBufferId
- Serializable
- Serializable
- Product
- Equals
- RapidsBufferId
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
canShareDiskPaths: Boolean
Indicates whether the buffer may share a spill file with other buffers.
Indicates whether the buffer may share a spill file with other buffers. If false then the spill file will be automatically removed when the buffer is freed. If true then the spill file will not be automatically removed, and another subsystem needs to be responsible for cleaning up the spill files for those types of buffers.
- Definition Classes
- ShuffleReceivedBufferId → RapidsBufferId
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDiskPath(diskBlockManager: RapidsDiskBlockManager): File
Generate a path to a local file that can be used to spill the corresponding buffer to disk.
Generate a path to a local file that can be used to spill the corresponding buffer to disk. The path must be unique across all buffers unless canShareDiskPaths is true.
- Definition Classes
- ShuffleReceivedBufferId → RapidsBufferId
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tableId: Int
- Definition Classes
- ShuffleReceivedBufferId → RapidsBufferId
-
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( ... )