Class

org.locationtech.geomesa.arrow.io.DeltaWriter

DictionaryMerger

Related Doc: package DeltaWriter

Permalink

class DictionaryMerger extends Ordered[DictionaryMerger]

Dictionary merger for tracking threaded delta batches. Each member variable is an array, with one entry per dictionary field

Linear Supertypes
Ordered[DictionaryMerger], Comparable[DictionaryMerger], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DictionaryMerger
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DictionaryMerger(readers: Array[ArrowAttributeReader], transfers: Array[TransferPair], offsets: Array[Int], orderings: Array[Ordering[AnyRef]], mappings: Array[HashBiMap[Integer, Integer]], batch: Int)

    Permalink

    readers

    attribute readers for the dictionary values

    transfers

    transfers for the dictionary vectors

    offsets

    dictionary offsets based on the number of threaded delta batches

    orderings

    orderings for sorting the dictionary values

    mappings

    mappings from the local threaded batch dictionary to the global dictionary

    batch

    the batch number

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: DictionaryMerger): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: DictionaryMerger): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: DictionaryMerger): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: DictionaryMerger): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def advance(): Boolean

    Permalink

    Read the next value from the current dictionary.

    Read the next value from the current dictionary. Closes the current dictionary if there are no more values.

    returns

    true if there are more values

  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val batch: Int

    Permalink

    the batch number

  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compare(that: DictionaryMerger): Int

    Permalink
    Definition Classes
    DictionaryMerger → Ordered
  13. def compareTo(that: DictionaryMerger): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def index: Int

    Permalink

    The read position of the current dictionary

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val mappings: Array[HashBiMap[Integer, Integer]]

    Permalink

    mappings from the local threaded batch dictionary to the global dictionary

  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def offset: Int

    Permalink

    The global offset of the current dictionary, based on the batch threading and the current read position

  26. def remap: Integer

    Permalink

    Get the reverse global mapping for the current dictionary and value

  27. def setCurrent(i: Int): Boolean

    Permalink

    Set the current dictionary to operate on, and reads the first value

    Set the current dictionary to operate on, and reads the first value

    i

    dictionary index

    returns

    true if the dictionary has any values to read

  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def transfer(to: Int): Unit

    Permalink

    Transfer the current dictionary/value to a new vector

    Transfer the current dictionary/value to a new vector

    to

    destination index to transfer to

  31. def value: AnyRef

    Permalink

    The current dictionary value

  32. final def wait(): Unit

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

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

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

Inherited from Ordered[DictionaryMerger]

Inherited from Comparable[DictionaryMerger]

Inherited from AnyRef

Inherited from Any

Ungrouped