Class/Object

org.locationtech.geomesa.index.index.id.legacy

IdIndexV3

Related Docs: object IdIndexV3 | package legacy

Permalink

class IdIndexV3 extends IdIndex

Linear Supertypes
IdIndex, IdFilterStrategy[Set[Array[Byte]], Array[Byte]], GeoMesaFeatureIndex[Set[Array[Byte]], Array[Byte]], LazyLogging, NamedIndex, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IdIndexV3
  2. IdIndex
  3. IdFilterStrategy
  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 IdIndexV3(ds: GeoMesaDataStore[_], sft: SimpleFeatureType, mode: IndexMode)

    Permalink
  2. new IdIndexV3(ds: GeoMesaDataStore[_], sft: SimpleFeatureType, version: Int, 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[Array[Byte]]

    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. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    Any
  28. val keySpace: IdIndexKeySpace

    Permalink

    Primary key space used by this index

    Primary key space used by this index

    Definition Classes
    IdIndexV3IdIndexGeoMesaFeatureIndex
  29. lazy val logger: Logger

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

    Permalink

    mode of the index (read/write/both)

    mode of the index (read/write/both)

    Definition Classes
    GeoMesaFeatureIndex
  31. val name: String

    Permalink

    name of the index

    name of the index

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

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

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

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

    Permalink

    simple feature type stored in this index

    simple feature type stored in this index

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    IdIndexV3GeoMesaFeatureIndex
  40. 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
    IdIndexGeoMesaFeatureIndex
  41. def toString(): String

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

    Permalink

    version of the index

    version of the index

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

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

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

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

Inherited from IdIndex

Inherited from IdFilterStrategy[Set[Array[Byte]], Array[Byte]]

Inherited from GeoMesaFeatureIndex[Set[Array[Byte]], Array[Byte]]

Inherited from LazyLogging

Inherited from NamedIndex

Inherited from AnyRef

Inherited from Any

Ungrouped