Table of Contents

Class MirrorConnectorConfig

Namespace
Org.Apache.Kafka.Connect.Mirror
Assembly
MASES.KNet.dll
public class MirrorConnectorConfig : AbstractConfig, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IJVMBridgeMain
Inheritance
JVMBridgeBase
JVMBridgeBase<AbstractConfig>
MirrorConnectorConfig
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
IJVMBridgeMain
Derived
Inherited Members
JVMBridgeBase<AbstractConfig>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AbstractConfig>.IsAssignableFrom<T>()
JVMBridgeBase<AbstractConfig>.Execute<T>(params T[])
JVMBridgeBase<AbstractConfig>.DynBridgeClazz
JVMBridgeBase<AbstractConfig>.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

MirrorConnectorConfig()

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

[Obsolete("MirrorConnectorConfig class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MirrorConnectorConfig()

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

[Obsolete("MirrorConnectorConfig class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MirrorConnectorConfig(params object[] args)

Parameters

args object[]

Properties

ADMIN_TASK_TIMEOUT_MILLIS

public static String ADMIN_TASK_TIMEOUT_MILLIS { get; }

Property Value

String

ADMIN_TASK_TIMEOUT_MILLIS_DEFAULT

public static long ADMIN_TASK_TIMEOUT_MILLIS_DEFAULT { get; }

Property Value

long

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EMIT_OFFSET_SYNCS_ENABLED

public static String EMIT_OFFSET_SYNCS_ENABLED { get; }

Property Value

String

EMIT_OFFSET_SYNCS_ENABLED_DEFAULT

public static bool EMIT_OFFSET_SYNCS_ENABLED_DEFAULT { get; }

Property Value

bool

EMIT_OFFSET_SYNCS_ENABLED_DOC

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

INTERNAL_TOPIC_SEPARATOR_ENABLED_DEFAULT

public static Boolean INTERNAL_TOPIC_SEPARATOR_ENABLED_DEFAULT { get; }

Property Value

Boolean

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

OFFSET_SYNCS_CLIENT_ROLE_PREFIX

public static String OFFSET_SYNCS_CLIENT_ROLE_PREFIX { get; }

Property Value

String

OFFSET_SYNCS_TOPIC_CONFIG_PREFIX

public static String OFFSET_SYNCS_TOPIC_CONFIG_PREFIX { get; }

Property Value

String

OFFSET_SYNCS_TOPIC_LOCATION

public static String OFFSET_SYNCS_TOPIC_LOCATION { get; }

Property Value

String

OFFSET_SYNCS_TOPIC_LOCATION_DEFAULT

public static String OFFSET_SYNCS_TOPIC_LOCATION_DEFAULT { get; }

Property Value

String

OFFSET_SYNCS_TOPIC_LOCATION_DOC

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

SOURCE_CLUSTER_ALIAS

public static String SOURCE_CLUSTER_ALIAS { get; }

Property Value

String

SOURCE_CLUSTER_ALIAS_DEFAULT

public static String SOURCE_CLUSTER_ALIAS_DEFAULT { get; }

Property Value

String

TARGET_CLUSTER_ALIAS

public static String TARGET_CLUSTER_ALIAS { get; }

Property Value

String

TARGET_CLUSTER_ALIAS_DEFAULT

public static String TARGET_CLUSTER_ALIAS_DEFAULT { get; }

Property Value

String

TASK_INDEX

public static String TASK_INDEX { get; }

Property Value

String

TOPIC_FILTER_CLASS

public static String TOPIC_FILTER_CLASS { get; }

Property Value

String

TOPIC_FILTER_CLASS_DEFAULT

public static Class TOPIC_FILTER_CLASS_DEFAULT { get; }

Property Value

Class

TOPIC_FILTER_CLASS_DOC

public static String TOPIC_FILTER_CLASS_DOC { get; }

Property Value

String

Methods

Main(String[])

public static void Main(String[] arg0)

Parameters

arg0 String[]

String