Packages

c

com.nvidia.spark.rapids.format

TransferResponse

final class TransferResponse extends Table

Flat buffer for Rapids UCX Shuffle Transfer Response.

Annotations
@SuppressWarnings()
Linear Supertypes
Table, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransferResponse
  2. Table
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TransferResponse()

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. def __assign(_i: Int, _bb: ByteBuffer): TransferResponse
  5. def __indirect(arg0: Int): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  6. def __init(_i: Int, _bb: ByteBuffer): Unit
  7. def __offset(arg0: Int): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  8. def __reset(): Unit
    Definition Classes
    Table
  9. def __string(arg0: Int): String
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  10. def __union(arg0: Table, arg1: Int): Table
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  11. def __vector(arg0: Int): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  12. def __vector_as_bytebuffer(arg0: Int, arg1: Int): ByteBuffer
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  13. def __vector_in_bytebuffer(arg0: ByteBuffer, arg1: Int, arg2: Int): ByteBuffer
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  14. def __vector_len(arg0: Int): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def getByteBuffer(): ByteBuffer
    Definition Classes
    Table
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def keysCompare(arg0: Integer, arg1: Integer, arg2: ByteBuffer): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def responses(obj: BufferTransferResponse, j: Int): BufferTransferResponse
  28. def responses(j: Int): BufferTransferResponse

    array of buffer responses, one for each requested

  29. def responsesLength(): Int
  30. def sortTables(arg0: Array[Int], arg1: ByteBuffer): Unit
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Table

Inherited from AnyRef

Inherited from Any

Ungrouped