Package | Description |
---|---|
org.apache.storm.kafka.spout | |
org.apache.storm.kafka.spout.internal |
Modifier and Type | Method and Description |
---|---|
static FirstPollOffsetStrategy |
FirstPollOffsetStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FirstPollOffsetStrategy[] |
FirstPollOffsetStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static FirstPollOffsetStrategy |
CommonKafkaSpoutConfig.DEFAULT_FIRST_POLL_OFFSET_STRATEGY |
Modifier and Type | Method and Description |
---|---|
FirstPollOffsetStrategy |
CommonKafkaSpoutConfig.getFirstPollOffsetStrategy() |
Modifier and Type | Method and Description |
---|---|
T |
CommonKafkaSpoutConfig.Builder.setFirstPollOffsetStrategy(FirstPollOffsetStrategy firstPollOffsetStrategy)
Sets the offset used by the Kafka spout in the first poll to Kafka broker upon process start.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.