Table of Contents

Class StreamsGroupSubtopologyDescription

Namespace
Org.Apache.Kafka.Clients.Admin
Assembly
MASES.KNet.dll
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

arg0 String

String

arg1 List<String>

List

arg2 List<String>

List

arg3 Map<String, StreamsGroupSubtopologyDescription.TopicInfo>

Map

arg4 Map<String, StreamsGroupSubtopologyDescription.TopicInfo>

Map

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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

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

arg0 String
arg1 List<String>
arg2 List<String>
arg3 Map<String, StreamsGroupSubtopologyDescription.TopicInfo>
arg4 Map<String, StreamsGroupSubtopologyDescription.TopicInfo>

Returns

StreamsGroupSubtopologyDescription

RepartitionSinkTopics()

public List<String> RepartitionSinkTopics()

Returns

List<String>

List

RepartitionSourceTopics()

public Map<String, StreamsGroupSubtopologyDescription.TopicInfo> RepartitionSourceTopics()

Returns

Map<String, StreamsGroupSubtopologyDescription.TopicInfo>

Map

SourceTopics()

public List<String> SourceTopics()

Returns

List<String>

List

StateChangelogTopics()

public Map<String, StreamsGroupSubtopologyDescription.TopicInfo> StateChangelogTopics()

Returns

Map<String, StreamsGroupSubtopologyDescription.TopicInfo>

Map

SubtopologyId()

public String SubtopologyId()

Returns

String

String