Object/Trait

org.locationtech.geomesa.kudu.index

KuduIdIndex

Related Docs: trait KuduIdIndex | package index

Permalink

object KuduIdIndex extends KuduIdIndex with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, KuduIdIndex, IdFilterStrategy[KuduDataStore, KuduFeature, WriteOperation], KuduFeatureIndex[Set[Array[Byte]], Array[Byte]], GeoMesaFeatureIndex[KuduDataStore, KuduFeature, WriteOperation], LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. KuduIdIndex
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. KuduIdIndex
  7. IdFilterStrategy
  8. KuduFeatureIndex
  9. GeoMesaFeatureIndex
  10. LazyLogging
  11. AnyRef
  12. 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
    KuduIdIndexKuduFeatureIndex
  8. def createKeyValues(toIndexKey: (SimpleFeature) ⇒ Seq[Array[Byte]])(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
    KuduIdIndexKuduFeatureIndex
  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
    KuduFeatureIndex
  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
    IdFilterStrategy → GeoMesaFeatureIndex
  17. def getFilterStrategy(sft: SimpleFeatureType, filter: Filter, transform: Option[SimpleFeatureType]): Seq[FilterStrategy[KuduDataStore, KuduFeature, WriteOperation]]

    Permalink
    Definition Classes
    IdFilterStrategy → 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. lazy val identifier: String

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

    Permalink
    Definition Classes
    Any
  26. 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
    KuduIdIndexKuduFeatureIndex
  27. def keySpace: IdIndexKeySpace

    Permalink

    Primary key space used by this index

    Primary key space used by this index

    Attributes
    protected
    Definition Classes
    KuduIdIndexKuduFeatureIndex
  28. lazy val logger: Logger

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

    Permalink
    Definition Classes
    KuduIdIndex → GeoMesaFeatureIndex
  30. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  38. 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
  39. def toRowRanges(sft: SimpleFeatureType, schema: Schema, range: ScanRange[Array[Byte]]): (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
    KuduIdIndexKuduFeatureIndex
  40. val version: Int

    Permalink
    Definition Classes
    KuduIdIndex → GeoMesaFeatureIndex
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from KuduIdIndex

Inherited from IdFilterStrategy[KuduDataStore, KuduFeature, WriteOperation]

Inherited from KuduFeatureIndex[Set[Array[Byte]], Array[Byte]]

Inherited from GeoMesaFeatureIndex[KuduDataStore, KuduFeature, WriteOperation]

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped