Packages

o

org.locationtech.geomesa.jobs

GeoMesaConfigurator

object GeoMesaConfigurator

Common place for setting and getting values out of the mapreduce config

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def getDataStoreOutParams(conf: Configuration): Map[String, String]
  10. def getFilter(conf: Configuration): Option[String]
  11. def getIndicesOut(conf: Configuration): Option[Seq[String]]
  12. def getProjection(conf: Configuration): Option[QueryReferenceSystems]
  13. def getReducer(conf: Configuration): Option[FeatureReducer]
  14. def getResultsToFeatures[T](conf: Configuration): ResultsToFeatures[T]
  15. def getSerialization(conf: Configuration): Seq[(String, Int, SimpleFeatureType)]

    Get the simple feature types configured for serialization, keyed by hash code

    Get the simple feature types configured for serialization, keyed by hash code

    conf

    conf

    returns

    (unique string key for the type, unique hash code for the type, type)

  16. def getSorting(conf: Configuration): Option[Seq[(String, Boolean)]]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def setDataStoreOutParams(conf: Configuration, params: Map[String, String]): Unit
  23. def setFilter(conf: Configuration, filter: String): Unit
  24. def setIndicesOut(conf: Configuration, indices: Seq[String]): Unit
  25. def setProjection(conf: Configuration, crs: QueryReferenceSystems): Unit
  26. def setReducer(conf: Configuration, reducer: FeatureReducer): Unit
  27. def setResultsToFeatures(conf: Configuration, resultsToFeatures: ResultsToFeatures[_]): Unit
  28. def setSerialization(conf: Configuration, sft: SimpleFeatureType): Unit

    Configure serialization for a simple feature type

    Configure serialization for a simple feature type

    conf

    conf

    sft

    simple feature type

  29. def setSorting(conf: Configuration, sort: Seq[(String, Boolean)]): Unit
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. object Keys

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped