Table of Contents

Class Produced<K, V>

Namespace
Org.Apache.Kafka.Streams.Kstream
Assembly
MASES.KNet.dll
public class Produced<K, V> : JVMBridgeBase<Produced<K, V>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

K
V
Inheritance
Produced<K, V>
Implements
Inherited Members

Constructors

Produced()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Produced()

Produced(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 Produced(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

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 Closeable

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

Methods

As(String)

public static Produced<K, V> As(String arg0)

Parameters

arg0 String

String

Returns

Produced<K, V>

Produced

KeySerde(Serde<K>)

public static Produced<K, V> KeySerde(Serde<K> arg0)

Parameters

arg0 Serde<K>

Serde

Returns

Produced<K, V>

Produced

StreamPartitioner<Arg0objectSuperK, Arg0objectSuperV>(StreamPartitioner<Arg0objectSuperK, Arg0objectSuperV>)

public static Produced<K, V> StreamPartitioner<Arg0objectSuperK, Arg0objectSuperV>(StreamPartitioner<Arg0objectSuperK, Arg0objectSuperV> arg0) where Arg0objectSuperK : K where Arg0objectSuperV : V

Parameters

arg0 StreamPartitioner<Arg0objectSuperK, Arg0objectSuperV>

StreamPartitioner

Returns

Produced<K, V>

Produced

Type Parameters

Arg0objectSuperK

K

Arg0objectSuperV

V

ValueSerde(Serde<V>)

public static Produced<K, V> ValueSerde(Serde<V> arg0)

Parameters

arg0 Serde<V>

Serde

Returns

Produced<K, V>

Produced

With(Serde<K>, Serde<V>)

public static Produced<K, V> With(Serde<K> arg0, Serde<V> arg1)

Parameters

arg0 Serde<K>

Serde

arg1 Serde<V>

Serde

Returns

Produced<K, V>

Produced

WithKeySerde(Serde<K>)

public Produced<K, V> WithKeySerde(Serde<K> arg0)

Parameters

arg0 Serde<K>

Serde

Returns

Produced<K, V>

Produced

WithStreamPartitioner<Arg0objectSuperK, Arg0objectSuperV>(StreamPartitioner<Arg0objectSuperK, Arg0objectSuperV>)

public Produced<K, V> WithStreamPartitioner<Arg0objectSuperK, Arg0objectSuperV>(StreamPartitioner<Arg0objectSuperK, Arg0objectSuperV> arg0) where Arg0objectSuperK : K where Arg0objectSuperV : V

Parameters

arg0 StreamPartitioner<Arg0objectSuperK, Arg0objectSuperV>

StreamPartitioner

Returns

Produced<K, V>

Produced

Type Parameters

Arg0objectSuperK

K

Arg0objectSuperV

V

WithValueSerde(Serde<V>)

public Produced<K, V> WithValueSerde(Serde<V> arg0)

Parameters

arg0 Serde<V>

Serde

Returns

Produced<K, V>

Produced

With<Arg2objectSuperK, Arg2objectSuperV>(Serde<K>, Serde<V>, StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>)

public static Produced<K, V> With<Arg2objectSuperK, Arg2objectSuperV>(Serde<K> arg0, Serde<V> arg1, StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV> arg2) where Arg2objectSuperK : K where Arg2objectSuperV : V

Parameters

arg0 Serde<K>

Serde

arg1 Serde<V>

Serde

arg2 StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>

StreamPartitioner

Returns

Produced<K, V>

Produced

Type Parameters

Arg2objectSuperK

K

Arg2objectSuperV

V

Operators

implicit operator Produced(Produced<K, V>)

Converter from Produced<K, V> to Produced

public static implicit operator Produced(Produced<K, V> t)

Parameters

t Produced<K, V>

Returns

Produced