Class/Object

org.locationtech.geomesa.accumulo.index

JoinIndex

Related Docs: object JoinIndex | package index

Permalink

class JoinIndex extends AttributeIndex with AccumuloJoinIndex

Linear Supertypes
AccumuloJoinIndex, AttributeIndex, AttributeFilterStrategy[AttributeIndexValues[Any], AttributeIndexKey], GeoMesaFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey], LazyLogging, NamedIndex, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JoinIndex
  2. AccumuloJoinIndex
  3. AttributeIndex
  4. AttributeFilterStrategy
  5. GeoMesaFeatureIndex
  6. LazyLogging
  7. NamedIndex
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JoinIndex(ds: GeoMesaDataStore[_], sft: SimpleFeatureType, attribute: String, secondaries: Seq[String], mode: IndexMode)

    Permalink

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

    Definition Classes
    AccumuloJoinIndex
  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. val keySpace: AttributeIndexKeySpace

    Permalink
    Definition Classes
    JoinIndex → AttributeIndex → GeoMesaFeatureIndex
  30. lazy val logger: Logger

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  32. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. val serializedWithId: Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  37. val sft: SimpleFeatureType

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

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  40. val tableNameKey: String

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaFeatureIndex
  41. val tieredKeySpace: Option[IndexKeySpace[_, _]]

    Permalink
    Definition Classes
    AttributeIndex → GeoMesaFeatureIndex
  42. def toString(): String

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

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

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

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

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

Inherited from AccumuloJoinIndex

Inherited from AttributeIndex

Inherited from AttributeFilterStrategy[AttributeIndexValues[Any], AttributeIndexKey]

Inherited from GeoMesaFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey]

Inherited from LazyLogging

Inherited from NamedIndex

Inherited from AnyRef

Inherited from Any

Ungrouped