Object

org.locationtech.geomesa.bigtable.index

BigtableAttributeIndex

Related Doc: package index

Permalink

object BigtableAttributeIndex extends HBaseLikeAttributeIndex with BigtablePlatform with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, BigtablePlatform, HBasePlatform, HBaseLikeAttributeIndex, AttributeIndex[HBaseDataStore, HBaseFeature, Mutation, Scan, ScanConfig], AttributeRowDecoder, AttributeFilterStrategy[HBaseDataStore, HBaseFeature, Mutation], BaseTieredFeatureIndex[HBaseDataStore, HBaseFeature, Mutation, Scan, ScanConfig, AttributeIndexValues[Any], AttributeIndexKey], BaseFeatureIndex[HBaseDataStore, HBaseFeature, Mutation, Scan, ScanConfig, AttributeIndexValues[Any], AttributeIndexKey], HBaseIndexAdapter, IndexAdapter[HBaseDataStore, HBaseFeature, Mutation, Scan, ScanConfig], HBaseFeatureIndex, ClientSideFiltering[Result], GeoMesaFeatureIndex[HBaseDataStore, HBaseFeature, Mutation], LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BigtableAttributeIndex
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BigtablePlatform
  7. HBasePlatform
  8. HBaseLikeAttributeIndex
  9. AttributeIndex
  10. AttributeRowDecoder
  11. AttributeFilterStrategy
  12. BaseTieredFeatureIndex
  13. BaseFeatureIndex
  14. HBaseIndexAdapter
  15. IndexAdapter
  16. HBaseFeatureIndex
  17. ClientSideFiltering
  18. GeoMesaFeatureIndex
  19. LazyLogging
  20. AnyRef
  21. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type TypedFilterStrategy = FilterStrategy[HBaseDataStore, HBaseFeature, 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 buildPlatformScanPlan(ds: HBaseDataStore, sft: SimpleFeatureType, filter: HBaseFilterStrategyType, ranges: Seq[Scan], colFamily: Array[Byte], tables: Seq[TableName], hbaseFilters: Seq[(Int, Filter)], coprocessor: Option[CoprocessorConfig], toFeatures: (Iterator[Result]) ⇒ Iterator[SimpleFeature]): HBaseQueryPlan

    Permalink
    Definition Classes
    BigtablePlatform → HBasePlatform → HBaseIndexAdapter
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def configure(sft: SimpleFeatureType, ds: HBaseDataStore, partition: Option[String]): String

    Permalink
    Definition Classes
    HBaseFeatureIndex → GeoMesaFeatureIndex
  8. def createDelete(row: Array[Byte], feature: HBaseFeature): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseIndexAdapter → IndexAdapter
  9. def createInsert(row: Array[Byte], feature: HBaseFeature): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseIndexAdapter → IndexAdapter
  10. def createRange(row: Array[Byte]): Scan

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseIndexAdapter → IndexAdapter
  11. def createRange(start: Array[Byte], end: Array[Byte]): Scan

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseIndexAdapter → IndexAdapter
  12. val dataBlockEncoding: Option[DataBlockEncoding]

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseFeatureIndex
  13. def decodeRowValue(sft: SimpleFeatureType, index: Int): (Array[Byte], Int, Int) ⇒ Try[AnyRef]

    Permalink
    Definition Classes
    AttributeIndex → AttributeRowDecoder
  14. def delete(sft: SimpleFeatureType, ds: HBaseDataStore, partition: Option[String]): Unit

    Permalink
    Definition Classes
    HBaseFeatureIndex → GeoMesaFeatureIndex
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AttributeFilterStrategy → GeoMesaFeatureIndex
  21. def getFilterStrategy(sft: SimpleFeatureType, filter: Filter, transform: Option[SimpleFeatureType]): Seq[FilterStrategy[HBaseDataStore, HBaseFeature, Mutation]]

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

    Permalink
    Definition Classes
    AttributeIndex → BaseTieredFeatureIndex → BaseFeatureIndex → GeoMesaFeatureIndex
  23. def getPartitions(sft: SimpleFeatureType, ds: HBaseDataStore): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  24. def getQueryPlan(sft: SimpleFeatureType, ds: HBaseDataStore, filter: FilterStrategy[HBaseDataStore, HBaseFeature, Mutation], hints: Hints, explain: Explainer): QueryPlan[HBaseDataStore, HBaseFeature, Mutation]

    Permalink
    Definition Classes
    BaseTieredFeatureIndex → BaseFeatureIndex → GeoMesaFeatureIndex
  25. def getSplits(sft: SimpleFeatureType, partition: Option[String]): Seq[Array[Byte]]

    Permalink
    Definition Classes
    AttributeIndex → BaseFeatureIndex → GeoMesaFeatureIndex
  26. def getTableNames(sft: SimpleFeatureType, ds: HBaseDataStore, partition: Option[String]): Seq[String]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  27. def getTablesForQuery(sft: SimpleFeatureType, ds: HBaseDataStore, filter: Option[Filter]): Seq[String]

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

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseIndexAdapter
  29. lazy val identifier: String

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

    Permalink
    Definition Classes
    Any
  31. val keySpace: AttributeIndexKeySpace

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex → BaseFeatureIndex
  32. lazy val logger: Logger

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

    Permalink
    Definition Classes
    AttributeIndex → GeoMesaFeatureIndex
  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. def removeAll(sft: SimpleFeatureType, ds: HBaseDataStore): Unit

    Permalink
    Definition Classes
    HBaseFeatureIndex → GeoMesaFeatureIndex
  38. def remover(sft: SimpleFeatureType, ds: HBaseDataStore): (HBaseFeature) ⇒ Seq[Mutation]

    Permalink
    Definition Classes
    BaseTieredFeatureIndex → BaseFeatureIndex → GeoMesaFeatureIndex
  39. def resultsToFeatures(sft: SimpleFeatureType, ecql: Option[Filter], transform: Option[(String, SimpleFeatureType)]): (Iterator[Result]) ⇒ Iterator[SimpleFeature]

    Permalink
    Definition Classes
    ClientSideFiltering
  40. def rowAndValue(result: Result): RowAndValue

    Permalink
    Definition Classes
    HBaseIndexAdapter → ClientSideFiltering
  41. def scanConfig(sft: SimpleFeatureType, ds: HBaseDataStore, filter: HBaseFilterStrategyType, ranges: Seq[Scan], ecql: Option[Filter], hints: Hints): ScanConfig

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseIndexAdapter → IndexAdapter
  42. def scanPlan(sft: SimpleFeatureType, ds: HBaseDataStore, filter: HBaseFilterStrategyType, config: ScanConfig): HBaseQueryPlanType

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseIndexAdapter → IndexAdapter
  43. def shardStrategy(sft: SimpleFeatureType): ShardStrategy

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex → BaseFeatureIndex
  44. def supports(sft: SimpleFeatureType): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  46. def tableNameKey(partition: Option[String]): String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  47. def tieredKeySpace(sft: SimpleFeatureType): Option[IndexKeySpace[_, _]]

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex → BaseTieredFeatureIndex
  48. def toFeaturesDirect(sft: SimpleFeatureType): (Result) ⇒ SimpleFeature

    Permalink
    Definition Classes
    ClientSideFiltering
  49. def toFeaturesWithFilter(sft: SimpleFeatureType, ecql: Filter): (Result) ⇒ Option[SimpleFeature]

    Permalink
    Definition Classes
    ClientSideFiltering
  50. def toFeaturesWithFilterTransform(sft: SimpleFeatureType, ecql: Filter, transforms: Array[Definition], indices: Array[Int], transformSft: SimpleFeatureType): (Result) ⇒ Option[SimpleFeature]

    Permalink
    Definition Classes
    ClientSideFiltering
  51. def toFeaturesWithTransform(sft: SimpleFeatureType, transforms: Array[Definition], indices: Array[Int], transformSft: SimpleFeatureType): (Result) ⇒ SimpleFeature

    Permalink
    Definition Classes
    ClientSideFiltering
  52. def updateScanConfig(sft: SimpleFeatureType, config: ScanConfig, indexValues: Option[AttributeIndexValues[Any]]): ScanConfig

    Permalink
    Attributes
    protected
    Definition Classes
    BaseFeatureIndex
  53. val version: Int

    Permalink
    Definition Classes
    HBaseLikeAttributeIndex → GeoMesaFeatureIndex
  54. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def writer(sft: SimpleFeatureType, ds: HBaseDataStore): (HBaseFeature) ⇒ Seq[Mutation]

    Permalink
    Definition Classes
    BaseTieredFeatureIndex → BaseFeatureIndex → GeoMesaFeatureIndex

Deprecated Value Members

  1. def serializedWithId: Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
    Annotations
    @deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BigtablePlatform

Inherited from HBasePlatform

Inherited from HBaseLikeAttributeIndex

Inherited from AttributeIndex[HBaseDataStore, HBaseFeature, Mutation, Scan, ScanConfig]

Inherited from AttributeRowDecoder

Inherited from AttributeFilterStrategy[HBaseDataStore, HBaseFeature, Mutation]

Inherited from BaseTieredFeatureIndex[HBaseDataStore, HBaseFeature, Mutation, Scan, ScanConfig, AttributeIndexValues[Any], AttributeIndexKey]

Inherited from BaseFeatureIndex[HBaseDataStore, HBaseFeature, Mutation, Scan, ScanConfig, AttributeIndexValues[Any], AttributeIndexKey]

Inherited from HBaseIndexAdapter

Inherited from IndexAdapter[HBaseDataStore, HBaseFeature, Mutation, Scan, ScanConfig]

Inherited from HBaseFeatureIndex

Inherited from ClientSideFiltering[Result]

Inherited from GeoMesaFeatureIndex[HBaseDataStore, HBaseFeature, Mutation]

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped