t

org.locationtech.geomesa.tools

RequiredIndexParam

trait RequiredIndexParam extends IndexParam

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

Value Members

  1. val index: String
    Definition Classes
    RequiredIndexParamIndexParam
    Annotations
    @Parameter()
  2. def loadIndex[DS <: GeoMesaDataStore[DS]](ds: DS, typeName: String, mode: IndexMode): GeoMesaFeatureIndex[_, _]
    Annotations
    @throws( ... )