Class KNetConnectProxy
Internal class used to proxy and pairs data exchange with Java side
public class KNetConnectProxy
- Inheritance
-
KNetConnectProxy
- Inherited Members
Methods
AllocateSinkConnector(string)
Allocates a sink connector
public bool AllocateSinkConnector(string connectorClassName)
Parameters
connectorClassName
stringThe class name read from Java within the configuration parameters
Returns
AllocateSourceConnector(string)
Allocates a source connector
public bool AllocateSourceConnector(string connectorClassName)
Parameters
connectorClassName
stringThe class name read from Java within the configuration parameters
Returns
GetJVMGlobal(string)
Initialize the proxy
public static IJavaObject GetJVMGlobal(string key)
Parameters
key
string
Returns
- IJavaObject
Initialize<TIn>(TIn)
Initialize the proxy
public static void Initialize<TIn>(TIn core) where TIn : KNetCore<TIn>
Parameters
core
TIn
Type Parameters
TIn
Register()
Register the proxy
public static void Register()
RegisterCLRGlobal(string, object)
Initialize the proxy
public static void RegisterCLRGlobal(string key, object value)
Parameters
SinkConnectorName()
Returns the registration name of the sink connector
public string SinkConnectorName()
Returns
- string
The content of ConnectorName
SourceConnectorName()
Returns the registration name of the sourcce connector
public string SourceConnectorName()
Returns
- string
The content of ConnectorName