Package | Description |
---|---|
org.opennms.smoketest.stacks |
Modifier and Type | Method and Description |
---|---|
static KafkaCompressionStrategy |
KafkaCompressionStrategy.get(String codec) |
KafkaCompressionStrategy |
StackModel.getKafkaCompressionStrategy() |
static KafkaCompressionStrategy |
KafkaCompressionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaCompressionStrategy[] |
KafkaCompressionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StackModel.Builder |
StackModel.Builder.withKafkaCompressionStrategy(KafkaCompressionStrategy kafkaCompressionStrategy)
Type of compression used with Kafka messages.
|
Copyright © 2022. All rights reserved.