Table of Contents

Class Suppressed.BufferConfig

Namespace
Org.Apache.Kafka.Streams.Kstream
Assembly
MASES.KNet.dll
public class Suppressed.BufferConfig : JVMBridgeBase<Suppressed.BufferConfig>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Suppressed.BufferConfig>
Suppressed.BufferConfig
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Suppressed.BufferConfig>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Suppressed.BufferConfig>.IsAssignableFrom<T>()
JVMBridgeBase<Suppressed.BufferConfig>.Execute<T>(params T[])
JVMBridgeBase<Suppressed.BufferConfig>.DynBridgeClazz
JVMBridgeBase<Suppressed.BufferConfig>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

Constructors

BufferConfig()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("BufferConfig 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 BufferConfig()

BufferConfig(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("BufferConfig 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 BufferConfig(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

EmitEarlyWhenFull()

public Suppressed.EagerBufferConfig EmitEarlyWhenFull()

Returns

Suppressed.EagerBufferConfig

Suppressed.EagerBufferConfig

MaxBytes(long)

public static Suppressed.EagerBufferConfig MaxBytes(long arg0)

Parameters

arg0 long

long

Returns

Suppressed.EagerBufferConfig

Suppressed.EagerBufferConfig

MaxRecords(long)

public static Suppressed.EagerBufferConfig MaxRecords(long arg0)

Parameters

arg0 long

long

Returns

Suppressed.EagerBufferConfig

Suppressed.EagerBufferConfig

ShutDownWhenFull()

public Suppressed.StrictBufferConfig ShutDownWhenFull()

Returns

Suppressed.StrictBufferConfig

Suppressed.StrictBufferConfig

Unbounded()

public static Suppressed.StrictBufferConfig Unbounded()

Returns

Suppressed.StrictBufferConfig

Suppressed.StrictBufferConfig

WithLoggingDisabled()

public Suppressed.BufferConfig WithLoggingDisabled()

Returns

Suppressed.BufferConfig

Suppressed.BufferConfig

WithLoggingEnabled(Map)

public Suppressed.BufferConfig WithLoggingEnabled(Map arg0)

Parameters

arg0 Map

Map

Returns

Suppressed.BufferConfig

Suppressed.BufferConfig

WithMaxBytes(long)

public Suppressed.BufferConfig WithMaxBytes(long arg0)

Parameters

arg0 long

long

Returns

Suppressed.BufferConfig

Suppressed.BufferConfig

WithMaxRecords(long)

public Suppressed.BufferConfig WithMaxRecords(long arg0)

Parameters

arg0 long

long

Returns

Suppressed.BufferConfig

Suppressed.BufferConfig

WithNoBound()

public Suppressed.StrictBufferConfig WithNoBound()

Returns

Suppressed.StrictBufferConfig

Suppressed.StrictBufferConfig