Table of Contents

Class ValueToKey

Namespace
Org.Apache.Kafka.Connect.Transforms
Assembly
MASES.KNet.dll
public class ValueToKey : JVMBridgeBase<ValueToKey>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ValueToKey
Implements

Constructors

ValueToKey()

public ValueToKey()

ValueToKey(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ValueToKey(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONFIG_DEF

public static ConfigDef CONFIG_DEF { get; set; }

Property Value

ConfigDef

FIELDS_CONFIG

public static String FIELDS_CONFIG { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

OVERVIEW_DOC

public static String OVERVIEW_DOC { get; set; }

Property Value

String

REPLACE_NULL_WITH_DEFAULT_CONFIG

public static String REPLACE_NULL_WITH_DEFAULT_CONFIG { get; set; }

Property Value

String

Methods

Apply(ConnectRecord)

public ConnectRecord Apply(ConnectRecord arg0)

Parameters

arg0 ConnectRecord

ConnectRecord

Returns

ConnectRecord

ConnectRecord

Close()

public void Close()

Config()

public ConfigDef Config()

Returns

ConfigDef

ConfigDef

Configure(Map)

public void Configure(Map arg0)

Parameters

arg0 Map

Map

CreatePoolableInstance()

HPA initializer for ValueToKey()

public static ValueToKey CreatePoolableInstance()

Returns

ValueToKey

Version()

public String Version()

Returns

String

String

Operators

implicit operator Versioned(ValueToKey)

Converter from ValueToKey to Versioned

public static implicit operator Versioned(ValueToKey t)

Parameters

t ValueToKey

Returns

Versioned

implicit operator Transformation(ValueToKey)

Converter from ValueToKey to Transformation

public static implicit operator Transformation(ValueToKey t)

Parameters

t ValueToKey

Returns

Transformation