Class ConnectUtils
public class ConnectUtils : JVMBridgeBase<ConnectUtils>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
ConnectUtils
- Implements
- Inherited Members
Constructors
ConnectUtils()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ConnectUtils()
ConnectUtils(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 ConnectUtils(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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
Methods
CheckAndConvertTimestamp(Long)
public static Long CheckAndConvertTimestamp(Long arg0)
Parameters
Returns
ClassName(object)
public static String ClassName(object arg0)
Parameters
Returns
CombineCollections<I>(Collection<Collection<I>>)
public static List<I> CombineCollections<I>(Collection<Collection<I>> arg0)
Parameters
arg0
Collection<Collection<I>>
Returns
Type Parameters
I
CombineCollections<T, I>(Collection<I>, Function<I, Collection<T>>)
public static List<T> CombineCollections<T, I>(Collection<I> arg0, Function<I, Collection<T>> arg1)
Parameters
arg0
Collection<I>arg1
Function<I, Collection<T>>
Returns
Type Parameters
T
I
CombineCollections<C, I, T>(Collection<I>, Function<I, Collection<T>>, Collector<T, object, C>)
public static C CombineCollections<C, I, T>(Collection<I> arg0, Function<I, Collection<T>> arg1, Collector<T, object, C> arg2)
Parameters
arg0
Collection<I>arg1
Function<I, Collection<T>>arg2
Collector<T, object, C>
Returns
- C
C
Type Parameters
C
I
T
EnsureProperty<Arg0objectSuperJava_Lang_String>(Map<String, Arg0objectSuperJava_Lang_String>, String, String, String, bool)
public static void EnsureProperty<Arg0objectSuperJava_Lang_String>(Map<String, Arg0objectSuperJava_Lang_String> arg0, String arg1, String arg2, String arg3, bool arg4) where Arg0objectSuperJava_Lang_String : String
Parameters
Type Parameters
Arg0objectSuperJava_Lang_String
IsSinkConnector(Connector)
public static bool IsSinkConnector(Connector arg0)
Parameters
Returns
IsSourceConnector(Connector)
public static bool IsSourceConnector(Connector arg0)
Parameters
Returns
MaybeWrap(JVMBridgeException, String)
public static ConnectException MaybeWrap(JVMBridgeException arg0, String arg1)
Parameters
arg0
JVMBridgeExceptionarg1
String
Returns
PatchConfig(Map<String, String>, Map<String, String>)
public static Map<String, String> PatchConfig(Map<String, String> arg0, Map<String, String> arg1)
Parameters
Returns
TransformValues<K, O, I>(Map<K, I>, Function<I, O>)
public static Map<K, O> TransformValues<K, O, I>(Map<K, I> arg0, Function<I, O> arg1)
Parameters
Returns
Type Parameters
K
O
I