Object

org.locationtech.geomesa.accumulo.index.legacy.z2

Z2IndexV2

Related Doc: package z2

Permalink

object Z2IndexV2 extends AccumuloFeatureIndex with Z2WritableIndex with Z2QueryableIndex with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Z2QueryableIndex, LazyLogging, SpatialFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], Z2WritableIndex, AccumuloFeatureIndex, GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Z2IndexV2
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Z2QueryableIndex
  7. LazyLogging
  8. SpatialFilterStrategy
  9. Z2WritableIndex
  10. AccumuloFeatureIndex
  11. GeoMesaFeatureIndex
  12. AnyRef
  13. 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 Z2IterPriority: 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
    Z2WritableIndexAccumuloFeatureIndex → GeoMesaFeatureIndex
  8. def delete(sft: SimpleFeatureType, ds: AccumuloDataStore, shared: Boolean): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SpatialFilterStrategy → GeoMesaFeatureIndex
  16. def getGeomRowKeys(tableSharing: Array[Byte], splitArray: Seq[Array[Byte]])(wf: AccumuloFeature): Seq[Array[Byte]]

    Permalink
    Attributes
    protected
    Definition Classes
    Z2WritableIndex
  17. def getIdFromRow(sft: SimpleFeatureType): (Array[Byte], Int, Int, SimpleFeature) ⇒ String

    Permalink
    Definition Classes
    Z2WritableIndex → GeoMesaFeatureIndex
  18. def getIdRowOffset(sft: SimpleFeatureType): Int

    Permalink
    Definition Classes
    Z2WritableIndex
  19. def getPointRowKey(tableSharing: Array[Byte], splitArray: Seq[Array[Byte]], lenient: Boolean)(wf: AccumuloFeature): Seq[Array[Byte]]

    Permalink
    Attributes
    protected
    Definition Classes
    Z2WritableIndex
  20. def getQueryPlan(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: AccumuloFilterStrategyType, hints: Hints, explain: Explainer): AccumuloQueryPlan

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

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

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  23. val hasPrecomputedBins: Boolean

    Permalink
    Definition Classes
    Z2IndexV2AccumuloFeatureIndex
  24. lazy val identifier: String

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

    Permalink
    Definition Classes
    Any
  26. lazy val logger: Logger

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

    Permalink
    Definition Classes
    Z2IndexV2 → GeoMesaFeatureIndex
  28. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Z2IndexV2 → GeoMesaFeatureIndex
  33. val serializedWithId: Boolean

    Permalink
    Definition Classes
    Z2IndexV2 → GeoMesaFeatureIndex
  34. def sharingPrefix(sft: SimpleFeatureType): Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    Z2WritableIndex
  35. def supports(sft: SimpleFeatureType): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  37. lazy val tableNameKey: String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  38. val version: Int

    Permalink
    Definition Classes
    Z2IndexV2 → GeoMesaFeatureIndex
  39. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Z2IndexV2 → GeoMesaFeatureIndex

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Z2QueryableIndex

Inherited from LazyLogging

Inherited from SpatialFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from Z2WritableIndex

Inherited from AccumuloFeatureIndex

Inherited from GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from AnyRef

Inherited from Any

Ungrouped