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 attributeIndex: Int

    Permalink
    Attributes
    protected
  6. val attributes: Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  7. val binding: Class[_]

    Permalink
    Attributes
    protected
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  11. 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

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  13. val descriptor: AttributeDescriptor

    Permalink
    Attributes
    protected
  14. val ds: GeoMesaDataStore[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AccumuloJoinIndex → GeoMesaFeatureIndex
  31. val indexSft: SimpleFeatureType

    Permalink
    Attributes
    protected
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. lazy val logger: Logger

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  35. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. val serializedWithId: Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  40. val sft: SimpleFeatureType

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

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  43. val tableNameKey: String

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

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

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

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

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