Object

org.locationtech.geomesa.accumulo.index.legacy.z3

Z3IndexV4

Related Doc: package z3

Permalink

object Z3IndexV4 extends AccumuloFeatureIndex with AccumuloIndexAdapter with Z3LegacyIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Z3LegacyIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig], Z3Index[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig], SpatioTemporalFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], BaseFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig, Z3IndexValues], LazyLogging, AccumuloIndexAdapter, IndexAdapter[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig], AccumuloFeatureIndex, GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Z3IndexV4
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Z3LegacyIndex
  7. Z3Index
  8. SpatioTemporalFilterStrategy
  9. BaseFeatureIndex
  10. LazyLogging
  11. AccumuloIndexAdapter
  12. IndexAdapter
  13. AccumuloFeatureIndex
  14. GeoMesaFeatureIndex
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. 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 Z3IterPriority: Int

    Permalink
  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 createDelete(row: Array[Byte], feature: AccumuloFeature): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter → IndexAdapter
  9. def createInsert(row: Array[Byte], feature: AccumuloFeature): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter → IndexAdapter
  10. def delete(sft: SimpleFeatureType, ds: AccumuloDataStore, shared: Boolean): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getCost(sft: SimpleFeatureType, stats: Option[GeoMesaStats], filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], transform: Option[SimpleFeatureType]): Long

    Permalink
    Definition Classes
    SpatioTemporalFilterStrategy → GeoMesaFeatureIndex
  17. def getFilterStrategy(sft: SimpleFeatureType, filter: Filter, transform: Option[SimpleFeatureType]): Seq[FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation]]

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

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

    Permalink
    Definition Classes
    BaseFeatureIndex → GeoMesaFeatureIndex
  20. def getSplits(sft: SimpleFeatureType): Seq[Array[Byte]]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter
  23. val hasPrecomputedBins: Boolean

    Permalink
    Definition Classes
    Z3IndexV4AccumuloFeatureIndex
  24. lazy val identifier: String

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

    Permalink
    Definition Classes
    Any
  26. val keySpace: Z3LegacyIndexKeySpace.type

    Permalink
    Attributes
    protected
    Definition Classes
    Z3LegacyIndex → Z3Index → BaseFeatureIndex
  27. lazy val logger: Logger

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

    Permalink
    Definition Classes
    Z3Index → GeoMesaFeatureIndex
  29. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BaseFeatureIndex → GeoMesaFeatureIndex
  38. 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
    AccumuloIndexAdapter → IndexAdapter
  39. def scanPlan(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], config: ScanConfig): QueryPlan[AccumuloDataStore, AccumuloFeature, Mutation]

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter → IndexAdapter
  40. val serializedWithId: Boolean

    Permalink
    Definition Classes
    Z3IndexV4 → GeoMesaFeatureIndex
  41. def supports(sft: SimpleFeatureType): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  43. lazy val tableNameKey: String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  44. def updateScanConfig(sft: SimpleFeatureType, config: ScanConfig, indexValues: Option[Z3IndexValues]): ScanConfig

    Permalink
    Attributes
    protected
    Definition Classes
    Z3IndexV4 → BaseFeatureIndex
  45. def useFullFilter(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], indexValues: Option[Z3IndexValues], hints: Hints): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Z3Index → BaseFeatureIndex
  46. val version: Int

    Permalink
    Definition Classes
    Z3IndexV4 → GeoMesaFeatureIndex
  47. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    BaseFeatureIndex → GeoMesaFeatureIndex

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

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

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

Inherited from SpatioTemporalFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from BaseFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig, Z3IndexValues]

Inherited from LazyLogging

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