Table of Contents

Class CsvUtils.CsvRecordWithGroup

Namespace
Org.Apache.Kafka.Tools.Consumer.Group
Assembly
MASES.KNet.dll
public class CsvUtils.CsvRecordWithGroup : JVMBridgeBase<CsvUtils.CsvRecordWithGroup>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
CsvUtils.CsvRecordWithGroup
Implements

Constructors

CsvRecordWithGroup()

public CsvRecordWithGroup()

CsvRecordWithGroup(String, String, int, long)

public CsvRecordWithGroup(String arg0, String arg1, int arg2, long arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 int

int

arg3 long

long

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FIELDS

public static String[] FIELDS { get; set; }

Property Value

String[]

Group

public String Group { get; set; }

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

Offset

public long Offset { get; set; }

Property Value

long

Partition

public int Partition { get; set; }

Property Value

int

Topic

public String Topic { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for CsvRecordWithGroup()

public static CsvUtils.CsvRecordWithGroup CreatePoolableInstance()

Returns

CsvUtils.CsvRecordWithGroup

CreatePoolableInstance(String, String, int, long)

HPA initializer for CsvRecordWithGroup(Java.Lang.String arg0, Java.Lang.String arg1, int arg2, long arg3)

public static CsvUtils.CsvRecordWithGroup CreatePoolableInstance(String arg0, String arg1, int arg2, long arg3)

Parameters

arg0 String
arg1 String
arg2 int
arg3 long

Returns

CsvUtils.CsvRecordWithGroup