Table of Contents

Class StreamsGroupSubtopologyDescription

Namespace
Org.Apache.Kafka.Clients.Admin
Assembly
MASES.KNet.dll
public class StreamsGroupSubtopologyDescription : JVMBridgeBase<StreamsGroupSubtopologyDescription>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
StreamsGroupSubtopologyDescription
Implements
Inherited Members

Constructors

StreamsGroupSubtopologyDescription()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public StreamsGroupSubtopologyDescription()

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)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public StreamsGroupSubtopologyDescription(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

StreamsGroupSubtopologyDescription(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 StreamsGroupSubtopologyDescription(params object[] args)

Parameters

args object[]

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 Closeable

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

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