trait RapidsShuffleFetchHandler extends AnyRef
trait used by client consumers (RapidsShuffleIterator) to gather what the expected number of batches (Tables) is, and the ids for each table as they are received.
- Alphabetic
- By Inheritance
- RapidsShuffleFetchHandler
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
batchReceived(bufferId: ShuffleReceivedBufferId): Boolean
Called when a buffer is received and has been handed off to the catalog.
Called when a buffer is received and has been handed off to the catalog.
- bufferId
- a tracked shuffle buffer id
- returns
a boolean that lets the caller know the batch was accepted (true), or rejected (false), in which case the caller should dispose of the batch.
-
abstract
def
start(expectedBatches: Int): Unit
After a response for shuffle metadata is received, the expected number of columnar batches is communicated back to the caller via this method.
After a response for shuffle metadata is received, the expected number of columnar batches is communicated back to the caller via this method.
- expectedBatches
- number of columnar batches
-
abstract
def
transferError(errorMessage: String, throwable: Throwable = null): Unit
Called when the transport layer is not able to handle a fetch error for metadata or buffer fetches.
Called when the transport layer is not able to handle a fetch error for metadata or buffer fetches.
- errorMessage
- a string containing an error message
Concrete 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
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )