Table of Contents

Class AdminClientConfig

Namespace
Org.Apache.Kafka.Clients.Admin
Assembly
MASES.KNet.dll
public class AdminClientConfig : AbstractConfig, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IJVMBridgeMain
Inheritance
AdminClientConfig
Implements
Inherited Members

Constructors

AdminClientConfig()

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

public AdminClientConfig()

AdminClientConfig(Map<object, object>)

public AdminClientConfig(Map<object, object> arg0)

Parameters

arg0 Map<object, object>

Map

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

Parameters

args object[]

Properties

BOOTSTRAP_CONTROLLERS_CONFIG

public static String BOOTSTRAP_CONTROLLERS_CONFIG { get; }

Property Value

String

BOOTSTRAP_CONTROLLERS_DOC

public static String BOOTSTRAP_CONTROLLERS_DOC { get; }

Property Value

String

BOOTSTRAP_SERVERS_CONFIG

public static String BOOTSTRAP_SERVERS_CONFIG { get; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CLIENT_DNS_LOOKUP_CONFIG

public static String CLIENT_DNS_LOOKUP_CONFIG { get; }

Property Value

String

CLIENT_ID_CONFIG

public static String CLIENT_ID_CONFIG { get; }

Property Value

String

CONNECTIONS_MAX_IDLE_MS_CONFIG

public static String CONNECTIONS_MAX_IDLE_MS_CONFIG { get; }

Property Value

String

DEFAULT_API_TIMEOUT_MS_CONFIG

public static String DEFAULT_API_TIMEOUT_MS_CONFIG { get; }

Property Value

String

DEFAULT_METADATA_RECOVERY_REBOOTSTRAP_TRIGGER_MS

public static long DEFAULT_METADATA_RECOVERY_REBOOTSTRAP_TRIGGER_MS { get; }

Property Value

long

DEFAULT_METADATA_RECOVERY_STRATEGY

public static String DEFAULT_METADATA_RECOVERY_STRATEGY { get; }

Property Value

String

DEFAULT_SECURITY_PROTOCOL

public static String DEFAULT_SECURITY_PROTOCOL { get; }

Property Value

String

ENABLE_METRICS_PUSH_CONFIG

public static String ENABLE_METRICS_PUSH_CONFIG { get; }

Property Value

String

ENABLE_METRICS_PUSH_DOC

public static String ENABLE_METRICS_PUSH_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

METADATA_MAX_AGE_CONFIG

public static String METADATA_MAX_AGE_CONFIG { get; }

Property Value

String

METADATA_RECOVERY_REBOOTSTRAP_TRIGGER_MS_CONFIG

public static String METADATA_RECOVERY_REBOOTSTRAP_TRIGGER_MS_CONFIG { get; }

Property Value

String

METADATA_RECOVERY_REBOOTSTRAP_TRIGGER_MS_DOC

public static String METADATA_RECOVERY_REBOOTSTRAP_TRIGGER_MS_DOC { get; }

Property Value

String

METADATA_RECOVERY_STRATEGY_CONFIG

public static String METADATA_RECOVERY_STRATEGY_CONFIG { get; }

Property Value

String

METADATA_RECOVERY_STRATEGY_DOC

public static String METADATA_RECOVERY_STRATEGY_DOC { get; }

Property Value

String

METRICS_NUM_SAMPLES_CONFIG

public static String METRICS_NUM_SAMPLES_CONFIG { get; }

Property Value

String

METRICS_RECORDING_LEVEL_CONFIG

public static String METRICS_RECORDING_LEVEL_CONFIG { get; }

Property Value

String

METRICS_SAMPLE_WINDOW_MS_CONFIG

public static String METRICS_SAMPLE_WINDOW_MS_CONFIG { get; }

Property Value

String

METRIC_REPORTER_CLASSES_CONFIG

public static String METRIC_REPORTER_CLASSES_CONFIG { get; }

Property Value

String

RECEIVE_BUFFER_CONFIG

public static String RECEIVE_BUFFER_CONFIG { get; }

Property Value

String

RECONNECT_BACKOFF_MAX_MS_CONFIG

public static String RECONNECT_BACKOFF_MAX_MS_CONFIG { get; }

Property Value

String

RECONNECT_BACKOFF_MS_CONFIG

public static String RECONNECT_BACKOFF_MS_CONFIG { get; }

Property Value

String

REQUEST_TIMEOUT_MS_CONFIG

public static String REQUEST_TIMEOUT_MS_CONFIG { get; }

Property Value

String

RETRIES_CONFIG

public static String RETRIES_CONFIG { get; }

Property Value

String

RETRY_BACKOFF_MAX_MS_CONFIG

public static String RETRY_BACKOFF_MAX_MS_CONFIG { get; }

Property Value

String

RETRY_BACKOFF_MS_CONFIG

public static String RETRY_BACKOFF_MS_CONFIG { get; }

Property Value

String

SECURITY_PROTOCOL_CONFIG

public static String SECURITY_PROTOCOL_CONFIG { get; }

Property Value

String

SECURITY_PROVIDERS_CONFIG

public static String SECURITY_PROVIDERS_CONFIG { get; }

Property Value

String

SEND_BUFFER_CONFIG

public static String SEND_BUFFER_CONFIG { get; }

Property Value

String

SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG

public static String SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG { get; }

Property Value

String

SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG

public static String SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG { get; }

Property Value

String

Methods

ConfigDef()

public static ConfigDef ConfigDef()

Returns

ConfigDef

ConfigDef

ConfigNames()

public static Set<String> ConfigNames()

Returns

Set<String>

Set

Main(String[])

public static void Main(String[] arg0)

Parameters

arg0 String[]

String