Class MirrorConnectorConfig
public class MirrorConnectorConfig : AbstractConfig, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IJVMBridgeMain
- Inheritance
-
MirrorConnectorConfig
- Implements
- Derived
- Inherited Members
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
ADMIN_TASK_TIMEOUT_MILLIS_DEFAULT
public static long ADMIN_TASK_TIMEOUT_MILLIS_DEFAULT { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EMIT_OFFSET_SYNCS_ENABLED
public static String EMIT_OFFSET_SYNCS_ENABLED { get; }
Property Value
EMIT_OFFSET_SYNCS_ENABLED_DEFAULT
public static bool EMIT_OFFSET_SYNCS_ENABLED_DEFAULT { get; }
Property Value
EMIT_OFFSET_SYNCS_ENABLED_DOC
public static String EMIT_OFFSET_SYNCS_ENABLED_DOC { get; }
Property Value
FORWARDING_ADMIN_CLASS
public static String FORWARDING_ADMIN_CLASS { get; }
Property Value
FORWARDING_ADMIN_CLASS_DEFAULT
public static Class FORWARDING_ADMIN_CLASS_DEFAULT { get; }
Property Value
INTERNAL_TOPIC_SEPARATOR_ENABLED_DEFAULT
public static Boolean INTERNAL_TOPIC_SEPARATOR_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_SYNCS_CLIENT_ROLE_PREFIX
public static String OFFSET_SYNCS_CLIENT_ROLE_PREFIX { get; }
Property Value
OFFSET_SYNCS_TOPIC_CONFIG_PREFIX
public static String OFFSET_SYNCS_TOPIC_CONFIG_PREFIX { get; }
Property Value
OFFSET_SYNCS_TOPIC_LOCATION
public static String OFFSET_SYNCS_TOPIC_LOCATION { get; }
Property Value
OFFSET_SYNCS_TOPIC_LOCATION_DEFAULT
public static String OFFSET_SYNCS_TOPIC_LOCATION_DEFAULT { get; }
Property Value
OFFSET_SYNCS_TOPIC_LOCATION_DOC
public static String OFFSET_SYNCS_TOPIC_LOCATION_DOC { get; }
Property Value
REPLICATION_POLICY_CLASS
public static String REPLICATION_POLICY_CLASS { get; }
Property Value
REPLICATION_POLICY_CLASS_DEFAULT
public static Class REPLICATION_POLICY_CLASS_DEFAULT { get; }
Property Value
REPLICATION_POLICY_SEPARATOR
public static String REPLICATION_POLICY_SEPARATOR { get; }
Property Value
REPLICATION_POLICY_SEPARATOR_DEFAULT
public static String REPLICATION_POLICY_SEPARATOR_DEFAULT { get; }
Property Value
SOURCE_CLUSTER_ALIAS
public static String SOURCE_CLUSTER_ALIAS { get; }
Property Value
SOURCE_CLUSTER_ALIAS_DEFAULT
public static String SOURCE_CLUSTER_ALIAS_DEFAULT { get; }
Property Value
TARGET_CLUSTER_ALIAS
public static String TARGET_CLUSTER_ALIAS { get; }
Property Value
TARGET_CLUSTER_ALIAS_DEFAULT
public static String TARGET_CLUSTER_ALIAS_DEFAULT { get; }
Property Value
TASK_INDEX
public static String TASK_INDEX { get; }
Property Value
TOPIC_FILTER_CLASS
public static String TOPIC_FILTER_CLASS { get; }
Property Value
TOPIC_FILTER_CLASS_DEFAULT
public static Class TOPIC_FILTER_CLASS_DEFAULT { get; }
Property Value
TOPIC_FILTER_CLASS_DOC
public static String TOPIC_FILTER_CLASS_DOC { get; }
Property Value
Methods
Main(String[])
public static void Main(String[] arg0)