Package | Description |
---|---|
org.apache.twill.kafka.client |
This package provides Kafka client interfaces.
|
Modifier and Type | Method and Description |
---|---|
static Compression |
Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression[] |
Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KafkaPublisher |
KafkaClient.getPublisher(KafkaPublisher.Ack ack,
Compression compression)
Creates a
KafkaPublisher that is ready for publish. |
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.