Object

org.locationtech.geomesa.accumulo.index

XZ3Index

Related Doc: package index

Permalink

object XZ3Index extends AccumuloFeatureIndex with AccumuloIndexAdapter[XZ3IndexValues] with XZ3Index[AccumuloDataStore, AccumuloFeature, Mutation, Range] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, XZ3Index[AccumuloDataStore, AccumuloFeature, Mutation, Range], LazyLogging, SpatioTemporalFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], AccumuloIndexAdapter[XZ3IndexValues], IndexAdapter[AccumuloDataStore, AccumuloFeature, Mutation, Range, XZ3IndexValues], AccumuloFeatureIndex, GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XZ3Index
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. XZ3Index
  7. LazyLogging
  8. SpatioTemporalFilterStrategy
  9. AccumuloIndexAdapter
  10. IndexAdapter
  11. AccumuloFeatureIndex
  12. GeoMesaFeatureIndex
  13. AnyRef
  14. 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. 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): Unit

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  7. def createDelete(row: Array[Byte], feature: AccumuloFeature): Mutation

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

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter → IndexAdapter
  9. def delete(sft: SimpleFeatureType, ds: AccumuloDataStore, shared: Boolean): 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): 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: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], transform: Option[SimpleFeatureType]): Long

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    XZ3IndexAccumuloFeatureIndex
  23. lazy val identifier: String

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

    Permalink
    Definition Classes
    Any
  25. lazy val logger: Logger

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

    Permalink
    Definition Classes
    XZ3Index → GeoMesaFeatureIndex
  27. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    IndexAdapter
  34. def remover(sft: SimpleFeatureType, ds: AccumuloDataStore): (AccumuloFeature) ⇒ Seq[Mutation]

    Permalink
    Definition Classes
    XZ3Index → GeoMesaFeatureIndex
  35. def scanConfig(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], indexValues: Option[XZ3IndexValues], ecql: Option[Filter], hints: Hints, dedupe: Boolean): ScanConfig

    Permalink

    Sets up everything needed to execute the scan - iterators, column families, deserialization, etc

    Sets up everything needed to execute the scan - iterators, column families, deserialization, etc

    sft

    simple feature type

    ds

    data store

    filter

    filter strategy

    ecql

    secondary filter being applied, if any

    hints

    query hints

    dedupe

    scan may have duplicate results or not

    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter
  36. def scanPlan(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], indexValues: Option[XZ3IndexValues], ranges: Seq[Range], ecql: Option[Filter], hints: Hints): QueryPlan[AccumuloDataStore, AccumuloFeature, Mutation]

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

    Permalink
    Definition Classes
    XZ3Index → GeoMesaFeatureIndex
  38. def supports(sft: SimpleFeatureType): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  40. lazy val tableNameKey: String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  41. val version: Int

    Permalink
    Definition Classes
    XZ3Index → GeoMesaFeatureIndex
  42. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    XZ3Index → GeoMesaFeatureIndex

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from XZ3Index[AccumuloDataStore, AccumuloFeature, Mutation, Range]

Inherited from LazyLogging

Inherited from SpatioTemporalFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from AccumuloIndexAdapter[XZ3IndexValues]

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

Inherited from AccumuloFeatureIndex

Inherited from GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from AnyRef

Inherited from Any

Ungrouped