Class StreamsBuilder
public class StreamsBuilder : JVMBridgeBase<StreamsBuilder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
StreamsBuilder
- Implements
Constructors
StreamsBuilder()
public StreamsBuilder()
StreamsBuilder(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public StreamsBuilder(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
StreamsBuilder(TopologyConfig)
public StreamsBuilder(TopologyConfig arg0)
Parameters
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 java.lang.AutoCloseable
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
arg0StoreBuilderarg1Stringarg2Consumed<KIn, VIn>arg3ProcessorSupplier<KIn, VIn, Void, Void>
Returns
Type Parameters
KInVIn
AddStateStore(StoreBuilder)
public StreamsBuilder AddStateStore(StoreBuilder arg0)
Parameters
arg0StoreBuilder
Returns
Build()
public Topology Build()
Returns
Build(Properties)
public Topology Build(Properties arg0)
Parameters
arg0Properties
Returns
CreatePoolableInstance()
HPA initializer for StreamsBuilder()
public static StreamsBuilder CreatePoolableInstance()
Returns
CreatePoolableInstance(TopologyConfig)
HPA initializer for StreamsBuilder(Org.Apache.Kafka.Streams.TopologyConfig arg0)
public static StreamsBuilder CreatePoolableInstance(TopologyConfig arg0)
Parameters
arg0TopologyConfig
Returns
GlobalTable<K, V>(String)
public GlobalKTable<K, V> GlobalTable<K, V>(String arg0)
Parameters
Returns
- GlobalKTable<K, V>
Type Parameters
KV
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
KV
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
arg0Stringarg1Consumed<K, V>arg2Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
- GlobalKTable<K, V>
Type Parameters
KV
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
arg0Stringarg1Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
- GlobalKTable<K, V>
Type Parameters
KV
Stream<K, V>(String)
public KStream<K, V> Stream<K, V>(String arg0)
Parameters
Returns
Type Parameters
KV
Stream<K, V>(String, Consumed<K, V>)
public KStream<K, V> Stream<K, V>(String arg0, Consumed<K, V> arg1)
Parameters
Returns
Type Parameters
KV
Stream<K, V>(Collection<String>)
public KStream<K, V> Stream<K, V>(Collection<String> arg0)
Parameters
arg0Collection<String>
Returns
Type Parameters
KV
Stream<K, V>(Collection<String>, Consumed<K, V>)
public KStream<K, V> Stream<K, V>(Collection<String> arg0, Consumed<K, V> arg1)
Parameters
arg0Collection<String>arg1Consumed<K, V>
Returns
Type Parameters
KV
Stream<K, V>(Pattern)
public KStream<K, V> Stream<K, V>(Pattern arg0)
Parameters
Returns
Type Parameters
KV
Stream<K, V>(Pattern, Consumed<K, V>)
public KStream<K, V> Stream<K, V>(Pattern arg0, Consumed<K, V> arg1)
Parameters
Returns
Type Parameters
KV
Table<K, V>(String)
public KTable<K, V> Table<K, V>(String arg0)
Parameters
Returns
Type Parameters
KV
Table<K, V>(String, Consumed<K, V>)
public KTable<K, V> Table<K, V>(String arg0, Consumed<K, V> arg1)
Parameters
Returns
Type Parameters
KV
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
arg0Stringarg1Consumed<K, V>arg2Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
Type Parameters
KV
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
arg0Stringarg1Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
Type Parameters
KV