Class StreamsBuilder
public class StreamsBuilder : JVMBridgeBase<StreamsBuilder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
StreamsBuilder
- Implements
- Inherited Members
Constructors
StreamsBuilder()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public StreamsBuilder()
StreamsBuilder(TopologyConfig)
public StreamsBuilder(TopologyConfig arg0)
Parameters
StreamsBuilder(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public StreamsBuilder(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
AddGlobalStore<KIn, VIn>(StoreBuilder, String, Consumed<KIn, VIn>, ProcessorSupplier<KIn, VIn, Void, Void>)
public StreamsBuilder AddGlobalStore<KIn, VIn>(StoreBuilder arg0, String arg1, Consumed<KIn, VIn> arg2, ProcessorSupplier<KIn, VIn, Void, Void> arg3)
Parameters
arg0
StoreBuilderarg1
Stringarg2
Consumed<KIn, VIn>arg3
ProcessorSupplier<KIn, VIn, Void, Void>
Returns
Type Parameters
KIn
VIn
AddStateStore(StoreBuilder)
public StreamsBuilder AddStateStore(StoreBuilder arg0)
Parameters
arg0
StoreBuilder
Returns
Build()
public Topology Build()
Returns
Build(Properties)
public Topology Build(Properties arg0)
Parameters
arg0
Properties
Returns
GlobalTable<K, V>(String)
public GlobalKTable<K, V> GlobalTable<K, V>(String arg0)
Parameters
Returns
- GlobalKTable<K, V>
Type Parameters
K
V
GlobalTable<K, V>(String, Consumed<K, V>)
public GlobalKTable<K, V> GlobalTable<K, V>(String arg0, Consumed<K, V> arg1)
Parameters
Returns
- GlobalKTable<K, V>
Type Parameters
K
V
GlobalTable<K, V>(String, Consumed<K, V>, Materialized<K, V, KeyValueStore<Bytes, byte[]>>)
public GlobalKTable<K, V> GlobalTable<K, V>(String arg0, Consumed<K, V> arg1, Materialized<K, V, KeyValueStore<Bytes, byte[]>> arg2)
Parameters
arg0
Stringarg1
Consumed<K, V>arg2
Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
- GlobalKTable<K, V>
Type Parameters
K
V
GlobalTable<K, V>(String, Materialized<K, V, KeyValueStore<Bytes, byte[]>>)
public GlobalKTable<K, V> GlobalTable<K, V>(String arg0, Materialized<K, V, KeyValueStore<Bytes, byte[]>> arg1)
Parameters
arg0
Stringarg1
Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
- GlobalKTable<K, V>
Type Parameters
K
V
Stream<K, V>(String)
public KStream<K, V> Stream<K, V>(String arg0)
Parameters
Returns
Type Parameters
K
V
Stream<K, V>(String, Consumed<K, V>)
public KStream<K, V> Stream<K, V>(String arg0, Consumed<K, V> arg1)
Parameters
Returns
Type Parameters
K
V
Stream<K, V>(Collection<String>)
public KStream<K, V> Stream<K, V>(Collection<String> arg0)
Parameters
arg0
Collection<String>
Returns
Type Parameters
K
V
Stream<K, V>(Collection<String>, Consumed<K, V>)
public KStream<K, V> Stream<K, V>(Collection<String> arg0, Consumed<K, V> arg1)
Parameters
arg0
Collection<String>arg1
Consumed<K, V>
Returns
Type Parameters
K
V
Stream<K, V>(Pattern)
public KStream<K, V> Stream<K, V>(Pattern arg0)
Parameters
Returns
Type Parameters
K
V
Stream<K, V>(Pattern, Consumed<K, V>)
public KStream<K, V> Stream<K, V>(Pattern arg0, Consumed<K, V> arg1)
Parameters
Returns
Type Parameters
K
V
Table<K, V>(String)
public KTable<K, V> Table<K, V>(String arg0)
Parameters
Returns
Type Parameters
K
V
Table<K, V>(String, Consumed<K, V>)
public KTable<K, V> Table<K, V>(String arg0, Consumed<K, V> arg1)
Parameters
Returns
Type Parameters
K
V
Table<K, V>(String, Consumed<K, V>, Materialized<K, V, KeyValueStore<Bytes, byte[]>>)
public KTable<K, V> Table<K, V>(String arg0, Consumed<K, V> arg1, Materialized<K, V, KeyValueStore<Bytes, byte[]>> arg2)
Parameters
arg0
Stringarg1
Consumed<K, V>arg2
Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
Type Parameters
K
V
Table<K, V>(String, Materialized<K, V, KeyValueStore<Bytes, byte[]>>)
public KTable<K, V> Table<K, V>(String arg0, Materialized<K, V, KeyValueStore<Bytes, byte[]>> arg1)
Parameters
arg0
Stringarg1
Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
Type Parameters
K
V