Class CsvUtils.CsvRecordWithGroup
public class CsvUtils.CsvRecordWithGroup : JVMBridgeBase<CsvUtils.CsvRecordWithGroup>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
CsvUtils.CsvRecordWithGroup
- Implements
- Inherited Members
Constructors
CsvRecordWithGroup()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public CsvRecordWithGroup()
CsvRecordWithGroup(String, String, int, long)
public CsvRecordWithGroup(String arg0, String arg1, int arg2, long arg3)
Parameters
CsvRecordWithGroup(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 CsvRecordWithGroup(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FIELDS
public static String[] FIELDS { get; }
Property Value
- String[]
Group
https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.0.0/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#getGroup() https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.0.0/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 Closeable
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.0.0/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#getOffset() https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.0.0/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.0.0/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#getPartition() https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.0.0/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.0.0/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#getTopic() https://www.javadoc.io/doc/org.apache.kafka/kafka-tools/4.0.0/org/apache/kafka/tools/consumer/group/CsvUtils.CsvRecordWithGroup.html#setTopic(java.lang.String)
public String Topic { get; set; }