Class/Object

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

Z2IndexV4

Related Docs: object Z2IndexV4 | package legacy

Permalink

class Z2IndexV4 extends Z2Index

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Z2IndexV4
  2. Z2Index
  3. SpatialFilterStrategy
  4. GeoMesaFeatureIndex
  5. LazyLogging
  6. NamedIndex
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Z2IndexV4(ds: GeoMesaDataStore[_], sft: SimpleFeatureType, geom: String, mode: IndexMode)

    Permalink
  2. new Z2IndexV4(ds: GeoMesaDataStore[_], sft: SimpleFeatureType, version: Int, geom: String, mode: IndexMode)

    Permalink
    Attributes
    protected

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. val attributes: Seq[String]

    Permalink

    attributes used to create the index keys

    attributes used to create the index keys

    Definition Classes
    GeoMesaFeatureIndex
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def configureTableName(partition: Option[String] = None, limit: Option[Int] = None): String

    Permalink

    Create the metadata entry for the initial index table or a new partition

    Create the metadata entry for the initial index table or a new partition

    partition

    partition

    returns

    table name

    Definition Classes
    GeoMesaFeatureIndex
  8. def createConverter(): WriteConverter[Long]

    Permalink

    Creates a function to generate row keys from features

    Creates a function to generate row keys from features

    Definition Classes
    GeoMesaFeatureIndex
  9. def deleteTableNames(partition: Option[String] = None): Seq[String]

    Permalink

    Deletes the entire index

    Deletes the entire index

    partition

    only delete a single partition, instead of the whole index

    Definition Classes
    GeoMesaFeatureIndex
  10. val ds: GeoMesaDataStore[_]

    Permalink

    data store

    data store

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def generateTableName(partition: Option[String] = None, limit: Option[Int] = None): String

    Permalink

    Creates a valid, unique string for the underlying table

    Creates a valid, unique string for the underlying table

    partition

    partition

    limit

    limit on the length of a table name in the underlying database

    Attributes
    protected
    Definition Classes
    GeoMesaFeatureIndex
  15. val geom: String

    Permalink
    Definition Classes
    Z2IndexSpatialFilterStrategy
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getFilterStrategy(filter: Filter, transform: Option[SimpleFeatureType], stats: Option[GeoMesaStats]): Option[FilterStrategy]

    Permalink

    Gets options for a 'simple' filter, where each OR is on a single attribute, e.g.

    Gets options for a 'simple' filter, where each OR is on a single attribute, e.g. (bbox1 OR bbox2) AND dtg bbox AND dtg AND (attr1 = foo OR attr = bar) not: bbox OR dtg

    Because the inputs are simple, each one can be satisfied with a single query filter. The returned values will each satisfy the query.

    filter

    input filter

    transform

    attribute transforms

    returns

    a filter strategy which can satisfy the query, if available

    Definition Classes
    SpatialFilterStrategyGeoMesaFeatureIndex
  18. def getIdFromRow(row: Array[Byte], offset: Int, length: Int, feature: SimpleFeature): String

    Permalink

    Retrieve an ID from a row.

    Retrieve an ID from a row. All indices are assumed to encode the feature ID into the row key.

    The simple feature in the returned function signature is optional (null ok) - if provided the parsed UUID will be cached in the feature user data, if the sft is marked as using UUIDs

    row

    row bytes

    offset

    offset into the row bytes to the first valid byte for this row

    length

    number of valid bytes for this row

    feature

    simple feature (optional)

    Definition Classes
    GeoMesaFeatureIndex
  19. def getIdOffset(row: Array[Byte], offset: Int, length: Int): Int

    Permalink

    Gets the offset (start) of the feature id from a row.

    Gets the offset (start) of the feature id from a row. All indices are assumed to encode the feature ID into the row key.

    row

    row bytes

    offset

    offset into the row bytes to the first valid byte for this row

    length

    number of valid bytes for this row

    Definition Classes
    GeoMesaFeatureIndex
  20. def getPartitions: Seq[String]

    Permalink

    Gets the partitions for this index, assuming that the schema is partitioned

    Gets the partitions for this index, assuming that the schema is partitioned

    Definition Classes
    GeoMesaFeatureIndex
  21. def getQueryStrategy(filter: FilterStrategy, hints: Hints, explain: Explainer = ExplainNull): QueryStrategy

    Permalink

    Plans the query

    Plans the query

    filter

    filter strategy

    hints

    query hints

    explain

    explainer

    Definition Classes
    GeoMesaFeatureIndex
  22. def getSplits(partition: Option[String] = None): Seq[Array[Byte]]

    Permalink

    Gets the initial splits for a table

    Gets the initial splits for a table

    partition

    partition, if any

    Definition Classes
    GeoMesaFeatureIndex
  23. def getTableNames(partition: Option[String] = None): Seq[String]

    Permalink

    Gets the table name for this index

    Gets the table name for this index

    partition

    get the name for a particular partition, or all partitions

    Definition Classes
    GeoMesaFeatureIndex
  24. def getTablesForQuery(filter: Option[Filter]): Seq[String]

    Permalink

    Gets the tables that should be scanned to satisfy a query

    Gets the tables that should be scanned to satisfy a query

    filter

    filter

    Definition Classes
    GeoMesaFeatureIndex
  25. def hashCode(): Int

    Permalink
    Definition Classes
    GeoMesaFeatureIndex → AnyRef → Any
  26. lazy val idFromRow: IdFromRow

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaFeatureIndex
  27. val identifier: String

    Permalink

    Unique (for the given sft) identifier string for this index.

    Unique (for the given sft) identifier string for this index.

    Can be parsed with IndexId.parse, although note that it does not include the read/write mode

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

    Permalink
    Definition Classes
    Any
  29. val keySpace: Z2IndexKeySpace

    Permalink

    Primary key space used by this index

    Primary key space used by this index

    Definition Classes
    Z2IndexV4Z2IndexGeoMesaFeatureIndex
  30. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  31. val mode: IndexMode

    Permalink

    mode of the index (read/write/both)

    mode of the index (read/write/both)

    Definition Classes
    GeoMesaFeatureIndex
  32. val name: String

    Permalink

    name of the index

    name of the index

    Definition Classes
    GeoMesaFeatureIndexNamedIndex
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. val serializedWithId: Boolean

    Permalink

    Is the feature id serialized with the feature? Needed for back-compatibility with old data formats

    Is the feature id serialized with the feature? Needed for back-compatibility with old data formats

    Definition Classes
    GeoMesaFeatureIndex
  37. val sft: SimpleFeatureType

    Permalink

    simple feature type stored in this index

    simple feature type stored in this index

    Definition Classes
    GeoMesaFeatureIndex
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def tableNameKey(partition: Option[String] = None): String

    Permalink

    The metadata key used to store the table name for this index

    The metadata key used to store the table name for this index

    partition

    partition

    Definition Classes
    GeoMesaFeatureIndex
  40. val tableNameKey: String

    Permalink
    Attributes
    protected
    Definition Classes
    Z2IndexV4GeoMesaFeatureIndex
  41. val tieredKeySpace: Option[IndexKeySpace[_, _]]

    Permalink

    Tiered key space beyond the primary one, if any

    Tiered key space beyond the primary one, if any

    Definition Classes
    Z2IndexGeoMesaFeatureIndex
  42. def toString(): String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex → AnyRef → Any
  43. val version: Int

    Permalink

    version of the index

    version of the index

    Definition Classes
    GeoMesaFeatureIndexNamedIndex
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Z2Index

Inherited from SpatialFilterStrategy[Z2IndexValues, Long]

Inherited from GeoMesaFeatureIndex[Z2IndexValues, Long]

Inherited from LazyLogging

Inherited from NamedIndex

Inherited from AnyRef

Inherited from Any

Ungrouped