Class AggregationWithHeaders<AGG, TJVMAGG>
KNet Implementation of ValueAndTimestamp<V>
public class AggregationWithHeaders<AGG, TJVMAGG> : IKNetInnerReference<AggregationWithHeaders<TJVMAGG>>, IGenericSerDesFactoryApplier, IDisposable
Type Parameters
AGGThe value type
TJVMAGGThe JVM type of
AGG
- Inheritance
-
AggregationWithHeaders<AGG, TJVMAGG>
- Implements
-
IKNetInnerReference<AggregationWithHeaders<TJVMAGG>>
Properties
Aggregation
public AGG Aggregation { get; }
Property Value
- AGG
AGG
Headers
public Headers Headers { get; }
Property Value
InnerReference
The underlying inner reference used from KNet object instance
public AggregationWithHeaders<TJVMAGG> InnerReference { get; }
Property Value
- AggregationWithHeaders<TJVMAGG>
Methods
CheckDisposed()
Test if this instance was disposed
protected void CheckDisposed()
Exceptions
- ObjectDisposedException
When this instance was disposed
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
Implements the pattern described in https://learn.microsoft.com/en-en/dotnet/standard/garbage-collection/implementing-dispose
protected virtual void Dispose(bool disposing)