Trait/Object

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

AttributeWritableIndex

Related Docs: object AttributeWritableIndex | package attribute

Permalink

trait AttributeWritableIndex extends AccumuloFeatureIndex with AttributeSplittable with AttributeRowDecoder with LazyLogging

Contains logic for converting between accumulo and geotools for the attribute index

Linear Supertypes
LazyLogging, AttributeRowDecoder, AttributeSplittable, AccumuloFeatureIndex, GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeWritableIndex
  2. LazyLogging
  3. AttributeRowDecoder
  4. AttributeSplittable
  5. AccumuloFeatureIndex
  6. GeoMesaFeatureIndex
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type TypedFilterStrategy = FilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex

Abstract Value Members

  1. abstract def getCost(sft: SimpleFeatureType, stats: Option[GeoMesaStats], filter: TypedFilterStrategy, transform: Option[SimpleFeatureType]): Long

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  2. abstract def getFilterStrategy(sft: SimpleFeatureType, filter: Filter, transform: Option[SimpleFeatureType]): Seq[TypedFilterStrategy]

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  4. abstract def hasPrecomputedBins: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloFeatureIndex
  5. abstract def name: String

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

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  7. abstract def supports(sft: SimpleFeatureType): Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  8. abstract def version: Int

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  9. abstract def writer(sft: SimpleFeatureType, ds: AccumuloDataStore): (AccumuloFeature) ⇒ Seq[Mutation]

    Permalink
    Definition Classes
    GeoMesaFeatureIndex

Concrete 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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def configure(sft: SimpleFeatureType, ds: AccumuloDataStore): Unit

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  7. def configureSplits(sft: SimpleFeatureType, ds: AccumuloDataStore): Unit

    Permalink
  8. def decodeRowValue(sft: SimpleFeatureType, index: Int): (Array[Byte], Int, Int) ⇒ Try[AnyRef]

    Permalink
    Definition Classes
    AttributeWritableIndex → AttributeRowDecoder
  9. def delete(sft: SimpleFeatureType, ds: AccumuloDataStore, shared: Boolean): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getIdFromRow(sft: SimpleFeatureType): (Array[Byte], Int, Int) ⇒ String

    Permalink
    Definition Classes
    AttributeWritableIndex → GeoMesaFeatureIndex
  16. def getRowKeys(sft: SimpleFeatureType): (AccumuloFeature) ⇒ Seq[(AttributeDescriptor, Array[Byte])]

    Permalink
  17. def getSplits(sft: SimpleFeatureType): Seq[Array[Byte]]

    Permalink
    Definition Classes
    AttributeWritableIndex → GeoMesaFeatureIndex
  18. def getTableName(typeName: String, ds: AccumuloDataStore): String

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaFeatureIndex
  19. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  22. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. lazy val tableNameKey: String

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

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

Deprecated Value Members

  1. def serializedWithId: Boolean

    Permalink
    Definition Classes
    GeoMesaFeatureIndex
    Annotations
    @deprecated
    Deprecated

Inherited from LazyLogging

Inherited from AttributeRowDecoder

Inherited from AttributeSplittable

Inherited from AccumuloFeatureIndex

Inherited from GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from AnyRef

Inherited from Any

Ungrouped