Class KGroupedTable<K, V>
public class KGroupedTable<K, V> : JVMBridgeBase<KGroupedTable<K, V>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IKGroupedTable<K, V>
  Type Parameters
KV
- Inheritance
 - 
      
      
      
      JVMBridgeBase<KGroupedTable<K, V>>KGroupedTable<K, V>
 
- Implements
 - 
      
      
      
      
      
      
      
      IKGroupedTable<K, V>
 
- Inherited Members
 - 
    
    JVMBridgeBase<KGroupedTable<K, V>>.SExecuteWithSignature(IJavaType, string, string, params object[])JVMBridgeBase<KGroupedTable<K, V>>.SExecute<TNewClass, TReturn, TConverter>(string, params object[])
 
Constructors
KGroupedTable()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("KGroupedTable 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 KGroupedTable()
  KGroupedTable(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public KGroupedTable(IJVMBridgeBaseInitializer initializer)
  Parameters
initializerIJVMBridgeBaseInitializer
KGroupedTable(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("KGroupedTable 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 KGroupedTable(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<VR, Arg1objectSuperK, Arg1objectSuperV, Arg2objectSuperK, Arg2objectSuperV>(Initializer<VR>, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR>, Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR>)
public KTable<K, VR> Aggregate<VR, Arg1objectSuperK, Arg1objectSuperV, Arg2objectSuperK, Arg2objectSuperV>(Initializer<VR> arg0, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR> arg1, Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR> arg2) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg2objectSuperK : K where Arg2objectSuperV : V
  Parameters
arg0Initializer<VR>arg1Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR>arg2Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR>
Returns
Type Parameters
VRArg1objectSuperKKArg1objectSuperVVArg2objectSuperKKArg2objectSuperVV
Aggregate<VR, Arg1objectSuperK, Arg1objectSuperV, Arg2objectSuperK, Arg2objectSuperV>(Initializer<VR>, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR>, Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR>, Materialized<K, VR, KeyValueStore<Bytes, byte[]>>)
public KTable<K, VR> Aggregate<VR, Arg1objectSuperK, Arg1objectSuperV, Arg2objectSuperK, Arg2objectSuperV>(Initializer<VR> arg0, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR> arg1, Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR> arg2, Materialized<K, VR, KeyValueStore<Bytes, byte[]>> arg3) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg2objectSuperK : K where Arg2objectSuperV : V
  Parameters
arg0Initializer<VR>arg1Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR>arg2Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR>arg3Materialized<K, VR, KeyValueStore<Bytes, byte[]>>
Returns
Type Parameters
VRArg1objectSuperKKArg1objectSuperVVArg2objectSuperKKArg2objectSuperVV
Aggregate<VR, Arg1objectSuperK, Arg1objectSuperV, Arg2objectSuperK, Arg2objectSuperV>(Initializer<VR>, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR>, Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR>, Named)
public KTable<K, VR> Aggregate<VR, Arg1objectSuperK, Arg1objectSuperV, Arg2objectSuperK, Arg2objectSuperV>(Initializer<VR> arg0, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR> arg1, Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR> arg2, Named arg3) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg2objectSuperK : K where Arg2objectSuperV : V
  Parameters
arg0Initializer<VR>arg1Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR>arg2Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR>arg3Named
Returns
Type Parameters
VRArg1objectSuperKKArg1objectSuperVVArg2objectSuperKKArg2objectSuperVV
Aggregate<VR, Arg1objectSuperK, Arg1objectSuperV, Arg2objectSuperK, Arg2objectSuperV>(Initializer<VR>, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR>, Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR>, Named, Materialized<K, VR, KeyValueStore<Bytes, byte[]>>)
public KTable<K, VR> Aggregate<VR, Arg1objectSuperK, Arg1objectSuperV, Arg2objectSuperK, Arg2objectSuperV>(Initializer<VR> arg0, Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR> arg1, Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR> arg2, Named arg3, Materialized<K, VR, KeyValueStore<Bytes, byte[]>> arg4) where Arg1objectSuperK : K where Arg1objectSuperV : V where Arg2objectSuperK : K where Arg2objectSuperV : V
  Parameters
arg0Initializer<VR>arg1Aggregator<Arg1objectSuperK, Arg1objectSuperV, VR>arg2Aggregator<Arg2objectSuperK, Arg2objectSuperV, VR>arg3Namedarg4Materialized<K, VR, KeyValueStore<Bytes, byte[]>>
Returns
Type Parameters
VRArg1objectSuperKKArg1objectSuperVVArg2objectSuperKKArg2objectSuperVV
Count()
public KTable<K, Long> Count()
  Returns
Count(Materialized<K, Long, KeyValueStore<Bytes, byte[]>>)
public KTable<K, Long> Count(Materialized<K, Long, KeyValueStore<Bytes, byte[]>> arg0)
  Parameters
arg0Materialized<K, Long, KeyValueStore<Bytes, byte[]>>
Returns
Count(Named)
public KTable<K, Long> Count(Named arg0)
  Parameters
Returns
Count(Named, Materialized<K, Long, KeyValueStore<Bytes, byte[]>>)
public KTable<K, Long> Count(Named arg0, Materialized<K, Long, KeyValueStore<Bytes, byte[]>> arg1)
  Parameters
arg0Namedarg1Materialized<K, Long, KeyValueStore<Bytes, byte[]>>
Returns
Reduce(Reducer<V>, Reducer<V>)
public KTable<K, V> Reduce(Reducer<V> arg0, Reducer<V> arg1)
  Parameters
Returns
Reduce(Reducer<V>, Reducer<V>, Materialized<K, V, KeyValueStore<Bytes, byte[]>>)
public KTable<K, V> Reduce(Reducer<V> arg0, Reducer<V> arg1, Materialized<K, V, KeyValueStore<Bytes, byte[]>> arg2)
  Parameters
arg0Reducer<V>arg1Reducer<V>arg2Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
Reduce(Reducer<V>, Reducer<V>, Named, Materialized<K, V, KeyValueStore<Bytes, byte[]>>)
public KTable<K, V> Reduce(Reducer<V> arg0, Reducer<V> arg1, Named arg2, Materialized<K, V, KeyValueStore<Bytes, byte[]>> arg3)
  Parameters
arg0Reducer<V>arg1Reducer<V>arg2Namedarg3Materialized<K, V, KeyValueStore<Bytes, byte[]>>
Returns
Operators
implicit operator KGroupedTable(KGroupedTable<K, V>)
Converter from KGroupedTable<K, V> to KGroupedTable
public static implicit operator KGroupedTable(KGroupedTable<K, V> t)
  Parameters
tKGroupedTable<K, V>