Packages

class AttributeColumnMapper extends KuduColumnMapper

Linear Supertypes
KuduColumnMapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeColumnMapper
  2. KuduColumnMapper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttributeColumnMapper(index: GeoMesaFeatureIndex[_, _])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def configurePartitions(): CreateTableOptions

    Create initial partitions based on table splitting config

    Create initial partitions based on table splitting config

    Definition Classes
    AttributeColumnMapperKuduColumnMapper
  7. def createKeyValues(value: SingleRowKeyValue[_]): Seq[KuduValue[_]]

    Creates key values for insert

    Creates key values for insert

    value

    index key

    Definition Classes
    AttributeColumnMapperKuduColumnMapper
  8. def createPartition(table: KuduTable, bin: Short): Option[Partitioning]

    Creates a new ranges partition that will cover the time period.

    Creates a new ranges partition that will cover the time period. Only implemented by indices with a leading time period, as otherwise we have to partition up front. Kudu only supports adding new range partitions that don't overlap any existing partitions - you can't modify or split existing partitions

    table

    kudu table

    bin

    time period being covered (e.g. week)

    Definition Classes
    KuduColumnMapper
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val index: GeoMesaFeatureIndex[_, _]
    Definition Classes
    KuduColumnMapper
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val keyColumns: Seq[KuduColumnAdapter[_]]
    Definition Classes
    KuduColumnMapper
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val schema: KuduSimpleFeatureSchema
    Definition Classes
    KuduColumnMapper
  21. val splitters: Map[String, String]
    Attributes
    protected
    Definition Classes
    KuduColumnMapper
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. val tableSchema: Schema

    Table schema, which includes all the primary key columns and the feature type columns

    Table schema, which includes all the primary key columns and the feature type columns

    Definition Classes
    KuduColumnMapper
  24. def toRowRanges(ranges: Seq[ScanRange[_]], tieredKeyRanges: Seq[ByteRange]): Seq[(Option[PartialRow], Option[PartialRow])]

    Turns scan ranges into kudu ranges

    Turns scan ranges into kudu ranges

    ranges

    scan ranges

    tieredKeyRanges

    tiered ranges

    Definition Classes
    AttributeColumnMapperKuduColumnMapper
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from KuduColumnMapper

Inherited from AnyRef

Inherited from Any

Ungrouped