Trait/Object

org.locationtech.geomesa.kudu.index.z3

KuduXZ3Index

Related Docs: object KuduXZ3Index | package z3

Permalink

trait KuduXZ3Index extends KuduFeatureIndex[XZ3IndexValues, Z3IndexKey] with KuduZ3Schema[XZ3IndexValues]

Linear Supertypes
KuduZ3Schema[XZ3IndexValues], SpatioTemporalFilterStrategy[KuduDataStore, KuduFeature, WriteOperation], KuduFeatureIndex[XZ3IndexValues, Z3IndexKey], GeoMesaFeatureIndex[KuduDataStore, KuduFeature, WriteOperation], LazyLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. KuduXZ3Index
  2. KuduZ3Schema
  3. SpatioTemporalFilterStrategy
  4. KuduFeatureIndex
  5. GeoMesaFeatureIndex
  6. LazyLogging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type TypedFilterStrategy = FilterStrategy[KuduDataStore, KuduFeature, WriteOperation]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def configure(sft: SimpleFeatureType, ds: KuduDataStore, partition: Option[String]): String

    Permalink
    Definition Classes
    KuduFeatureIndex → GeoMesaFeatureIndex
  7. def configurePartitions(sft: SimpleFeatureType, schema: Schema, config: Map[String, String], options: CreateTableOptions): Unit

    Permalink

    Create initial partitions based on table splitting config

    Create initial partitions based on table splitting config

    sft

    simple feature type

    schema

    table schema

    config

    table splitting config

    options

    options to modify with partitions

    Attributes
    protected
    Definition Classes
    KuduZ3SchemaKuduFeatureIndex
  8. def createKeyValues(toIndexKey: (SimpleFeature) ⇒ Seq[Z3IndexKey])(kf: KuduFeature): Seq[Seq[KuduValue[_]]]

    Permalink

    Creates key values for insert

    Creates key values for insert

    toIndexKey

    index key creation

    kf

    feature to insert

    Attributes
    protected
    Definition Classes
    KuduZ3SchemaKuduFeatureIndex
  9. def createPartition(sft: SimpleFeatureType, table: KuduTable, splitters: Map[String, String], bin: Short): Option[Partitioning]

    Permalink

    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

    sft

    simple feature type

    table

    kudu table

    splitters

    table splitting config

    bin

    time period being covered (e.g. week)

    Attributes
    protected
    Definition Classes
    KuduZ3SchemaKuduFeatureIndex
  10. def delete(sft: SimpleFeatureType, ds: KuduDataStore, partition: Option[String]): Unit

    Permalink
    Definition Classes
    KuduFeatureIndex → GeoMesaFeatureIndex
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def generateTableName(sft: SimpleFeatureType, ds: KuduDataStore, partition: Option[String]): String

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaFeatureIndex
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getCost(sft: SimpleFeatureType, stats: Option[GeoMesaStats], filter: FilterStrategy[KuduDataStore, KuduFeature, WriteOperation], transform: Option[SimpleFeatureType]): Long

    Permalink
    Definition Classes
    SpatioTemporalFilterStrategy → GeoMesaFeatureIndex
  17. def getFilterStrategy(sft: SimpleFeatureType, filter: Filter, transform: Option[SimpleFeatureType]): Seq[FilterStrategy[KuduDataStore, KuduFeature, WriteOperation]]

    Permalink
    Definition Classes
    SpatioTemporalFilterStrategy → GeoMesaFeatureIndex
  18. def getIdFromRow(sft: SimpleFeatureType): (Array[Byte], Int, Int, SimpleFeature) ⇒ String

    Permalink
    Definition Classes
    KuduFeatureIndex → GeoMesaFeatureIndex
  19. def getPartitions(sft: SimpleFeatureType, ds: KuduDataStore): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  20. def getQueryPlan(sft: SimpleFeatureType, ds: KuduDataStore, filter: KuduFilterStrategyType, hints: Hints, explain: Explainer): KuduQueryPlanType

    Permalink
    Definition Classes
    KuduFeatureIndex → GeoMesaFeatureIndex
  21. def getSplits(sft: SimpleFeatureType, partition: Option[String]): Seq[Array[Byte]]

    Permalink
    Definition Classes
    KuduFeatureIndex → GeoMesaFeatureIndex
  22. def getTableNames(sft: SimpleFeatureType, ds: KuduDataStore, partition: Option[String]): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  23. def getTablesForQuery(sft: SimpleFeatureType, ds: KuduDataStore, filter: Option[Filter]): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. lazy val identifier: String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val keyColumns: Seq[KuduColumnAdapter[_]]

    Permalink

    Columns that are part of the primary key, used for range planning

    Columns that are part of the primary key, used for range planning

    Attributes
    protected
    Definition Classes
    KuduZ3SchemaKuduFeatureIndex
  28. val keySpace: XZ3IndexKeySpace

    Permalink

    Primary key space used by this index

    Primary key space used by this index

    Attributes
    protected
    Definition Classes
    KuduXZ3IndexKuduFeatureIndex
  29. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  30. val name: String

    Permalink
    Definition Classes
    KuduXZ3Index → GeoMesaFeatureIndex
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def removeAll(sft: SimpleFeatureType, ds: KuduDataStore): Unit

    Permalink
    Definition Classes
    KuduFeatureIndex → GeoMesaFeatureIndex
  35. def remover(sft: SimpleFeatureType, ds: KuduDataStore): (KuduFeature) ⇒ Seq[WriteOperation]

    Permalink
    Definition Classes
    KuduFeatureIndex → GeoMesaFeatureIndex
  36. def supports(sft: SimpleFeatureType): Boolean

    Permalink
    Definition Classes
    KuduFeatureIndex → GeoMesaFeatureIndex
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def tableNameKey(partition: Option[String]): String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  39. def tableSchema(sft: SimpleFeatureType): Schema

    Permalink

    Gets a cached table schema for the simple feature type, which includes all the primary key columns and the feature type columns

    Gets a cached table schema for the simple feature type, which includes all the primary key columns and the feature type columns

    sft

    simple feature type

    Attributes
    protected
    Definition Classes
    KuduFeatureIndex
  40. def toRowRanges(sft: SimpleFeatureType, schema: Schema, range: ScanRange[Z3IndexKey]): (Option[PartialRow], Option[PartialRow])

    Permalink

    Turns a scan range into a kudu range

    Turns a scan range into a kudu range

    sft

    simple feature type

    schema

    table schema

    range

    scan range

    Attributes
    protected
    Definition Classes
    KuduXZ3IndexKuduFeatureIndex
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. val version: Int

    Permalink
    Definition Classes
    KuduXZ3Index → GeoMesaFeatureIndex
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def writer(sft: SimpleFeatureType, ds: KuduDataStore): (KuduFeature) ⇒ Seq[WriteOperation]

    Permalink
    Definition Classes
    KuduFeatureIndex → GeoMesaFeatureIndex

Deprecated Value Members

  1. def serializedWithId: Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
    Annotations
    @deprecated
    Deprecated

Inherited from KuduZ3Schema[XZ3IndexValues]

Inherited from SpatioTemporalFilterStrategy[KuduDataStore, KuduFeature, WriteOperation]

Inherited from KuduFeatureIndex[XZ3IndexValues, Z3IndexKey]

Inherited from GeoMesaFeatureIndex[KuduDataStore, KuduFeature, WriteOperation]

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped