Object

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

AttributeIndexV4

Related Doc: package attribute

Permalink

object AttributeIndexV4 extends AccumuloAttributeIndex with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AccumuloAttributeIndex, AttributeSplittable, AttributeIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig], LazyLogging, AttributeRowDecoder, AttributeFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], AccumuloIndexAdapter, IndexAdapter[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig], AccumuloFeatureIndex, GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeIndexV4
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AccumuloAttributeIndex
  7. AttributeSplittable
  8. AttributeIndex
  9. LazyLogging
  10. AttributeRowDecoder
  11. AttributeFilterStrategy
  12. AccumuloIndexAdapter
  13. IndexAdapter
  14. AccumuloFeatureIndex
  15. GeoMesaFeatureIndex
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type ScanConfigFn = (SimpleFeatureType, Option[Filter], Option[(String, SimpleFeatureType)]) ⇒ ScanConfig

    Permalink
    Definition Classes
    AccumuloAttributeIndex
  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. val AllowJoinPlans: ThreadLocal[Boolean]

    Permalink
    Definition Classes
    AccumuloAttributeIndex
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  8. def configureSplits(sft: SimpleFeatureType, ds: AccumuloDataStore): Unit

    Permalink
  9. def createDelete(row: Array[Byte], feature: AccumuloFeature): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter → IndexAdapter
  10. def createDelete(row: Array[Byte], feature: AccumuloFeature, coverage: IndexCoverage): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndex
  11. def createInsert(row: Array[Byte], feature: AccumuloFeature): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter → IndexAdapter
  12. def createInsert(row: Array[Byte], feature: AccumuloFeature, coverage: IndexCoverage): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndex
  13. def decodeRowValue(sft: SimpleFeatureType, index: Int): (Array[Byte], Int, Int) ⇒ Try[AnyRef]

    Permalink
    Definition Classes
    AttributeIndex → AttributeRowDecoder
  14. def delete(sft: SimpleFeatureType, ds: AccumuloDataStore, shared: Boolean): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AccumuloAttributeIndex → AttributeFilterStrategy → GeoMesaFeatureIndex
  22. def getIdFromRow(sft: SimpleFeatureType): (Array[Byte], Int, Int) ⇒ String

    Permalink
    Definition Classes
    AttributeIndex → GeoMesaFeatureIndex
  23. def getQueryPlan(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], hints: Hints, explain: Explainer): QueryPlan[AccumuloDataStore, AccumuloFeature, Mutation]

    Permalink
    Definition Classes
    AttributeIndex → GeoMesaFeatureIndex
  24. def getRowKeys(sft: SimpleFeatureType, lenient: Boolean): (AccumuloFeature) ⇒ Seq[(Int, Array[Byte])]

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex
  25. def getSecondaryIndexKeyLength(sft: SimpleFeatureType): Int

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex
  26. def getShards(sft: SimpleFeatureType): IndexedSeq[Array[Byte]]

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndexV4 → AttributeIndex
  27. def getSplits(sft: SimpleFeatureType): Seq[Array[Byte]]

    Permalink
    Definition Classes
    AttributeIndex → GeoMesaFeatureIndex
  28. def getTableName(typeName: String, ds: AccumuloDataStore): String

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  29. def hasDuplicates(sft: SimpleFeatureType, filter: Option[Filter]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter
  30. val hasPrecomputedBins: Boolean

    Permalink
  31. lazy val identifier: String

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

    Permalink
    Definition Classes
    Any
  33. lazy val logger: Logger

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

    Permalink
    Definition Classes
    AttributeIndex → GeoMesaFeatureIndex
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def queryThreads(ds: AccumuloDataStore): Int

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter
  39. def range(start: Array[Byte], end: Array[Byte]): Range

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter → IndexAdapter
  40. def rangeExact(row: Array[Byte]): Range

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter → IndexAdapter
  41. def rangePrefix(prefix: Array[Byte]): Range

    Permalink
    Attributes
    protected
    Definition Classes
    IndexAdapter
  42. def removeAll(sft: SimpleFeatureType, ds: AccumuloDataStore): Unit

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

    Permalink
    Definition Classes
    AccumuloAttributeIndex → AttributeIndex → GeoMesaFeatureIndex
  44. def scanConfig(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], ranges: Seq[Range], ecql: Option[Filter], hints: Hints): ScanConfig

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter → IndexAdapter
  45. def scanPlan(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], config: ScanConfig): QueryPlan[AccumuloDataStore, AccumuloFeature, Mutation]

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter → IndexAdapter
  46. def secondaryIndex(sft: SimpleFeatureType): Option[IndexKeySpace[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex
  47. val serializedWithId: Boolean

    Permalink
    Definition Classes
    AccumuloAttributeIndex → GeoMesaFeatureIndex
  48. def supports(sft: SimpleFeatureType): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  50. lazy val tableNameKey: String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  51. val version: Int

    Permalink
    Definition Classes
    AttributeIndexV4 → GeoMesaFeatureIndex
  52. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    AccumuloAttributeIndex → AttributeIndex → GeoMesaFeatureIndex

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AccumuloAttributeIndex

Inherited from AttributeSplittable

Inherited from AttributeIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig]

Inherited from LazyLogging

Inherited from AttributeRowDecoder

Inherited from AttributeFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from AccumuloIndexAdapter

Inherited from IndexAdapter[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig]

Inherited from AccumuloFeatureIndex

Inherited from GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from AnyRef

Inherited from Any

Ungrouped