Trait

org.locationtech.geomesa.accumulo.index

AccumuloJoinIndex

Related Doc: package index

Permalink

trait AccumuloJoinIndex extends GeoMesaFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey]

Mixin trait to add join support to the normal attribute index class

Self Type
AccumuloJoinIndex with AttributeIndex
Linear Supertypes
GeoMesaFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey], LazyLogging, NamedIndex, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccumuloJoinIndex
  2. GeoMesaFeatureIndex
  3. LazyLogging
  4. NamedIndex
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def keySpace: IndexKeySpace[AttributeIndexValues[Any], AttributeIndexKey]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  2. abstract def tieredKeySpace: Option[IndexKeySpace[_, _]]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex

Concrete 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. val attributes: Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def configureTableName(partition: Option[String], limit: Option[Int]): String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  8. def createConverter(): WriteConverter[AttributeIndexKey]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  9. def createQueryPlan(filter: FilterStrategy, tables: Seq[String], ranges: Seq[Range], colFamily: Option[Text], schema: SimpleFeatureType, ecql: Option[Filter], hints: Hints, numThreads: Int): AccumuloQueryPlan

    Permalink

    Create a query plan against a join index - if possible, will use the reduced index-values to scan the single table, otherwise will require a join against the id index

    Create a query plan against a join index - if possible, will use the reduced index-values to scan the single table, otherwise will require a join against the id index

    filter

    filter strategy

    tables

    tables to scan

    ranges

    ranges to scan

    colFamily

    column family to scan, optional

    schema

    simple feature schema being scanned

    ecql

    secondary push-down predicates

    hints

    query hints

    numThreads

    query threads

  10. def deleteTableNames(partition: Option[String]): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  11. val ds: GeoMesaDataStore[_]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def generateTableName(partition: Option[String], limit: Option[Int]): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getFilterStrategy(filter: Filter, transform: Option[SimpleFeatureType], stats: Option[GeoMesaStats]): Option[FilterStrategy]

    Permalink
    Definition Classes
    AccumuloJoinIndex → GeoMesaFeatureIndex
  18. def getIdFromRow(row: Array[Byte], offset: Int, length: Int, feature: SimpleFeature): String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  19. def getIdOffset(row: Array[Byte], offset: Int, length: Int): Int

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  20. def getPartitions: Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  21. def getQueryStrategy(filter: FilterStrategy, hints: Hints, explain: Explainer): QueryStrategy

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  22. def getSplits(partition: Option[String]): Seq[Array[Byte]]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  23. def getTableNames(partition: Option[String]): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  24. def getTablesForQuery(filter: Option[Filter]): Seq[String]

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex → AnyRef → Any
  26. lazy val idFromRow: IdFromRow

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaFeatureIndex
  27. val identifier: String

    Permalink
    Definition Classes
    AccumuloJoinIndex → GeoMesaFeatureIndex
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  30. val mode: IndexMode

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  31. val name: String

    Permalink
    Definition Classes
    AccumuloJoinIndex → GeoMesaFeatureIndex → NamedIndex
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. val serializedWithId: Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  36. val sft: SimpleFeatureType

    Permalink
    Definition Classes
    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. val tableNameKey: String

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaFeatureIndex
  40. def toString(): String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex → AnyRef → Any
  41. val version: Int

    Permalink
    Definition Classes
    GeoMesaFeatureIndex → NamedIndex
  42. final def wait(): Unit

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

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

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

Inherited from GeoMesaFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey]

Inherited from LazyLogging

Inherited from NamedIndex

Inherited from AnyRef

Inherited from Any

Ungrouped