Class

org.apache.spark.util.collection.unsafe.sort

UnsafeExternalSorter

Related Doc: package sort

Permalink

final class UnsafeExternalSorter extends MemoryConsumer

Linear Supertypes
MemoryConsumer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UnsafeExternalSorter
  2. MemoryConsumer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allocateArray(size: Long): LongArray

    Permalink
    Definition Classes
    MemoryConsumer
  5. def allocatePage(required: Long): MemoryBlock

    Permalink
    Attributes
    protected[org.apache.spark.memory]
    Definition Classes
    MemoryConsumer
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cleanupResources(): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def closeCurrentPage(): Unit

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def freeArray(array: LongArray): Unit

    Permalink
    Definition Classes
    MemoryConsumer
  14. def freePage(page: MemoryBlock): Unit

    Permalink
    Attributes
    protected[org.apache.spark.memory]
    Definition Classes
    MemoryConsumer
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getNumberOfAllocatedPages(): Int

    Permalink
  17. def getPeakMemoryUsedBytes(): Long

    Permalink
  18. def getSortedIterator(): UnsafeSorterIterator

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def insertKVRecord(keyBase: Any, keyOffset: Long, keyLen: Int, valueBase: Any, valueOffset: Long, valueLen: Int, prefix: Long): Unit

    Permalink
  21. def insertRecord(recordBase: Any, recordOffset: Long, length: Int, prefix: Long): Unit

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def merge(other: UnsafeExternalSorter): Unit

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def spill(size: Long, trigger: MemoryConsumer): Long

    Permalink
    Definition Classes
    UnsafeExternalSorterMemoryConsumer
  28. def spill(): Unit

    Permalink
    Definition Classes
    MemoryConsumer
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MemoryConsumer

Inherited from AnyRef

Inherited from Any

Ungrouped