Table of Contents

Class DeferredEventQueue

Namespace
Org.Apache.Kafka.Deferred
Assembly
MASES.KNet.dll
public class DeferredEventQueue : JVMBridgeBase<DeferredEventQueue>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
DeferredEventQueue
Implements

Constructors

DeferredEventQueue(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 DeferredEventQueue(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

DeferredEventQueue(LogContext)

public DeferredEventQueue(LogContext arg0)

Parameters

arg0 LogContext

LogContext

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Add(long, DeferredEvent)

public void Add(long arg0, DeferredEvent arg1)

Parameters

arg0 long

long

arg1 DeferredEvent

DeferredEvent

CompleteUpTo(long)

public void CompleteUpTo(long arg0)

Parameters

arg0 long

long

CreatePoolableInstance(LogContext)

HPA initializer for DeferredEventQueue(Org.Apache.Kafka.Common.Utils.LogContext arg0)

public static DeferredEventQueue CreatePoolableInstance(LogContext arg0)

Parameters

arg0 LogContext

Returns

DeferredEventQueue

FailAll(JVMBridgeException)

public void FailAll(JVMBridgeException arg0)

Parameters

arg0 JVMBridgeException

Throwable

HighestPendingOffset()

public OptionalLong HighestPendingOffset()

Returns

OptionalLong

OptionalLong