Class MirrorSourceConfig
public class MirrorSourceConfig : MirrorConnectorConfig, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IJVMBridgeMain
- Inheritance
-
MirrorSourceConfig
- Implements
- Derived
- Inherited Members
Constructors
MirrorSourceConfig()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public MirrorSourceConfig()
MirrorSourceConfig(Map<String, String>)
public MirrorSourceConfig(Map<String, String> arg0)
Parameters
MirrorSourceConfig(ConfigDef, Map<String, String>)
public MirrorSourceConfig(ConfigDef arg0, Map<String, String> arg1)
Parameters
MirrorSourceConfig(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 MirrorSourceConfig(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONFIG_PROPERTIES_EXCLUDE
public static String CONFIG_PROPERTIES_EXCLUDE { get; }
Property Value
CONFIG_PROPERTIES_EXCLUDE_DEFAULT
public static String CONFIG_PROPERTIES_EXCLUDE_DEFAULT { get; }
Property Value
CONFIG_PROPERTY_FILTER_CLASS
public static String CONFIG_PROPERTY_FILTER_CLASS { get; }
Property Value
CONFIG_PROPERTY_FILTER_CLASS_DEFAULT
public static Class CONFIG_PROPERTY_FILTER_CLASS_DEFAULT { get; }
Property Value
CONSUMER_POLL_TIMEOUT_MILLIS
public static String CONSUMER_POLL_TIMEOUT_MILLIS { get; }
Property Value
CONSUMER_POLL_TIMEOUT_MILLIS_DEFAULT
public static long CONSUMER_POLL_TIMEOUT_MILLIS_DEFAULT { get; }
Property Value
HEARTBEATS_REPLICATION_ENABLED
public static String HEARTBEATS_REPLICATION_ENABLED { get; }
Property Value
HEARTBEATS_REPLICATION_ENABLED_DEFAULT
public static bool HEARTBEATS_REPLICATION_ENABLED_DEFAULT { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
OFFSET_LAG_MAX
public static String OFFSET_LAG_MAX { get; }
Property Value
OFFSET_LAG_MAX_DEFAULT
public static long OFFSET_LAG_MAX_DEFAULT { get; }
Property Value
OFFSET_SYNCS_SOURCE_ADMIN_ROLE
public static String OFFSET_SYNCS_SOURCE_ADMIN_ROLE { get; }
Property Value
OFFSET_SYNCS_SOURCE_PRODUCER_ROLE
public static String OFFSET_SYNCS_SOURCE_PRODUCER_ROLE { get; }
Property Value
OFFSET_SYNCS_TARGET_ADMIN_ROLE
public static String OFFSET_SYNCS_TARGET_ADMIN_ROLE { get; }
Property Value
OFFSET_SYNCS_TARGET_PRODUCER_ROLE
public static String OFFSET_SYNCS_TARGET_PRODUCER_ROLE { get; }
Property Value
OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR
public static String OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR { get; }
Property Value
OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR_DEFAULT
public static short OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR_DEFAULT { get; }
Property Value
OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR_DOC
public static String OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR_DOC { get; }
Property Value
REFRESH_TOPICS_ENABLED
public static String REFRESH_TOPICS_ENABLED { get; }
Property Value
REFRESH_TOPICS_ENABLED_DEFAULT
public static bool REFRESH_TOPICS_ENABLED_DEFAULT { get; }
Property Value
REFRESH_TOPICS_INTERVAL_SECONDS
public static String REFRESH_TOPICS_INTERVAL_SECONDS { get; }
Property Value
REFRESH_TOPICS_INTERVAL_SECONDS_DEFAULT
public static long REFRESH_TOPICS_INTERVAL_SECONDS_DEFAULT { get; }
Property Value
REPLICATION_FACTOR
public static String REPLICATION_FACTOR { get; }
Property Value
REPLICATION_FACTOR_DEFAULT
public static int REPLICATION_FACTOR_DEFAULT { get; }
Property Value
SYNC_TOPIC_ACLS_ENABLED
public static String SYNC_TOPIC_ACLS_ENABLED { get; }
Property Value
SYNC_TOPIC_ACLS_ENABLED_DEFAULT
public static bool SYNC_TOPIC_ACLS_ENABLED_DEFAULT { get; }
Property Value
SYNC_TOPIC_ACLS_INTERVAL_SECONDS
public static String SYNC_TOPIC_ACLS_INTERVAL_SECONDS { get; }
Property Value
SYNC_TOPIC_ACLS_INTERVAL_SECONDS_DEFAULT
public static long SYNC_TOPIC_ACLS_INTERVAL_SECONDS_DEFAULT { get; }
Property Value
SYNC_TOPIC_CONFIGS_ENABLED
public static String SYNC_TOPIC_CONFIGS_ENABLED { get; }
Property Value
SYNC_TOPIC_CONFIGS_ENABLED_DEFAULT
public static bool SYNC_TOPIC_CONFIGS_ENABLED_DEFAULT { get; }
Property Value
SYNC_TOPIC_CONFIGS_INTERVAL_SECONDS
public static String SYNC_TOPIC_CONFIGS_INTERVAL_SECONDS { get; }
Property Value
SYNC_TOPIC_CONFIGS_INTERVAL_SECONDS_DEFAULT
public static long SYNC_TOPIC_CONFIGS_INTERVAL_SECONDS_DEFAULT { get; }
Property Value
TOPICS
public static String TOPICS { get; }
Property Value
TOPICS_DEFAULT
public static String TOPICS_DEFAULT { get; }
Property Value
TOPICS_EXCLUDE
public static String TOPICS_EXCLUDE { get; }
Property Value
TOPICS_EXCLUDE_DEFAULT
public static String TOPICS_EXCLUDE_DEFAULT { get; }