object ReducerConfig
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReducerConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BatchKey: String
- val DictionariesKey: String
- val EncodingKey: String
- val FlipAxisOrderKey: String
- val IpcKey: String
- val ProcessKey: String
- val SftKey: String
- val SortKey: String
- val SortedKey: String
- val SpecKey: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batch(options: Map[String, String]): Int
- def batch(b: Int): (String, String)
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def encoding(options: Map[String, String]): SimpleFeatureEncoding
- def encoding(e: SimpleFeatureEncoding): (String, String)
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def flipAxisOrder(e: SimpleFeatureEncoding): (String, String)
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ipcOption(ipcOpts: IpcOption): (String, String)
- def ipcOption(options: Map[String, String]): IpcOption
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def process(options: Map[String, String]): Boolean
- def process(s: Boolean): (String, String)
- def sft(options: Map[String, String]): SimpleFeatureType
- def sftName(sft: SimpleFeatureType): (String, String)
- def sftSpec(sft: SimpleFeatureType): (String, String)
- def sort(options: Map[String, String]): Option[(String, Boolean)]
- def sort(s: Option[(String, Boolean)]): (String, String)
- def sorted(options: Map[String, String]): Boolean
- def sorted(s: Boolean): (String, String)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated