Class

org.locationtech.geomesa.accumulo.index.legacy

JoinIndexV6

Related Doc: package legacy

Permalink

class JoinIndexV6 extends AttributeIndexV6 with AccumuloJoinIndex

Linear Supertypes
AccumuloJoinIndex, 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. JoinIndexV6
  2. AccumuloJoinIndex
  3. AttributeIndexV6
  4. LegacyTableNaming
  5. AttributeIndexV7
  6. AttributeIndex
  7. AttributeFilterStrategy
  8. GeoMesaFeatureIndex
  9. LazyLogging
  10. NamedIndex
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JoinIndexV6(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 attribute: String

    Permalink
    Definition Classes
    AttributeIndex → AttributeFilterStrategy
  6. val attributeIndex: Int

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloJoinIndex
  7. val attributes: Seq[String]

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

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloJoinIndex
  9. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  12. 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
  13. def deleteTableNames(partition: Option[String]): Seq[String]

    Permalink
    Definition Classes
    LegacyTableNaming → GeoMesaFeatureIndex
  14. val descriptor: AttributeDescriptor

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloJoinIndex
  15. val ds: GeoMesaDataStore[_]

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

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex → AnyRef → Any
  18. val fallbackTableNameKey: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloJoinIndex
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. val keySpace: AttributeIndexKeySpace

    Permalink
    Definition Classes
    JoinIndexV6 → AttributeIndexV6 → AttributeIndexV7 → AttributeIndex → GeoMesaFeatureIndex
  36. lazy val logger: Logger

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  38. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  42. val serializedWithId: Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  43. val sft: SimpleFeatureType

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

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  46. val tableNameKey: String

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

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

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

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

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

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

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

Inherited from AccumuloJoinIndex

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