Class CogroupedKStream<K, VOut>
public class CogroupedKStream<K, VOut> : JVMBridgeBase<CogroupedKStream<K, VOut>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICogroupedKStream<K, VOut>
  Type Parameters
KVOut
- Inheritance
 - 
      
      
      
      JVMBridgeBase<CogroupedKStream<K, VOut>>CogroupedKStream<K, VOut>
 
- Implements
 - 
      
      
      
      
      
      
      
      ICogroupedKStream<K, VOut>
 
- Inherited Members
 - 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    JVMBridgeBase<CogroupedKStream<K, VOut>>.SExecute<TReturn>(Type, IJavaType, string, params object[])
 
Constructors
CogroupedKStream()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("CogroupedKStream class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CogroupedKStream()
  CogroupedKStream(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CogroupedKStream(IJVMBridgeBaseInitializer initializer)
  Parameters
initializerIJVMBridgeBaseInitializer
CogroupedKStream(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
[Obsolete("CogroupedKStream class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CogroupedKStream(params object[] args)
  Parameters
argsobject[]
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 Closeable
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
Aggregate(Initializer<VOut>)
public KTable<K, VOut> Aggregate(Initializer<VOut> arg0)
  Parameters
arg0Initializer<VOut>
Returns
Aggregate(Initializer<VOut>, Materialized<K, VOut, KeyValueStore<Bytes, byte[]>>)
public KTable<K, VOut> Aggregate(Initializer<VOut> arg0, Materialized<K, VOut, KeyValueStore<Bytes, byte[]>> arg1)
  Parameters
arg0Initializer<VOut>arg1Materialized<K, VOut, KeyValueStore<Bytes, byte[]>>
Returns
Aggregate(Initializer<VOut>, Named)
public KTable<K, VOut> Aggregate(Initializer<VOut> arg0, Named arg1)
  Parameters
arg0Initializer<VOut>arg1Named
Returns
Aggregate(Initializer<VOut>, Named, Materialized<K, VOut, KeyValueStore<Bytes, byte[]>>)
public KTable<K, VOut> Aggregate(Initializer<VOut> arg0, Named arg1, Materialized<K, VOut, KeyValueStore<Bytes, byte[]>> arg2)
  Parameters
arg0Initializer<VOut>arg1Namedarg2Materialized<K, VOut, KeyValueStore<Bytes, byte[]>>
Returns
Cogroup<V, Arg1objectSuperK, Arg1objectSuperV>(KGroupedStream<K, V>, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VOut>)
public CogroupedKStream<K, VOut> Cogroup<V, Arg1objectSuperK, Arg1objectSuperV>(KGroupedStream<K, V> arg0, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VOut> arg1) where Arg1objectSuperK : K where Arg1objectSuperV : V
  Parameters
arg0KGroupedStream<K, V>arg1Aggregator<Arg1objectSuperK, Arg1objectSuperV, VOut>
Returns
- CogroupedKStream<K, VOut>
 
Type Parameters
VArg1objectSuperKKArg1objectSuperVV
WindowedBy(SessionWindows)
public SessionWindowedCogroupedKStream<K, VOut> WindowedBy(SessionWindows arg0)
  Parameters
Returns
WindowedBy(SlidingWindows)
public TimeWindowedCogroupedKStream<K, VOut> WindowedBy(SlidingWindows arg0)
  Parameters
Returns
WindowedBy<W>(Windows<W>)
public TimeWindowedCogroupedKStream<K, VOut> WindowedBy<W>(Windows<W> arg0) where W : Window
  Parameters
Returns
Type Parameters
W
Operators
implicit operator CogroupedKStream(CogroupedKStream<K, VOut>)
Converter from CogroupedKStream<K, VOut> to CogroupedKStream
public static implicit operator CogroupedKStream(CogroupedKStream<K, VOut> t)
  Parameters
tCogroupedKStream<K, VOut>