abstract class KuduColumnMapper extends AnyRef
- Alphabetic
- By Inheritance
- KuduColumnMapper
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
KuduColumnMapper(index: GeoMesaFeatureIndex[_, _], keyColumns: Seq[KuduColumnAdapter[_]])
- index
feature index
- keyColumns
columns that are part of the primary key, used for range planning
Abstract Value Members
-
abstract
def
configurePartitions(): CreateTableOptions
Create initial partitions based on table splitting config
-
abstract
def
createKeyValues(value: SingleRowKeyValue[_]): Seq[KuduValue[_]]
Creates key values for insert
Creates key values for insert
- value
index key
-
abstract
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
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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)
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val index: GeoMesaFeatureIndex[_, _]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keyColumns: Seq[KuduColumnAdapter[_]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val schema: KuduSimpleFeatureSchema
-
val
splitters: Map[String, String]
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tableSchema: Schema
Table schema, which includes all the primary key columns and the feature type columns
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()