Object

org.locationtech.geomesa.accumulo.index.legacy.attribute

AttributeIndexV2

Related Doc: package attribute

Permalink

object AttributeIndexV2 extends AccumuloFeatureIndex with AttributeWritableIndex with AttributeQueryableIndex with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AttributeQueryableIndex, AttributeWritableIndex, AttributeRowDecoder, AttributeSplittable, AccumuloFeatureIndex, GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation], LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeIndexV2
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AttributeQueryableIndex
  7. AttributeWritableIndex
  8. AttributeRowDecoder
  9. AttributeSplittable
  10. AccumuloFeatureIndex
  11. GeoMesaFeatureIndex
  12. LazyLogging
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type ScanPlanFn = (SimpleFeatureType, Option[Filter], Option[(String, SimpleFeatureType)]) ⇒ BatchScanPlan

    Permalink
    Definition Classes
    AttributeQueryableIndex
  2. type TypedFilterStrategy = FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex

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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def configure(sft: SimpleFeatureType, ds: AccumuloDataStore, partition: Option[String]): String

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  7. def configureSplits(sft: SimpleFeatureType, ds: AccumuloDataStore, partition: Option[String]): Unit

    Permalink
  8. def decodeRowValue(sft: SimpleFeatureType, index: Int): (Array[Byte], Int, Int) ⇒ Try[AnyRef]

    Permalink
    Definition Classes
    AttributeWritableIndex → AttributeRowDecoder
  9. def delete(sft: SimpleFeatureType, ds: AccumuloDataStore, partition: Option[String]): Unit

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def generateTableName(sft: SimpleFeatureType, ds: AccumuloDataStore, partition: Option[String]): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getCost(sft: SimpleFeatureType, stats: Option[GeoMesaStats], filter: AccumuloFilterStrategyType, transform: Option[SimpleFeatureType]): Long

    Permalink
    Definition Classes
    AttributeQueryableIndex → GeoMesaFeatureIndex
  16. def getFilterStrategy(sft: SimpleFeatureType, filter: Filter, transform: Option[SimpleFeatureType]): Seq[AccumuloFilterStrategyType]

    Permalink
    Definition Classes
    AttributeQueryableIndex → GeoMesaFeatureIndex
  17. def getIdFromRow(sft: SimpleFeatureType): (Array[Byte], Int, Int, SimpleFeature) ⇒ String

    Permalink
    Definition Classes
    AttributeWritableIndex → GeoMesaFeatureIndex
  18. def getPartitions(sft: SimpleFeatureType, ds: AccumuloDataStore): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  19. def getQueryPlan(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: AccumuloFilterStrategyType, hints: Hints, explain: Explainer): AccumuloQueryPlan

    Permalink
    Definition Classes
    AttributeQueryableIndex → GeoMesaFeatureIndex
  20. def getRowKeys(sft: SimpleFeatureType): (AccumuloFeature) ⇒ Seq[(AttributeDescriptor, Array[Byte])]

    Permalink
    Definition Classes
    AttributeWritableIndex
  21. def getSplits(sft: SimpleFeatureType, partition: Option[String]): Seq[Array[Byte]]

    Permalink
    Definition Classes
    AttributeWritableIndex → GeoMesaFeatureIndex
  22. def getTableNames(sft: SimpleFeatureType, ds: AccumuloDataStore, partition: Option[String]): Seq[String]

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  23. def getTablesForQuery(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: Option[Filter]): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  24. val hasPrecomputedBins: Boolean

    Permalink
    Definition Classes
    AttributeIndexV2AccumuloFeatureIndex
  25. lazy val identifier: String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def joinQuery(ds: AccumuloDataStore, sft: SimpleFeatureType, filter: AccumuloFilterStrategyType, hints: Hints, hasDupes: Boolean, attributePlan: ScanPlanFn): JoinPlan

    Permalink

    Gets a query plan comprised of a join against the record table.

    Gets a query plan comprised of a join against the record table. This is the slowest way to execute a query, so we avoid it if possible.

    Definition Classes
    AttributeQueryableIndex
  28. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  29. val name: String

    Permalink
    Definition Classes
    AttributeIndexV2 → GeoMesaFeatureIndex
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def removeAll(sft: SimpleFeatureType, ds: AccumuloDataStore): Unit

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  34. def remover(sft: SimpleFeatureType, ds: AccumuloDataStore): (AccumuloFeature) ⇒ Seq[Mutation]

    Permalink
    Definition Classes
    AttributeIndexV2 → GeoMesaFeatureIndex
  35. val serializedWithId: Boolean

    Permalink
    Definition Classes
    AttributeIndexV2 → GeoMesaFeatureIndex
  36. def supports(sft: SimpleFeatureType): Boolean

    Permalink
    Definition Classes
    AttributeIndexV2 → 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 version: Int

    Permalink
    Definition Classes
    AttributeIndexV2 → GeoMesaFeatureIndex
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def writer(sft: SimpleFeatureType, ds: AccumuloDataStore): (AccumuloFeature) ⇒ Seq[Mutation]

    Permalink
    Definition Classes
    AttributeIndexV2 → GeoMesaFeatureIndex

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AttributeQueryableIndex

Inherited from AttributeWritableIndex

Inherited from AttributeRowDecoder

Inherited from AttributeSplittable

Inherited from AccumuloFeatureIndex

Inherited from GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped