Class Topology
public class Topology : JVMBridgeBase<Topology>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Topology
- Implements
- Inherited Members
-
JVMBridgeBase<Topology>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])
Constructors
Topology()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Topology()
Topology(TopologyConfig)
public Topology(TopologyConfig arg0)
Parameters
Topology(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 Topology(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, Deserializer<KIn>, Deserializer<VIn>, String, String, ProcessorSupplier<KIn, VIn, Void, Void>)
public Topology AddGlobalStore<KIn, VIn>(StoreBuilder arg0, String arg1, Deserializer<KIn> arg2, Deserializer<VIn> arg3, String arg4, String arg5, ProcessorSupplier<KIn, VIn, Void, Void> arg6)
Parameters
arg0
StoreBuilderarg1
Stringarg2
Deserializer<KIn>arg3
Deserializer<VIn>arg4
Stringarg5
Stringarg6
ProcessorSupplier<KIn, VIn, Void, Void>
Returns
Type Parameters
KIn
VIn
AddGlobalStore<KIn, VIn>(StoreBuilder, String, TimestampExtractor, Deserializer<KIn>, Deserializer<VIn>, String, String, ProcessorSupplier<KIn, VIn, Void, Void>)
public Topology AddGlobalStore<KIn, VIn>(StoreBuilder arg0, String arg1, TimestampExtractor arg2, Deserializer<KIn> arg3, Deserializer<VIn> arg4, String arg5, String arg6, ProcessorSupplier<KIn, VIn, Void, Void> arg7)
Parameters
arg0
StoreBuilderarg1
Stringarg2
TimestampExtractorarg3
Deserializer<KIn>arg4
Deserializer<VIn>arg5
Stringarg6
Stringarg7
ProcessorSupplier<KIn, VIn, Void, Void>
Returns
Type Parameters
KIn
VIn
AddProcessor<KIn, VIn, KOut, VOut>(String, ProcessorSupplier<KIn, VIn, KOut, VOut>, params String[])
public Topology AddProcessor<KIn, VIn, KOut, VOut>(String arg0, ProcessorSupplier<KIn, VIn, KOut, VOut> arg1, params String[] arg2)
Parameters
arg0
Stringarg1
ProcessorSupplier<KIn, VIn, KOut, VOut>arg2
String[]
Returns
Type Parameters
KIn
VIn
KOut
VOut
AddReadOnlyStateStore<KIn, VIn>(StoreBuilder, String, Deserializer<KIn>, Deserializer<VIn>, String, String, ProcessorSupplier<KIn, VIn, Void, Void>)
public Topology AddReadOnlyStateStore<KIn, VIn>(StoreBuilder arg0, String arg1, Deserializer<KIn> arg2, Deserializer<VIn> arg3, String arg4, String arg5, ProcessorSupplier<KIn, VIn, Void, Void> arg6)
Parameters
arg0
StoreBuilderarg1
Stringarg2
Deserializer<KIn>arg3
Deserializer<VIn>arg4
Stringarg5
Stringarg6
ProcessorSupplier<KIn, VIn, Void, Void>
Returns
Type Parameters
KIn
VIn
AddReadOnlyStateStore<KIn, VIn>(StoreBuilder, String, TimestampExtractor, Deserializer<KIn>, Deserializer<VIn>, String, String, ProcessorSupplier<KIn, VIn, Void, Void>)
public Topology AddReadOnlyStateStore<KIn, VIn>(StoreBuilder arg0, String arg1, TimestampExtractor arg2, Deserializer<KIn> arg3, Deserializer<VIn> arg4, String arg5, String arg6, ProcessorSupplier<KIn, VIn, Void, Void> arg7)
Parameters
arg0
StoreBuilderarg1
Stringarg2
TimestampExtractorarg3
Deserializer<KIn>arg4
Deserializer<VIn>arg5
Stringarg6
Stringarg7
ProcessorSupplier<KIn, VIn, Void, Void>
Returns
Type Parameters
KIn
VIn
AddSink(String, String, params String[])
public Topology AddSink(String arg0, String arg1, params String[] arg2)
Parameters
Returns
AddSink<K, V>(String, String, Serializer<K>, Serializer<V>, params String[])
public Topology AddSink<K, V>(String arg0, String arg1, Serializer<K> arg2, Serializer<V> arg3, params String[] arg4)
Parameters
arg0
Stringarg1
Stringarg2
Serializer<K>arg3
Serializer<V>arg4
String[]
Returns
Type Parameters
K
V
AddSink<K, V>(String, TopicNameExtractor<K, V>, params String[])
public Topology AddSink<K, V>(String arg0, TopicNameExtractor<K, V> arg1, params String[] arg2)
Parameters
arg0
Stringarg1
TopicNameExtractor<K, V>arg2
String[]
Returns
Type Parameters
K
V
AddSink<K, V>(String, TopicNameExtractor<K, V>, Serializer<K>, Serializer<V>, params String[])
public Topology AddSink<K, V>(String arg0, TopicNameExtractor<K, V> arg1, Serializer<K> arg2, Serializer<V> arg3, params String[] arg4)
Parameters
arg0
Stringarg1
TopicNameExtractor<K, V>arg2
Serializer<K>arg3
Serializer<V>arg4
String[]
Returns
Type Parameters
K
V
AddSink<K, V, Arg4objectSuperK, Arg4objectSuperV>(String, String, Serializer<K>, Serializer<V>, StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV>, params String[])
public Topology AddSink<K, V, Arg4objectSuperK, Arg4objectSuperV>(String arg0, String arg1, Serializer<K> arg2, Serializer<V> arg3, StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV> arg4, params String[] arg5) where Arg4objectSuperK : K where Arg4objectSuperV : V
Parameters
arg0
Stringarg1
Stringarg2
Serializer<K>arg3
Serializer<V>arg4
StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV>arg5
String[]
Returns
Type Parameters
K
V
Arg4objectSuperK
K
Arg4objectSuperV
V
AddSink<Arg2objectSuperK, K, Arg2objectSuperV, V>(String, String, StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>, params String[])
public Topology AddSink<Arg2objectSuperK, K, Arg2objectSuperV, V>(String arg0, String arg1, StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV> arg2, params String[] arg3) where Arg2objectSuperK : K where Arg2objectSuperV : V
Parameters
arg0
Stringarg1
Stringarg2
StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>arg3
String[]
Returns
Type Parameters
Arg2objectSuperK
K
K
Arg2objectSuperV
V
V
AddSink<K, V, Arg4objectSuperK, Arg4objectSuperV>(String, TopicNameExtractor<K, V>, Serializer<K>, Serializer<V>, StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV>, params String[])
public Topology AddSink<K, V, Arg4objectSuperK, Arg4objectSuperV>(String arg0, TopicNameExtractor<K, V> arg1, Serializer<K> arg2, Serializer<V> arg3, StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV> arg4, params String[] arg5) where Arg4objectSuperK : K where Arg4objectSuperV : V
Parameters
arg0
Stringarg1
TopicNameExtractor<K, V>arg2
Serializer<K>arg3
Serializer<V>arg4
StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV>arg5
String[]
Returns
Type Parameters
K
V
Arg4objectSuperK
K
Arg4objectSuperV
V
AddSink<K, V, Arg2objectSuperK, Arg2objectSuperV>(String, TopicNameExtractor<K, V>, StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>, params String[])
public Topology AddSink<K, V, Arg2objectSuperK, Arg2objectSuperV>(String arg0, TopicNameExtractor<K, V> arg1, StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV> arg2, params String[] arg3) where Arg2objectSuperK : K where Arg2objectSuperV : V
Parameters
arg0
Stringarg1
TopicNameExtractor<K, V>arg2
StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>arg3
String[]
Returns
Type Parameters
K
V
Arg2objectSuperK
K
Arg2objectSuperV
V
AddSource(String, params String[])
public Topology AddSource(String arg0, params String[] arg1)
Parameters
Returns
AddSource(String, Pattern)
public Topology AddSource(String arg0, Pattern arg1)
Parameters
Returns
AddSource(String, Deserializer<object>, Deserializer<object>, params String[])
public Topology AddSource(String arg0, Deserializer<object> arg1, Deserializer<object> arg2, params String[] arg3)
Parameters
arg0
Stringarg1
Deserializer<object>arg2
Deserializer<object>arg3
String[]
Returns
AddSource(String, Deserializer<object>, Deserializer<object>, Pattern)
public Topology AddSource(String arg0, Deserializer<object> arg1, Deserializer<object> arg2, Pattern arg3)
Parameters
arg0
Stringarg1
Deserializer<object>arg2
Deserializer<object>arg3
Pattern
Returns
AddSource(AutoOffsetReset, String, params String[])
public Topology AddSource(AutoOffsetReset arg0, String arg1, params String[] arg2)
Parameters
arg0
AutoOffsetResetarg1
Stringarg2
String[]
Returns
AddSource(AutoOffsetReset, String, Pattern)
public Topology AddSource(AutoOffsetReset arg0, String arg1, Pattern arg2)
Parameters
arg0
AutoOffsetResetarg1
Stringarg2
Pattern
Returns
AddSource(AutoOffsetReset, String, Deserializer<object>, Deserializer<object>, params String[])
public Topology AddSource(AutoOffsetReset arg0, String arg1, Deserializer<object> arg2, Deserializer<object> arg3, params String[] arg4)
Parameters
arg0
AutoOffsetResetarg1
Stringarg2
Deserializer<object>arg3
Deserializer<object>arg4
String[]
Returns
AddSource(AutoOffsetReset, String, Deserializer<object>, Deserializer<object>, Pattern)
public Topology AddSource(AutoOffsetReset arg0, String arg1, Deserializer<object> arg2, Deserializer<object> arg3, Pattern arg4)
Parameters
arg0
AutoOffsetResetarg1
Stringarg2
Deserializer<object>arg3
Deserializer<object>arg4
Pattern
Returns
AddSource(AutoOffsetReset, String, TimestampExtractor, Deserializer<object>, Deserializer<object>, params String[])
public Topology AddSource(AutoOffsetReset arg0, String arg1, TimestampExtractor arg2, Deserializer<object> arg3, Deserializer<object> arg4, params String[] arg5)
Parameters
arg0
AutoOffsetResetarg1
Stringarg2
TimestampExtractorarg3
Deserializer<object>arg4
Deserializer<object>arg5
String[]
Returns
AddSource(AutoOffsetReset, String, TimestampExtractor, Deserializer<object>, Deserializer<object>, Pattern)
public Topology AddSource(AutoOffsetReset arg0, String arg1, TimestampExtractor arg2, Deserializer<object> arg3, Deserializer<object> arg4, Pattern arg5)
Parameters
arg0
AutoOffsetResetarg1
Stringarg2
TimestampExtractorarg3
Deserializer<object>arg4
Deserializer<object>arg5
Pattern
Returns
AddSource(AutoOffsetReset, TimestampExtractor, String, params String[])
public Topology AddSource(AutoOffsetReset arg0, TimestampExtractor arg1, String arg2, params String[] arg3)
Parameters
arg0
AutoOffsetResetarg1
TimestampExtractorarg2
Stringarg3
String[]
Returns
AddSource(AutoOffsetReset, TimestampExtractor, String, Pattern)
public Topology AddSource(AutoOffsetReset arg0, TimestampExtractor arg1, String arg2, Pattern arg3)
Parameters
arg0
AutoOffsetResetarg1
TimestampExtractorarg2
Stringarg3
Pattern
Returns
AddSource(TimestampExtractor, String, params String[])
public Topology AddSource(TimestampExtractor arg0, String arg1, params String[] arg2)
Parameters
arg0
TimestampExtractorarg1
Stringarg2
String[]
Returns
AddSource(TimestampExtractor, String, Pattern)
public Topology AddSource(TimestampExtractor arg0, String arg1, Pattern arg2)
Parameters
arg0
TimestampExtractorarg1
Stringarg2
Pattern
Returns
AddStateStore(StoreBuilder, params String[])
public Topology AddStateStore(StoreBuilder arg0, params String[] arg1)
Parameters
arg0
StoreBuilderarg1
String[]
Returns
ConnectProcessorAndStateStores(String, params String[])
public Topology ConnectProcessorAndStateStores(String arg0, params String[] arg1)
Parameters
Returns
Describe()
public TopologyDescription Describe()