Table of Contents

Class TopicCommand.TopicCommandOptions

Namespace
Org.Apache.Kafka.Tools
Assembly
MASES.KNet.dll
public class TopicCommand.TopicCommandOptions : JVMBridgeBase<TopicCommand.TopicCommandOptions>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
TopicCommand.TopicCommandOptions
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<TopicCommand.TopicCommandOptions>.IsAssignableFrom(IJavaType)
JVMBridgeBase<TopicCommand.TopicCommandOptions>.IsAssignableFrom<T>()
JVMBridgeBase<TopicCommand.TopicCommandOptions>.Execute<T>(params T[])
JVMBridgeBase<TopicCommand.TopicCommandOptions>.DynBridgeClazz
JVMBridgeBase<TopicCommand.TopicCommandOptions>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

Constructors

TopicCommandOptions()

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

public TopicCommandOptions()

TopicCommandOptions(String[])

public TopicCommandOptions(String[] arg0)

Parameters

arg0 String[]

String

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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

ExcludeInternalTopics()

public Boolean ExcludeInternalTopics()

Returns

Boolean

Boolean

HasAlterOption()

public Boolean HasAlterOption()

Returns

Boolean

Boolean

HasCreateOption()

public Boolean HasCreateOption()

Returns

Boolean

Boolean

HasDeleteOption()

public Boolean HasDeleteOption()

Returns

Boolean

Boolean

HasDescribeOption()

public Boolean HasDescribeOption()

Returns

Boolean

Boolean

HasListOption()

public Boolean HasListOption()

Returns

Boolean

Boolean

IfExists()

public Boolean IfExists()

Returns

Boolean

Boolean

IfNotExists()

public Boolean IfNotExists()

Returns

Boolean

Boolean

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 Boolean ReportAtMinIsrPartitions()

Returns

Boolean

Boolean

ReportOverriddenConfigs()

public Boolean ReportOverriddenConfigs()

Returns

Boolean

Boolean

ReportUnavailablePartitions()

public Boolean ReportUnavailablePartitions()

Returns

Boolean

Boolean

ReportUnderMinIsrPartitions()

public Boolean ReportUnderMinIsrPartitions()

Returns

Boolean

Boolean

ReportUnderReplicatedPartitions()

public Boolean ReportUnderReplicatedPartitions()

Returns

Boolean

Boolean

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