Class StreamsGroupSubtopologyDescription
public class StreamsGroupSubtopologyDescription : JVMBridgeBase<StreamsGroupSubtopologyDescription>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
StreamsGroupSubtopologyDescription
- Implements
Constructors
StreamsGroupSubtopologyDescription(String, List<String>, List<String>, Map<String, TopicInfo>, Map<String, TopicInfo>)
public StreamsGroupSubtopologyDescription(String arg0, List<String> arg1, List<String> arg2, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> arg3, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> arg4)
Parameters
arg0Stringarg1List<String>arg2List<String>arg3Map<String, StreamsGroupSubtopologyDescription.TopicInfo>arg4Map<String, StreamsGroupSubtopologyDescription.TopicInfo>
StreamsGroupSubtopologyDescription(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 StreamsGroupSubtopologyDescription(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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
CreatePoolableInstance(String, List<String>, List<String>, Map<String, TopicInfo>, Map<String, TopicInfo>)
HPA initializer for StreamsGroupSubtopologyDescription(Java.Lang.String arg0, Java.Util.List%3CJava.Lang.String%3E arg1, Java.Util.List%3CJava.Lang.String%3E arg2, Java.Util.Map%3CJava.Lang.String, Org.Apache.Kafka.Clients.Admin.StreamsGroupSubtopologyDescription.TopicInfo%3E arg3, Java.Util.Map%3CJava.Lang.String, Org.Apache.Kafka.Clients.Admin.StreamsGroupSubtopologyDescription.TopicInfo%3E arg4)
public static StreamsGroupSubtopologyDescription CreatePoolableInstance(String arg0, List<String> arg1, List<String> arg2, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> arg3, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> arg4)
Parameters
arg0Stringarg1List<String>arg2List<String>arg3Map<String, StreamsGroupSubtopologyDescription.TopicInfo>arg4Map<String, StreamsGroupSubtopologyDescription.TopicInfo>
Returns
RepartitionSinkTopics()
public List<String> RepartitionSinkTopics()
Returns
RepartitionSourceTopics()
public Map<String, StreamsGroupSubtopologyDescription.TopicInfo> RepartitionSourceTopics()
Returns
SourceTopics()
public List<String> SourceTopics()
Returns
StateChangelogTopics()
public Map<String, StreamsGroupSubtopologyDescription.TopicInfo> StateChangelogTopics()
Returns
SubtopologyId()
public String SubtopologyId()