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. val BatchKey: String
  2. val DictionariesKey: String
  3. val EncodingKey: String
  4. val FlipAxisOrderKey: String
  5. val IpcKey: String
  6. val ProcessKey: String
  7. val SftKey: String
  8. val SortKey: String
  9. val SortedKey: String
  10. val SpecKey: String
  11. def batch(options: Map[String, String]): Int
  12. def batch(b: Int): (String, String)
  13. def encoding(options: Map[String, String]): SimpleFeatureEncoding
  14. def encoding(e: SimpleFeatureEncoding): (String, String)
  15. def flipAxisOrder(e: SimpleFeatureEncoding): (String, String)
  16. def ipcOption(ipcOpts: IpcOption): (String, String)
  17. def ipcOption(options: Map[String, String]): IpcOption
  18. def process(options: Map[String, String]): Boolean
  19. def process(s: Boolean): (String, String)
  20. def sft(options: Map[String, String]): SimpleFeatureType
  21. def sftName(sft: SimpleFeatureType): (String, String)
  22. def sftSpec(sft: SimpleFeatureType): (String, String)
  23. def sort(options: Map[String, String]): Option[(String, Boolean)]
  24. def sort(s: Option[(String, Boolean)]): (String, String)
  25. def sorted(options: Map[String, String]): Boolean
  26. def sorted(s: Boolean): (String, String)