public class KafkaRecord<K,V> extends Object implements Serializable
| Constructor and Description |
|---|
KafkaRecord(String topic,
int partition,
long offset,
K key,
V value) |
KafkaRecord(String topic,
int partition,
long offset,
KV<K,V> kv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
KV<K,V> |
getKV() |
long |
getOffset() |
int |
getPartition() |
String |
getTopic() |
int |
hashCode() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.