Package | Description |
---|---|
org.apache.storm.kafka.spout | |
org.apache.storm.kafka.spout.internal |
Modifier and Type | Field and Description |
---|---|
static KafkaSpoutConfig.ProcessingGuarantee |
KafkaSpoutConfig.DEFAULT_PROCESSING_GUARANTEE |
Modifier and Type | Method and Description |
---|---|
KafkaSpoutConfig.ProcessingGuarantee |
KafkaSpoutConfig.getProcessingGuarantee() |
static KafkaSpoutConfig.ProcessingGuarantee |
KafkaSpoutConfig.ProcessingGuarantee.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaSpoutConfig.ProcessingGuarantee[] |
KafkaSpoutConfig.ProcessingGuarantee.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KafkaSpoutConfig.Builder<K,V> |
KafkaSpoutConfig.Builder.setProcessingGuarantee(KafkaSpoutConfig.ProcessingGuarantee processingGuarantee)
Specifies which processing guarantee the spout should offer.
|
Constructor and Description |
---|
CommitMetadataManager(TopologyContext context,
KafkaSpoutConfig.ProcessingGuarantee processingGuarantee)
Create a manager with the given context.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.