Class Topology
public class Topology : JVMBridgeBase<Topology>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, 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(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Topology(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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
argsobject[]
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<S, K, V>(StoreBuilder<S>, String, Deserializer<K>, Deserializer<V>, String, String, ProcessorSupplier<K, V, Void, Void>)
public Topology AddGlobalStore<S, K, V>(StoreBuilder<S> arg0, String arg1, Deserializer<K> arg2, Deserializer<V> arg3, String arg4, String arg5, ProcessorSupplier<K, V, Void, Void> arg6) where S : IStateStore, new()
Parameters
arg0StoreBuilder<S>arg1Stringarg2Deserializer<K>arg3Deserializer<V>arg4Stringarg5Stringarg6ProcessorSupplier<K, V, Void, Void>
Returns
Type Parameters
SKV
AddGlobalStore<S, K, V>(StoreBuilder<S>, String, TimestampExtractor, Deserializer<K>, Deserializer<V>, String, String, ProcessorSupplier<K, V, Void, Void>)
public Topology AddGlobalStore<S, K, V>(StoreBuilder<S> arg0, String arg1, TimestampExtractor arg2, Deserializer<K> arg3, Deserializer<V> arg4, String arg5, String arg6, ProcessorSupplier<K, V, Void, Void> arg7) where S : IStateStore, new()
Parameters
arg0StoreBuilder<S>arg1Stringarg2TimestampExtractorarg3Deserializer<K>arg4Deserializer<V>arg5Stringarg6Stringarg7ProcessorSupplier<K, V, Void, Void>
Returns
Type Parameters
SKV
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
arg0Stringarg1ProcessorSupplier<KIn, VIn, KOut, VOut>arg2String[]
Returns
Type Parameters
KInVInKOutVOut
AddReadOnlyStateStore<S, K, V>(StoreBuilder<S>, String, Deserializer<K>, Deserializer<V>, String, String, ProcessorSupplier<K, V, Void, Void>)
public Topology AddReadOnlyStateStore<S, K, V>(StoreBuilder<S> arg0, String arg1, Deserializer<K> arg2, Deserializer<V> arg3, String arg4, String arg5, ProcessorSupplier<K, V, Void, Void> arg6) where S : IStateStore, new()
Parameters
arg0StoreBuilder<S>arg1Stringarg2Deserializer<K>arg3Deserializer<V>arg4Stringarg5Stringarg6ProcessorSupplier<K, V, Void, Void>
Returns
Type Parameters
SKV
AddReadOnlyStateStore<S, K, V>(StoreBuilder<S>, String, TimestampExtractor, Deserializer<K>, Deserializer<V>, String, String, ProcessorSupplier<K, V, Void, Void>)
public Topology AddReadOnlyStateStore<S, K, V>(StoreBuilder<S> arg0, String arg1, TimestampExtractor arg2, Deserializer<K> arg3, Deserializer<V> arg4, String arg5, String arg6, ProcessorSupplier<K, V, Void, Void> arg7) where S : IStateStore, new()
Parameters
arg0StoreBuilder<S>arg1Stringarg2TimestampExtractorarg3Deserializer<K>arg4Deserializer<V>arg5Stringarg6Stringarg7ProcessorSupplier<K, V, Void, Void>
Returns
Type Parameters
SKV
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
arg0Stringarg1Stringarg2Serializer<K>arg3Serializer<V>arg4String[]
Returns
Type Parameters
KV
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
arg0Stringarg1Stringarg2Serializer<K>arg3Serializer<V>arg4StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV>arg5String[]
Returns
Type Parameters
KVArg4objectSuperKKArg4objectSuperVV
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
arg0Stringarg1Stringarg2StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>arg3String[]
Returns
Type Parameters
Arg2objectSuperKKKArg2objectSuperVVV
AddSink<Arg1objectSuperK, K, Arg1objectSuperV, V>(String, TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV>, params String[])
public Topology AddSink<Arg1objectSuperK, K, Arg1objectSuperV, V>(String arg0, TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV> arg1, params String[] arg2) where Arg1objectSuperK : K where Arg1objectSuperV : V
Parameters
arg0Stringarg1TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV>arg2String[]
Returns
Type Parameters
Arg1objectSuperKKKArg1objectSuperVVV
AddSink<Arg1objectSuperK, K, Arg1objectSuperV, V>(String, TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV>, Serializer<K>, Serializer<V>, params String[])
public Topology AddSink<Arg1objectSuperK, K, Arg1objectSuperV, V>(String arg0, TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV> arg1, Serializer<K> arg2, Serializer<V> arg3, params String[] arg4) where Arg1objectSuperK : K where Arg1objectSuperV : V
Parameters
arg0Stringarg1TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV>arg2Serializer<K>arg3Serializer<V>arg4String[]
Returns
Type Parameters
Arg1objectSuperKKKArg1objectSuperVVV
AddSink<Arg1objectSuperK, K, Arg1objectSuperV, V, Arg4objectSuperK, Arg4objectSuperV>(String, TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV>, Serializer<K>, Serializer<V>, StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV>, params String[])
public Topology AddSink<Arg1objectSuperK, K, Arg1objectSuperV, V, Arg4objectSuperK, Arg4objectSuperV>(String arg0, TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV> arg1, Serializer<K> arg2, Serializer<V> arg3, StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV> arg4, params String[] arg5) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg4objectSuperK : K where Arg4objectSuperV : V
Parameters
arg0Stringarg1TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV>arg2Serializer<K>arg3Serializer<V>arg4StreamPartitioner<Arg4objectSuperK, Arg4objectSuperV>arg5String[]
Returns
Type Parameters
Arg1objectSuperKKKArg1objectSuperVVVArg4objectSuperKKArg4objectSuperVV
AddSink<Arg1objectSuperK, K, Arg1objectSuperV, V, Arg2objectSuperK, Arg2objectSuperV>(String, TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV>, StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>, params String[])
public Topology AddSink<Arg1objectSuperK, K, Arg1objectSuperV, V, Arg2objectSuperK, Arg2objectSuperV>(String arg0, TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV> arg1, StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV> arg2, params String[] arg3) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg2objectSuperK : K where Arg2objectSuperV : V
Parameters
arg0Stringarg1TopicNameExtractor<Arg1objectSuperK, Arg1objectSuperV>arg2StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>arg3String[]
Returns
Type Parameters
Arg1objectSuperKKKArg1objectSuperVVVArg2objectSuperKKArg2objectSuperVV
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(AutoOffsetReset, String, params String[])
public Topology AddSource(AutoOffsetReset arg0, String arg1, params String[] arg2)
Parameters
arg0AutoOffsetResetarg1Stringarg2String[]
Returns
AddSource(AutoOffsetReset, String, Pattern)
public Topology AddSource(AutoOffsetReset arg0, String arg1, Pattern arg2)
Parameters
arg0AutoOffsetResetarg1Stringarg2Pattern
Returns
AddSource(AutoOffsetReset, TimestampExtractor, String, params String[])
public Topology AddSource(AutoOffsetReset arg0, TimestampExtractor arg1, String arg2, params String[] arg3)
Parameters
arg0AutoOffsetResetarg1TimestampExtractorarg2Stringarg3String[]
Returns
AddSource(AutoOffsetReset, TimestampExtractor, String, Pattern)
public Topology AddSource(AutoOffsetReset arg0, TimestampExtractor arg1, String arg2, Pattern arg3)
Parameters
arg0AutoOffsetResetarg1TimestampExtractorarg2Stringarg3Pattern
Returns
AddSource(TimestampExtractor, String, params String[])
public Topology AddSource(TimestampExtractor arg0, String arg1, params String[] arg2)
Parameters
arg0TimestampExtractorarg1Stringarg2String[]
Returns
AddSource(TimestampExtractor, String, Pattern)
public Topology AddSource(TimestampExtractor arg0, String arg1, Pattern arg2)
Parameters
arg0TimestampExtractorarg1Stringarg2Pattern
Returns
AddSource<K, V>(String, Deserializer<K>, Deserializer<V>, params String[])
public Topology AddSource<K, V>(String arg0, Deserializer<K> arg1, Deserializer<V> arg2, params String[] arg3)
Parameters
arg0Stringarg1Deserializer<K>arg2Deserializer<V>arg3String[]
Returns
Type Parameters
KV
AddSource<K, V>(String, Deserializer<K>, Deserializer<V>, Pattern)
public Topology AddSource<K, V>(String arg0, Deserializer<K> arg1, Deserializer<V> arg2, Pattern arg3)
Parameters
arg0Stringarg1Deserializer<K>arg2Deserializer<V>arg3Pattern
Returns
Type Parameters
KV
AddSource<K, V>(AutoOffsetReset, String, Deserializer<K>, Deserializer<V>, params String[])
public Topology AddSource<K, V>(AutoOffsetReset arg0, String arg1, Deserializer<K> arg2, Deserializer<V> arg3, params String[] arg4)
Parameters
arg0AutoOffsetResetarg1Stringarg2Deserializer<K>arg3Deserializer<V>arg4String[]
Returns
Type Parameters
KV
AddSource<K, V>(AutoOffsetReset, String, Deserializer<K>, Deserializer<V>, Pattern)
public Topology AddSource<K, V>(AutoOffsetReset arg0, String arg1, Deserializer<K> arg2, Deserializer<V> arg3, Pattern arg4)
Parameters
arg0AutoOffsetResetarg1Stringarg2Deserializer<K>arg3Deserializer<V>arg4Pattern
Returns
Type Parameters
KV
AddSource<K, V>(AutoOffsetReset, String, TimestampExtractor, Deserializer<K>, Deserializer<V>, params String[])
public Topology AddSource<K, V>(AutoOffsetReset arg0, String arg1, TimestampExtractor arg2, Deserializer<K> arg3, Deserializer<V> arg4, params String[] arg5)
Parameters
arg0AutoOffsetResetarg1Stringarg2TimestampExtractorarg3Deserializer<K>arg4Deserializer<V>arg5String[]
Returns
Type Parameters
KV
AddSource<K, V>(AutoOffsetReset, String, TimestampExtractor, Deserializer<K>, Deserializer<V>, Pattern)
public Topology AddSource<K, V>(AutoOffsetReset arg0, String arg1, TimestampExtractor arg2, Deserializer<K> arg3, Deserializer<V> arg4, Pattern arg5)
Parameters
arg0AutoOffsetResetarg1Stringarg2TimestampExtractorarg3Deserializer<K>arg4Deserializer<V>arg5Pattern
Returns
Type Parameters
KV
AddStateStore<S>(StoreBuilder<S>, params String[])
public Topology AddStateStore<S>(StoreBuilder<S> arg0, params String[] arg1) where S : IStateStore, new()
Parameters
arg0StoreBuilder<S>arg1String[]
Returns
Type Parameters
ConnectProcessorAndStateStores(String, params String[])
public Topology ConnectProcessorAndStateStores(String arg0, params String[] arg1)
Parameters
Returns
Describe()
public TopologyDescription Describe()