Table of Contents

Class ControlRecordType

Namespace
Org.Apache.Kafka.Common.Record
Assembly
MASES.KNet.dll
public class ControlRecordType : Enum<ControlRecordType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Enum<ControlRecordType>>
ControlRecordType
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<ControlRecordType>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<ControlRecordType>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<ControlRecordType>>.Execute<T>(params T[])
JVMBridgeBase<Enum<ControlRecordType>>.DynBridgeClazz
JVMBridgeBase<Enum<ControlRecordType>>.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

ControlRecordType()

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

public ControlRecordType()

ControlRecordType(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

public ControlRecordType(params object[] args)

Parameters

args object[]

Properties

ABORT

public static ControlRecordType ABORT { get; }

Property Value

ControlRecordType

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

COMMIT

public static ControlRecordType COMMIT { get; }

Property Value

ControlRecordType

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

KRAFT_VERSION

public static ControlRecordType KRAFT_VERSION { get; }

Property Value

ControlRecordType

KRAFT_VOTERS

public static ControlRecordType KRAFT_VOTERS { get; }

Property Value

ControlRecordType

LEADER_CHANGE

public static ControlRecordType LEADER_CHANGE { get; }

Property Value

ControlRecordType
public static ControlRecordType SNAPSHOT_FOOTER { get; }

Property Value

ControlRecordType

SNAPSHOT_HEADER

public static ControlRecordType SNAPSHOT_HEADER { get; }

Property Value

ControlRecordType

UNKNOWN

public static ControlRecordType UNKNOWN { get; }

Property Value

ControlRecordType

Methods

FromTypeId(short)

public static ControlRecordType FromTypeId(short arg0)

Parameters

arg0 short

short

Returns

ControlRecordType

ControlRecordType

Parse(ByteBuffer)

public static ControlRecordType Parse(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer

Returns

ControlRecordType

ControlRecordType

ParseTypeId(ByteBuffer)

public static short ParseTypeId(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer

Returns

short

short

Type()

public short Type()

Returns

short

short

ValueOf(String)

public static ControlRecordType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

ControlRecordType

ControlRecordType

Values()

public static ControlRecordType[] Values()

Returns

ControlRecordType[]

ControlRecordType