Table of Contents

Class ConfigDef.Width

Namespace
Org.Apache.Kafka.Common.Config
Assembly
MASES.KNet.dll
public class ConfigDef.Width : Enum<ConfigDef.Width>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
ConfigDef.Width
Implements
Inherited Members

Constructors

Width()

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

public Width()

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

LONG

public static ConfigDef.Width LONG { get; }

Property Value

ConfigDef.Width

MEDIUM

public static ConfigDef.Width MEDIUM { get; }

Property Value

ConfigDef.Width

NONE

public static ConfigDef.Width NONE { get; }

Property Value

ConfigDef.Width

SHORT

public static ConfigDef.Width SHORT { get; }

Property Value

ConfigDef.Width

Methods

ValueOf(String)

public static ConfigDef.Width ValueOf(String arg0)

Parameters

arg0 String

String

Returns

ConfigDef.Width

ConfigDef.Width

Values()

public static ConfigDef.Width[] Values()

Returns

Width[]

ConfigDef.Width