Object/Trait

org.locationtech.geomesa.accumulo.index

AccumuloFeatureIndex

Related Docs: trait AccumuloFeatureIndex | package index

Permalink

object AccumuloFeatureIndex extends AccumuloIndexManagerType with LazyLogging

Linear Supertypes
LazyLogging, GeoMesaIndexManager[AccumuloDataStore, AccumuloFeature, Mutation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccumuloFeatureIndex
  2. LazyLogging
  3. GeoMesaIndexManager
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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 AllIndices: Seq[AccumuloFeatureIndex]

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaIndexManager
  5. val AttributeIndices: Seq[AccumuloFeatureIndex with AttributeSplittable with AttributeRowDecoder { def decodeRowValue(sft: org.opengis.feature.simple.SimpleFeatureType,index: Int): (Array[Byte], Int, Int) => scala.util.Try[Object] }]

    Permalink
  6. val CurrentIndices: Seq[AccumuloFeatureIndex]

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaIndexManager
  7. val DeprecatedSchemaVersionKey: String

    Permalink
  8. val RecordIndices: Seq[AccumuloFeatureIndex with IdFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation] with Product with Serializable]

    Permalink
  9. object Schemes

    Permalink
  10. val SpatialIndices: Seq[AccumuloFeatureIndex with SpatialFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation] with Product with Serializable]

    Permalink
  11. val SpatioTemporalIndices: Seq[AccumuloFeatureIndex with SpatioTemporalFilterStrategy[AccumuloDataStore, AccumuloFeature, Mutation] with Product with Serializable]

    Permalink
  12. def applyVisibility(sf: SimpleFeature, key: Key): Unit

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getDefaultIndices(sft: SimpleFeatureType): Seq[AccumuloFeatureIndex]

    Permalink

    Maps a simple feature type to a set of default indices based on attributes and when it was created (schema version).

    Maps a simple feature type to a set of default indices based on attributes and when it was created (schema version).

    Note that schema version has been deprecated and this method should not be called except when transitioning from schema version to per-index versions.

    sft

    simple feature type

  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def index(identifier: String): AccumuloFeatureIndex

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaIndexManager
  22. def indices(sft: SimpleFeatureType, idx: Option[String] = None, mode: IndexMode = IndexMode.Any): Seq[AccumuloFeatureIndex]

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaIndexManager
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  25. def lookup: Map[(String, Int), AccumuloFeatureIndex]

    Permalink
    Definition Classes
    AccumuloFeatureIndex → GeoMesaIndexManager
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def replaces(index: AccumuloFeatureIndexType, existing: Seq[AccumuloFeatureIndexType]): Option[AccumuloFeatureIndexType]

    Permalink

    Look up the existing index that could be replaced by the new index, if any

    Look up the existing index that could be replaced by the new index, if any

    index

    new index

    existing

    list of existing indices

  30. def setIndices(sft: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    GeoMesaIndexManager
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

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

Inherited from LazyLogging

Inherited from GeoMesaIndexManager[AccumuloDataStore, AccumuloFeature, Mutation]

Inherited from AnyRef

Inherited from Any

Ungrouped