Table of Contents

Class StreamsGroupCommandOptions

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

Constructors

StreamsGroupCommandOptions()

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

public StreamsGroupCommandOptions()

StreamsGroupCommandOptions(String[])

public StreamsGroupCommandOptions(String[] arg0)

Parameters

arg0 String[]

String

StreamsGroupCommandOptions(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

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

Parameters

args object[]

Properties

BOOTSTRAP_SERVER_DOC

public static String BOOTSTRAP_SERVER_DOC { get; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

COMMAND_CONFIG_DOC

public static String COMMAND_CONFIG_DOC { get; }

Property Value

String

DESCRIBE_DOC

public static String DESCRIBE_DOC { get; }

Property Value

String

GROUP_DOC

public static String GROUP_DOC { 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

LIST_DOC

public static String LIST_DOC { get; }

Property Value

String

MEMBERS_DOC

public static String MEMBERS_DOC { get; }

Property Value

String

OFFSETS_DOC

public static String OFFSETS_DOC { get; }

Property Value

String

STATE_DOC

public static String STATE_DOC { get; }

Property Value

String

TIMEOUT_MS_DOC

public static String TIMEOUT_MS_DOC { get; }

Property Value

String

VERBOSE_DOC

public static String VERBOSE_DOC { get; }

Property Value

String

Methods

CheckArgs()

public void CheckArgs()

FromArgs(String[])

public static StreamsGroupCommandOptions FromArgs(String[] arg0)

Parameters

arg0 String[]

String

Returns

StreamsGroupCommandOptions

StreamsGroupCommandOptions