Instance Constructors
-
new
FixedLengthRowBasedKeyValueBatch(keySchema: StructType, valueSchema: StructType, maxRows: Int, manager: TaskMemoryManager)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
acquireMemory(arg0: Long): Long
-
def
allocateArray(arg0: Long): LongArray
-
def
allocatePage(arg0: Long): MemoryBlock
-
def
appendRow(kbase: Any, koff: Long, klen: Int, vbase: Any, voff: Long, vlen: Int): UnsafeRow
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
close(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
freeArray(arg0: LongArray): Unit
-
def
freeMemory(arg0: Long): Unit
-
def
freePage(arg0: MemoryBlock): Unit
-
final
def
getClass(): Class[_]
-
def
getKeyRow(rowId: Int): UnsafeRow
-
def
getMode(): MemoryMode
-
def
getUsed(): Long
-
def
getValueFromKey(rowId: Int): UnsafeRow
-
final
def
getValueRow(rowId: Int): UnsafeRow
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
numRows(): Int
-
-
final
def
spill(size: Long, trigger: MemoryConsumer): Long
-
def
spill(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from MemoryConsumer
Inherited from Any