Class Produced<K, V>
public class Produced<K, V> : JVMBridgeBase<Produced<K, V>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
K
V
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Produced<K, V>>Produced<K, V>
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Produced<K, V>>.IsAssignableFrom(IJavaType)JVMBridgeBase<Produced<K, V>>.IsAssignableFrom<T>()JVMBridgeBase<Produced<K, V>>.Execute<T>(params T[])JVMBridgeBase<Produced<K, V>>.DynBridgeClazzJVMBridgeBase<Produced<K, V>>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
As(String)
public static Produced<K, V> As(String arg0)
Parameters
Returns
KeySerde(Serde<K>)
public static Produced<K, V> KeySerde(Serde<K> arg0)
Parameters
Returns
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>
Returns
Type Parameters
Arg0objectSuperK
K
Arg0objectSuperV
V
ValueSerde(Serde<V>)
public static Produced<K, V> ValueSerde(Serde<V> arg0)
Parameters
Returns
With(Serde<K>, Serde<V>)
public static Produced<K, V> With(Serde<K> arg0, Serde<V> arg1)
Parameters
Returns
WithKeySerde(Serde<K>)
public Produced<K, V> WithKeySerde(Serde<K> arg0)
Parameters
Returns
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>
Returns
Type Parameters
Arg0objectSuperK
K
Arg0objectSuperV
V
WithValueSerde(Serde<V>)
public Produced<K, V> WithValueSerde(Serde<V> arg0)
Parameters
Returns
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>arg1
Serde<V>arg2
StreamPartitioner<Arg2objectSuperK, Arg2objectSuperV>
Returns
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>