Class CsvUtils.CsvRecordWithGroup
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
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FIELDS
public static String[] FIELDS { get; set; }
Property Value
- String[]
Group
https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.2.1/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#getGroup() https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.2.1/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#setGroup(java.lang.String)
public String Group { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Offset
https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.2.1/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#getOffset() https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.2.1/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#setOffset(long)
public long Offset { get; set; }
Property Value
Partition
https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.2.1/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#getPartition() https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.2.1/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#setPartition(int)
public int Partition { get; set; }
Property Value
Topic
https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.2.1/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#getTopic() https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.2.1/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#setTopic(java.lang.String)
public String Topic { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for CsvRecordWithGroup()
public static CsvUtils.CsvRecordWithGroup CreatePoolableInstance()
Returns
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)