Table of Contents

Class TopicCommand.TopicCommandOptions

Namespace
Org.Apache.Kafka.Tools
Assembly
MASES.KNet.dll
public class TopicCommand.TopicCommandOptions : JVMBridgeBase<TopicCommand.TopicCommandOptions>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
TopicCommand.TopicCommandOptions
Implements

Constructors

TopicCommandOptions(String[])

public TopicCommandOptions(String[] arg0)

Parameters

arg0 String[]

String

TopicCommandOptions(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 TopicCommandOptions(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

BootstrapServer()

public Optional<String> BootstrapServer()

Returns

Optional<String>

Optional

CheckArgs()

public void CheckArgs()

CommandConfig()

public Properties CommandConfig()

Returns

Properties

Properties

Exceptions

IOException

CreatePoolableInstance(String[])

HPA initializer for TopicCommandOptions(Java.Lang.String[] arg0)

public static TopicCommand.TopicCommandOptions CreatePoolableInstance(String[] arg0)

Parameters

arg0 String[]

Returns

TopicCommand.TopicCommandOptions

ExcludeInternalTopics()

public bool ExcludeInternalTopics()

Returns

bool

bool

HasAlterOption()

public bool HasAlterOption()

Returns

bool

bool

HasCreateOption()

public bool HasCreateOption()

Returns

bool

bool

HasDeleteOption()

public bool HasDeleteOption()

Returns

bool

bool

HasDescribeOption()

public bool HasDescribeOption()

Returns

bool

bool

HasListOption()

public bool HasListOption()

Returns

bool

bool

IfExists()

public bool IfExists()

Returns

bool

bool

IfNotExists()

public bool IfNotExists()

Returns

bool

bool

PartitionSizeLimitPerResponse()

public Optional<Integer> PartitionSizeLimitPerResponse()

Returns

Optional<Integer>

Optional

Partitions()

public Optional<Integer> Partitions()

Returns

Optional<Integer>

Optional

ReplicaAssignment()

public Optional<Map<Integer, List<Integer>>> ReplicaAssignment()

Returns

Optional<Map<Integer, List<Integer>>>

Optional

ReplicationFactor()

public Optional<Integer> ReplicationFactor()

Returns

Optional<Integer>

Optional

ReportAtMinIsrPartitions()

public bool ReportAtMinIsrPartitions()

Returns

bool

bool

ReportOverriddenConfigs()

public bool ReportOverriddenConfigs()

Returns

bool

bool

ReportUnavailablePartitions()

public bool ReportUnavailablePartitions()

Returns

bool

bool

ReportUnderMinIsrPartitions()

public bool ReportUnderMinIsrPartitions()

Returns

bool

bool

ReportUnderReplicatedPartitions()

public bool ReportUnderReplicatedPartitions()

Returns

bool

bool

Topic()

public Optional<String> Topic()

Returns

Optional<String>

Optional

TopicConfig()

public Optional<List<String>> TopicConfig()

Returns

Optional<List<String>>

Optional

TopicId()

public Optional<String> TopicId()

Returns

Optional<String>

Optional