Class PartitionConsumeRecord
java.lang.Object
io.confluent.kafkarest.entities.v3.PartitionConsumeRecord
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()abstract List<PartitionConsumeRecord.Header> abstract ObjectgetKey()abstract longabstract intabstract longabstract PartitionConsumeRecord.TimestampTypeabstract ObjectgetValue()static List<PartitionConsumeRecord> listFromConsumerRecordList(List<org.apache.kafka.clients.consumer.ConsumerRecord<byte[], byte[]>> consumerRecords, Integer messageMaxBytes, boolean returnRawBase64Records)
-
Constructor Details
-
PartitionConsumeRecord
public PartitionConsumeRecord()
-
-
Method Details
-
getPartitionId
public abstract int getPartitionId() -
getOffset
public abstract long getOffset() -
getTimestamp
public abstract long getTimestamp() -
getKey
-
getValue
-
getTimestampType
-
getHeaders
-
getExceededFields
-
builder
-
listFromConsumerRecordList
public static List<PartitionConsumeRecord> listFromConsumerRecordList(List<org.apache.kafka.clients.consumer.ConsumerRecord<byte[], byte[]>> consumerRecords, Integer messageMaxBytes, boolean returnRawBase64Records)
-