Packages

o

com.nvidia.spark.rapids

ShuffleMetadata

object ShuffleMetadata extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShuffleMetadata
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bbFactory: DirectByteBufferFactory
  6. def buildBufferTransferRequest(fbb: FlatBufferBuilder, bufferId: Int): Int
  7. def buildBufferTransferResponse(bufferMetas: Seq[BufferMeta]): ByteBuffer
  8. def buildMetaResponse(tables: Seq[TableMeta]): ByteBuffer
  9. def buildShuffleMetadataRequest(blockIds: Seq[ShuffleBlockBatchId]): ByteBuffer
  10. def buildTransferRequest(id: Long, toIssue: Seq[Int]): ByteBuffer
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def copyTableMetaToHeap(meta: TableMeta): TableMeta

    Utility function to transfer a TableMeta to the heap,

    Utility function to transfer a TableMeta to the heap,

    To do

    we would like to look for an easier way, perhaps just a memcpy will do.

  13. def copyTables(fbb: FlatBufferBuilder, tables: Seq[TableMeta]): Array[Int]

    Given a sequence of TableMeta, re-lay the metas using the flat buffer builder in fbb.

    Given a sequence of TableMeta, re-lay the metas using the flat buffer builder in fbb.

    fbb

    builder to use

    tables

    sequence of TableMeta to copy

    returns

    an array of flat buffer offsets for the copied TableMetas

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getBuilder: FlatBufferBuilder
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getHeapBuilder: FlatBufferBuilder
  20. def getMetadataRequest(byteBuffer: ByteBuffer): MetadataRequest
  21. def getMetadataResponse(byteBuffer: ByteBuffer): MetadataResponse
  22. def getTransferRequest(transferRequest: ByteBuffer): TransferRequest
  23. def getTransferResponse(resp: ByteBuffer): TransferResponse
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  26. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  29. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  30. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  37. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def printRequest(req: MetadataRequest): String
  45. def printResponse(state: String, res: MetadataResponse): String
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped