Packages

c

com.nvidia.spark.rapids.format

BufferTransferResponse

final class BufferTransferResponse extends Table

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

Instance Constructors

  1. new BufferTransferResponse()

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): BufferTransferResponse
  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 bufferId(): Int

    ID of the requested buffer

  17. def bufferMeta(obj: BufferMeta): BufferMeta
  18. def bufferMeta(): BufferMeta

    new metadata for the buffer if state is BUFFER_META_UPDATED

  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def getByteBuffer(): ByteBuffer
    Definition Classes
    Table
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def keysCompare(arg0: Integer, arg1: Integer, arg2: ByteBuffer): Int
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  27. def mutateBufferId(buffer_id: Int): Boolean
  28. def mutateState(state: Byte): Boolean
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def sortTables(arg0: Array[Int], arg1: ByteBuffer): Unit
    Attributes
    protected[flatbuffers]
    Definition Classes
    Table
  33. def state(): Byte

    state of the transfer

  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. 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