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