Class/Object

org.locationtech.geomesa.accumulo.nativeapi

AccumuloGeoMesaIndex

Related Docs: object AccumuloGeoMesaIndex | package nativeapi

Permalink

class AccumuloGeoMesaIndex[T] extends BaseBigTableIndex[T]

Annotations
@Unstable() @deprecated
Deprecated

Will be removed without replacement

Linear Supertypes
BaseBigTableIndex[T], GeoMesaIndex[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccumuloGeoMesaIndex
  2. BaseBigTableIndex
  3. GeoMesaIndex
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccumuloGeoMesaIndex(ds: AccumuloDataStore, name: String, serde: ValueSerializer[T], view: SimpleFeatureView[T])

    Permalink

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 catalogTable(): String

    Permalink
    Attributes
    protected[this]
    Definition Classes
    BaseBigTableIndex
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    BaseBigTableIndex → GeoMesaIndex
  8. def delete(id: String): Unit

    Permalink
    Definition Classes
    BaseBigTableIndex → GeoMesaIndex
  9. val ds: AccumuloDataStore

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloGeoMesaIndex → BaseBigTableIndex
  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 flush(): Unit

    Permalink
    Definition Classes
    AccumuloGeoMesaIndex → GeoMesaIndex
  14. val fs: GeoMesaFeatureStore

    Permalink
    Attributes
    protected[this]
    Definition Classes
    BaseBigTableIndex
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def insert(id: String, value: T, geom: Geometry, dtg: Date, hints: Map[String, AnyRef]): String

    Permalink
    Definition Classes
    BaseBigTableIndex → GeoMesaIndex
  18. def insert(value: T, geom: Geometry, dtg: Date): String

    Permalink
    Definition Classes
    BaseBigTableIndex → GeoMesaIndex
  19. def insert(id: String, value: T, geometry: Geometry, dtg: Date): String

    Permalink
    Definition Classes
    BaseBigTableIndex → GeoMesaIndex
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def query(query: GeoMesaQuery): Iterable[T]

    Permalink
    Definition Classes
    BaseBigTableIndex → GeoMesaIndex
  25. def removeSchema(): Unit

    Permalink
    Definition Classes
    BaseBigTableIndex → GeoMesaIndex
  26. val sft: SimpleFeatureType

    Permalink
    Attributes
    protected[this]
    Definition Classes
    BaseBigTableIndex
  27. def supportedIndexes(): Array[IndexType]

    Permalink
    Definition Classes
    BaseBigTableIndex → GeoMesaIndex
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def update(id: String, newValue: T, geometry: Geometry, dtg: Date): Unit

    Permalink
    Definition Classes
    BaseBigTableIndex → GeoMesaIndex
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. val writers: LoadingCache[String, FlushableFeatureWriter]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    BaseBigTableIndex

Inherited from BaseBigTableIndex[T]

Inherited from GeoMesaIndex[T]

Inherited from AnyRef

Inherited from Any

Ungrouped