com
.
lightbend
.
kafka
.
scala
.
streams
StreamsBuilderS
Related Doc:
package streams
class
StreamsBuilderS
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
StreamsBuilderS
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
StreamsBuilderS
()
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
def
addGlobalStore
(
storeBuilder:
StoreBuilder
[_ <:
StateStore
]
,
topic:
String
,
sourceName:
String
,
consumed:
Consumed
[_, _]
,
processorName:
String
,
stateUpdateSupplier:
ProcessorSupplier
[_, _]
)
:
StreamsBuilder
def
addStateStore
(
builder:
StoreBuilder
[_ <:
StateStore
]
)
:
StreamsBuilder
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
build
()
:
Topology
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
globalTable
[
K
,
V
]
(
topic:
String
)
:
GlobalKTable
[
K
,
V
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
inner
:
StreamsBuilder
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
stream
[
K
,
V
]
(
topicPattern:
Pattern
,
consumed:
Consumed
[
K
,
V
]
)
:
KStreamS
[
K
,
V
]
def
stream
[
K
,
V
]
(
topicPattern:
Pattern
)
:
KStreamS
[
K
,
V
]
def
stream
[
K
,
V
]
(
topics:
List
[
String
]
,
consumed:
Consumed
[
K
,
V
]
)
:
KStreamS
[
K
,
V
]
def
stream
[
K
,
V
]
(
topics:
List
[
String
]
)
:
KStreamS
[
K
,
V
]
def
stream
[
K
,
V
]
(
topic:
String
,
consumed:
Consumed
[
K
,
V
]
)
:
KStreamS
[
K
,
V
]
def
stream
[
K
,
V
]
(
topic:
String
)
:
KStreamS
[
K
,
V
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
table
[
K
,
V
]
(
topic:
String
,
materialized:
Materialized
[
K
,
V
,
KeyValueStore
[
Bytes
,
Array
[
Byte
]]]
)
:
KTableS
[
K
,
V
]
def
table
[
K
,
V
]
(
topic:
String
,
consumed:
Consumed
[
K
,
V
]
,
materialized:
Materialized
[
K
,
V
,
KeyValueStore
[
Bytes
,
Array
[
Byte
]]]
)
:
KTableS
[
K
,
V
]
def
table
[
K
,
V
]
(
topic:
String
,
consumed:
Consumed
[
K
,
V
]
)
:
KTableS
[
K
,
V
]
def
table
[
K
,
V
]
(
topic:
String
)
:
KTableS
[
K
,
V
]
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped