Class/Object

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

Z3IndexV5

Related Docs: object Z3IndexV5 | package legacy

Permalink

class Z3IndexV5 extends Z3Index

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Z3IndexV5
  2. Z3Index
  3. SpatioTemporalFilterStrategy
  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 Z3IndexV5(ds: GeoMesaDataStore[_], sft: SimpleFeatureType, geom: String, dtg: String, mode: IndexMode)

    Permalink
  2. new Z3IndexV5(ds: GeoMesaDataStore[_], sft: SimpleFeatureType, version: Int, geom: String, dtg: 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[Z3IndexKey]

    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. val dtg: String

    Permalink
    Definition Classes
    Z3IndexSpatioTemporalFilterStrategy
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. 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
  16. val geom: String

    Permalink
    Definition Classes
    Z3IndexSpatioTemporalFilterStrategy
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. 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
    SpatioTemporalFilterStrategyGeoMesaFeatureIndex
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. def hashCode(): Int

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

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaFeatureIndex
  28. 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
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. val keySpace: Z3IndexKeySpace

    Permalink

    Primary key space used by this index

    Primary key space used by this index

    Definition Classes
    Z3IndexV5Z3IndexGeoMesaFeatureIndex
  31. lazy val logger: Logger

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

    Permalink

    mode of the index (read/write/both)

    mode of the index (read/write/both)

    Definition Classes
    GeoMesaFeatureIndex
  33. val name: String

    Permalink

    name of the index

    name of the index

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. 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
  38. val sft: SimpleFeatureType

    Permalink

    simple feature type stored in this index

    simple feature type stored in this index

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

    Permalink
    Definition Classes
    AnyRef
  40. 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
  41. val tableNameKey: String

    Permalink
    Attributes
    protected
    Definition Classes
    Z3IndexV5GeoMesaFeatureIndex
  42. 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
    Z3IndexGeoMesaFeatureIndex
  43. def toString(): String

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

    Permalink

    version of the index

    version of the index

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

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

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

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

Inherited from Z3Index

Inherited from LazyLogging

Inherited from NamedIndex

Inherited from AnyRef

Inherited from Any

Ungrouped