Packages

package index

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. index
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ConfiguredIndex extends NamedIndex

    Trait for helping to determine the attributes for an index based on the simple feature type

  2. class EmptyIndex extends GeoMesaFeatureIndex[String, String]

    Placeholder index for scans that won't return any results (i.e.

    Placeholder index for scans that won't return any results (i.e. Filter.EXCLUDE)

  3. trait LegacyTableNaming[T, U] extends GeoMesaFeatureIndex[T, U]
  4. trait NamedIndex extends AnyRef
  5. trait SpatialIndex[T <: SpatialIndexValues, U] extends GeoMesaFeatureIndex[T, U]

    Marker trait for spatial indices

  6. trait SpatialIndexValues extends AnyRef

    Index values with a spatial component

  7. trait SpatioTemporalIndex[T <: SpatialIndexValues with TemporalIndexValues, U] extends GeoMesaFeatureIndex[T, U] with SpatialIndex[T, U] with TemporalIndex[T, U]

    Marker trait for spatio-temporal indices

  8. trait TemporalIndex[T <: TemporalIndexValues, U] extends GeoMesaFeatureIndex[T, U]

    Marker trait for temporal indices

  9. trait TemporalIndexValues extends AnyRef

    Index values with a temporal component

Value Members

  1. object DefaultFeatureIndexFactory extends GeoMesaFeatureIndexFactory

    Feature index factory providing the default indices shipped with geomesa.

    Feature index factory providing the default indices shipped with geomesa. Note: this class is not SPI loaded

  2. object EmptyIndex extends NamedIndex

Inherited from AnyRef

Inherited from Any

Ungrouped