Class

org.locationtech.geomesa.accumulo.index.legacy

JoinIndexV5

Related Doc: package legacy

Permalink

class JoinIndexV5 extends AttributeIndexV5 with AccumuloJoinIndex

Linear Supertypes
AccumuloJoinIndex, AttributeIndexV5, AttributeIndexV6, LegacyTableNaming[AttributeIndexValues[Any], AttributeIndexKey], AttributeIndexV7, AttributeIndex, AttributeFilterStrategy[AttributeIndexValues[Any], AttributeIndexKey], GeoMesaFeatureIndex[AttributeIndexValues[Any], AttributeIndexKey], LazyLogging, NamedIndex, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JoinIndexV5
  2. AccumuloJoinIndex
  3. AttributeIndexV5
  4. AttributeIndexV6
  5. LegacyTableNaming
  6. AttributeIndexV7
  7. AttributeIndex
  8. AttributeFilterStrategy
  9. GeoMesaFeatureIndex
  10. LazyLogging
  11. NamedIndex
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JoinIndexV5(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
    LegacyTableNaming → 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. val fallbackTableNameKey: String

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndexV6 → LegacyTableNaming
  15. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  30. val keySpace: AttributeIndexKeySpace

    Permalink
    Definition Classes
    JoinIndexV5 → AttributeIndexV6 → AttributeIndexV7 → AttributeIndex → GeoMesaFeatureIndex
  31. lazy val logger: Logger

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  33. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. val serializedWithId: Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  38. val sft: SimpleFeatureType

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

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  41. val tableNameKey: String

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

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

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

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

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

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

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

Inherited from AccumuloJoinIndex

Inherited from AttributeIndexV5

Inherited from AttributeIndexV6

Inherited from LegacyTableNaming[AttributeIndexValues[Any], AttributeIndexKey]

Inherited from AttributeIndexV7

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