|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Producer<K,V>
The interface for the KafkaProducer
KafkaProducer
,
MockProducer
Method Summary | |
---|---|
void |
close()
Close this producer |
java.util.Map<MetricName,? extends Metric> |
metrics()
Return a map of metrics maintained by the producer |
java.util.List<PartitionInfo> |
partitionsFor(java.lang.String topic)
Get a list of partitions for the given topic for custom partition assignment. |
java.util.concurrent.Future<RecordMetadata> |
send(ProducerRecord<K,V> record)
Send the given record asynchronously and return a future which will eventually contain the response information. |
java.util.concurrent.Future<RecordMetadata> |
send(ProducerRecord<K,V> record,
Callback callback)
Send a record and invoke the given callback when the record has been acknowledged by the server |
Method Detail |
---|
java.util.concurrent.Future<RecordMetadata> send(ProducerRecord<K,V> record)
record
- The record to send
java.util.concurrent.Future<RecordMetadata> send(ProducerRecord<K,V> record, Callback callback)
java.util.List<PartitionInfo> partitionsFor(java.lang.String topic)
java.util.Map<MetricName,? extends Metric> metrics()
void close()
close
in interface java.io.Closeable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |