Class Joined<K, VLeft, VRight>
public class Joined<K, VLeft, VRight> : JVMBridgeBase<Joined<K, VLeft, VRight>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Type Parameters
KVLeftVRight
- Inheritance
-
JVMBridgeBase<Joined<K, VLeft, VRight>>Joined<K, VLeft, VRight>
- Implements
Constructors
Joined(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 Joined(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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 java.lang.AutoCloseable
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
As(String)
public static Joined<K, VLeft, VRight> As(String arg0)
Parameters
Returns
GracePeriod()
[Obsolete("Deprecated in JVM")]
public Duration GracePeriod()
Returns
KeySerde()
[Obsolete("Deprecated in JVM")]
public Serde<K> KeySerde()
Returns
KeySerde(Serde<K>)
public static Joined<K, VLeft, VRight> KeySerde(Serde<K> arg0)
Parameters
Returns
KeySerdeDirect()
[Obsolete("Deprecated in JVM")]
public Serde<K> KeySerdeDirect()
Returns
OtherValueSerde()
[Obsolete("Deprecated in JVM")]
public Serde<VRight> OtherValueSerde()
Returns
OtherValueSerde(Serde<VRight>)
public static Joined<K, VLeft, VRight> OtherValueSerde(Serde<VRight> arg0)
Parameters
Returns
OtherValueSerdeDirect()
[Obsolete("Deprecated in JVM")]
public Serde<VRight> OtherValueSerdeDirect()
Returns
ValueSerde()
[Obsolete("Deprecated in JVM")]
public Serde<VLeft> ValueSerde()
Returns
ValueSerde(Serde<VLeft>)
public static Joined<K, VLeft, VRight> ValueSerde(Serde<VLeft> arg0)
Parameters
Returns
ValueSerdeDirect()
[Obsolete("Deprecated in JVM")]
public Serde<VLeft> ValueSerdeDirect()
Returns
With(Serde<K>, Serde<VLeft>, Serde<VRight>)
public static Joined<K, VLeft, VRight> With(Serde<K> arg0, Serde<VLeft> arg1, Serde<VRight> arg2)
Parameters
Returns
With(Serde<K>, Serde<VLeft>, Serde<VRight>, String)
public static Joined<K, VLeft, VRight> With(Serde<K> arg0, Serde<VLeft> arg1, Serde<VRight> arg2, String arg3)
Parameters
Returns
With(Serde<K>, Serde<VLeft>, Serde<VRight>, String, Duration)
public static Joined<K, VLeft, VRight> With(Serde<K> arg0, Serde<VLeft> arg1, Serde<VRight> arg2, String arg3, Duration arg4)
Parameters
Returns
WithGracePeriod(Duration)
public Joined<K, VLeft, VRight> WithGracePeriod(Duration arg0)
Parameters
Returns
WithKeySerde(Serde<K>)
public Joined<K, VLeft, VRight> WithKeySerde(Serde<K> arg0)
Parameters
Returns
WithOtherValueSerde(Serde<VRight>)
public Joined<K, VLeft, VRight> WithOtherValueSerde(Serde<VRight> arg0)
Parameters
Returns
WithValueSerde(Serde<VLeft>)
public Joined<K, VLeft, VRight> WithValueSerde(Serde<VLeft> arg0)
Parameters
Returns
Operators
implicit operator Joined(Joined<K, VLeft, VRight>)
Converter from Joined<K, VLeft, VRight> to Joined
public static implicit operator Joined(Joined<K, VLeft, VRight> t)
Parameters
tJoined<K, VLeft, VRight>