Object

org.locationtech.geomesa.accumulo.index.legacy.attribute

AttributeIndexV6

Related Doc: package attribute

Permalink

object AttributeIndexV6 extends AccumuloAttributeIndex with AttributeShardedIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig]

Linear Supertypes
AttributeShardedIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig], AccumuloAttributeIndex, AttributeSplittable, AttributeIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig], AttributeRowDecoder, AttributeFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], BaseTieredFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig, AttributeIndexValues[Any], AttributeIndexKey], BaseFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig, AttributeIndexValues[Any], AttributeIndexKey], AccumuloIndexAdapter, IndexAdapter[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig], AccumuloFeatureIndex, GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation], LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeIndexV6
  2. AttributeShardedIndex
  3. AccumuloAttributeIndex
  4. AttributeSplittable
  5. AttributeIndex
  6. AttributeRowDecoder
  7. AttributeFilterStrategy
  8. BaseTieredFeatureIndex
  9. BaseFeatureIndex
  10. AccumuloIndexAdapter
  11. IndexAdapter
  12. AccumuloFeatureIndex
  13. GeoMesaFeatureIndex
  14. LazyLogging
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type ScanConfigFn = (SimpleFeatureType, Option[Filter], Option[(String, SimpleFeatureType)]) ⇒ ScanConfig

    Permalink
    Definition Classes
    AccumuloAttributeIndex
  2. 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 AllowJoinPlans: ThreadLocal[Boolean]

    Permalink
    Definition Classes
    AccumuloAttributeIndex
  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, partition: Option[String]): String

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  8. def configureSplits(sft: SimpleFeatureType, ds: AccumuloDataStore, partition: Option[String]): Unit

    Permalink
  9. def createDelete(row: Array[Byte], feature: AccumuloFeature, coverage: IndexCoverage): Mutation

    Permalink
    Attributes
    protected
  10. def createDelete(row: Array[Byte], feature: AccumuloFeature): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter → IndexAdapter
  11. def createInsert(row: Array[Byte], feature: AccumuloFeature, coverage: IndexCoverage): Mutation

    Permalink
    Attributes
    protected
  12. def createInsert(row: Array[Byte], feature: AccumuloFeature): Mutation

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter → IndexAdapter
  13. def createRange(row: Array[Byte]): Range

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter → IndexAdapter
  14. def createRange(start: Array[Byte], end: Array[Byte]): Range

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter → IndexAdapter
  15. def decodeRowValue(sft: SimpleFeatureType, index: Int): (Array[Byte], Int, Int) ⇒ Try[AnyRef]

    Permalink
    Definition Classes
    AttributeShardedIndex → AttributeRowDecoder
  16. def delete(sft: SimpleFeatureType, ds: AccumuloDataStore, partition: Option[String]): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getCost(sft: SimpleFeatureType, stats: Option[GeoMesaStats], filter: AccumuloFilterStrategyType, transform: Option[SimpleFeatureType]): Long

    Permalink
    Definition Classes
    AccumuloAttributeIndex → AttributeFilterStrategy → GeoMesaFeatureIndex
  23. def getFilterStrategy(sft: SimpleFeatureType, filter: Filter, transform: Option[SimpleFeatureType]): Seq[AccumuloFilterStrategyType]

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

    Permalink
    Definition Classes
    AttributeShardedIndex → GeoMesaFeatureIndex
  25. def getPartitions(sft: SimpleFeatureType, ds: AccumuloDataStore): Seq[String]

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

    Permalink
    Definition Classes
    AttributeShardedIndex → GeoMesaFeatureIndex
  27. def getRowKeys(sft: SimpleFeatureType, lenient: Boolean): (AccumuloFeature) ⇒ Seq[(Int, Array[Byte])]

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeShardedIndex
  28. def getSecondaryIndexKeyLength(sft: SimpleFeatureType): Int

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeShardedIndex
  29. def getShards(sft: SimpleFeatureType): IndexedSeq[Array[Byte]]

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeShardedIndex
  30. def getSplits(sft: SimpleFeatureType, partition: Option[String]): Seq[Array[Byte]]

    Permalink
    Definition Classes
    AttributeShardedIndex → GeoMesaFeatureIndex
  31. def getTableNames(sft: SimpleFeatureType, ds: AccumuloDataStore, partition: Option[String]): Seq[String]

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  32. def getTablesForQuery(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: Option[Filter]): Seq[String]

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

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter
  34. val hasPrecomputedBins: Boolean

    Permalink
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. lazy val identifier: String

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

    Permalink
    Definition Classes
    Any
  38. val keySpace: AttributeIndexKeySpace

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

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

    Permalink
    Definition Classes
    AttributeShardedIndex → GeoMesaFeatureIndex
  41. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  44. def queryThreads(ds: AccumuloDataStore): Int

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloIndexAdapter
  45. def removeAll(sft: SimpleFeatureType, ds: AccumuloDataStore): Unit

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

    Permalink
    Definition Classes
    AttributeIndexV6 → AttributeShardedIndex → AccumuloAttributeIndex → BaseTieredFeatureIndex → BaseFeatureIndex → GeoMesaFeatureIndex
  47. def scanConfig(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], ranges: Seq[Range], ecql: Option[Filter], hints: Hints): ScanConfig

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter → IndexAdapter
  48. def scanPlan(sft: SimpleFeatureType, ds: AccumuloDataStore, filter: FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation], config: ScanConfig): QueryPlan[AccumuloDataStore, AccumuloFeature, Mutation]

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloAttributeIndexAccumuloIndexAdapter → IndexAdapter
  49. def secondaryIndex(sft: SimpleFeatureType): Option[IndexKeySpace[_, _]]

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeShardedIndex
  50. val serializedWithId: Boolean

    Permalink
    Definition Classes
    AccumuloAttributeIndex → GeoMesaFeatureIndex
  51. def shardStrategy(sft: SimpleFeatureType): ShardStrategy

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    AttributeIndex → BaseTieredFeatureIndex
  56. def toString(): String

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

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

    Permalink
    Definition Classes
    AttributeIndexV6 → GeoMesaFeatureIndex
  59. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    AttributeIndexV6 → AttributeShardedIndex → AccumuloAttributeIndex → BaseTieredFeatureIndex → BaseFeatureIndex → GeoMesaFeatureIndex

Inherited from AttributeShardedIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig]

Inherited from AccumuloAttributeIndex

Inherited from AttributeSplittable

Inherited from AttributeIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig]

Inherited from AttributeRowDecoder

Inherited from AttributeFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from BaseTieredFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig, AttributeIndexValues[Any], AttributeIndexKey]

Inherited from BaseFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig, AttributeIndexValues[Any], AttributeIndexKey]

Inherited from AccumuloIndexAdapter

Inherited from IndexAdapter[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig]

Inherited from AccumuloFeatureIndex

Inherited from GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped