Table of Contents

Class MirrorClientConfig

Namespace
Org.Apache.Kafka.Connect.Mirror
Assembly
MASES.KNet.dll
public class MirrorClientConfig : AbstractConfig, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
MirrorClientConfig
Implements
Inherited Members

Constructors

MirrorClientConfig()

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

public MirrorClientConfig()

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

Parameters

args object[]

Properties

ADMIN_CLIENT_PREFIX

public static String ADMIN_CLIENT_PREFIX { get; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONSUMER_CLIENT_PREFIX

public static String CONSUMER_CLIENT_PREFIX { get; }

Property Value

String

FORWARDING_ADMIN_CLASS

public static String FORWARDING_ADMIN_CLASS { get; }

Property Value

String

FORWARDING_ADMIN_CLASS_DEFAULT

public static Class FORWARDING_ADMIN_CLASS_DEFAULT { get; }

Property Value

Class

FORWARDING_ADMIN_CLASS_DOC

public static String FORWARDING_ADMIN_CLASS_DOC { get; }

Property Value

String

INTERNAL_TOPIC_SEPARATOR_ENABLED

public static String INTERNAL_TOPIC_SEPARATOR_ENABLED { get; }

Property Value

String

INTERNAL_TOPIC_SEPARATOR_ENABLED_DEFAULT

public static Boolean INTERNAL_TOPIC_SEPARATOR_ENABLED_DEFAULT { get; }

Property Value

Boolean

INTERNAL_TOPIC_SEPARATOR_ENABLED_DOC

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

PRODUCER_CLIENT_PREFIX

public static String PRODUCER_CLIENT_PREFIX { get; }

Property Value

String

REPLICATION_POLICY_CLASS

public static String REPLICATION_POLICY_CLASS { get; }

Property Value

String

REPLICATION_POLICY_CLASS_DEFAULT

public static Class REPLICATION_POLICY_CLASS_DEFAULT { get; }

Property Value

Class

REPLICATION_POLICY_SEPARATOR

public static String REPLICATION_POLICY_SEPARATOR { get; }

Property Value

String

REPLICATION_POLICY_SEPARATOR_DEFAULT

public static String REPLICATION_POLICY_SEPARATOR_DEFAULT { get; }

Property Value

String

Methods

AdminConfig()

public Map<String, object> AdminConfig()

Returns

Map<String, object>

Map

ConsumerConfig()

public Map<String, object> ConsumerConfig()

Returns

Map<String, object>

Map

ProducerConfig()

public Map<String, object> ProducerConfig()

Returns

Map<String, object>

Map

ReplicationPolicy()

public ReplicationPolicy ReplicationPolicy()

Returns

ReplicationPolicy

ReplicationPolicy