Packages

object ReducerConfig

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReducerConfig
  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. val BatchKey: String
  5. val DictionariesKey: String
  6. val EncodingKey: String
  7. val IpcKey: String
  8. val ProcessKey: String
  9. val SftKey: String
  10. val SortKey: String
  11. val SortedKey: String
  12. val SpecKey: String
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def batch(options: Map[String, String]): Int
  15. def batch(b: Int): (String, String)
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  17. def encoding(options: Map[String, String]): SimpleFeatureEncoding
  18. def encoding(e: SimpleFeatureEncoding): (String, String)
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def ipcOption(ipcOpts: IpcOption): (String, String)
  24. def ipcOption(options: Map[String, String]): IpcOption
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def process(options: Map[String, String]): Boolean
  30. def process(s: Boolean): (String, String)
  31. def sft(options: Map[String, String]): SimpleFeatureType
  32. def sftName(sft: SimpleFeatureType): (String, String)
  33. def sftSpec(sft: SimpleFeatureType): (String, String)
  34. def sort(options: Map[String, String]): Option[(String, Boolean)]
  35. def sort(s: Option[(String, Boolean)]): (String, String)
  36. def sorted(options: Map[String, String]): Boolean
  37. def sorted(s: Boolean): (String, String)
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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