@Deprecated public class TridentKafkaState extends Object implements State
| Constructor and Description |
|---|
TridentKafkaState()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
beginCommit(Long txid)
Deprecated.
|
void |
commit(Long txid)
Deprecated.
|
void |
prepare(Properties options)
Deprecated.
|
void |
updateState(List<TridentTuple> tuples,
TridentCollector collector)
Deprecated.
|
TridentKafkaState |
withKafkaTopicSelector(KafkaTopicSelector selector)
Deprecated.
|
TridentKafkaState |
withTridentTupleToKafkaMapper(TridentTupleToKafkaMapper mapper)
Deprecated.
|
public TridentKafkaState withTridentTupleToKafkaMapper(TridentTupleToKafkaMapper mapper)
public TridentKafkaState withKafkaTopicSelector(KafkaTopicSelector selector)
public void beginCommit(Long txid)
beginCommit in interface Statepublic void prepare(Properties options)
public void updateState(List<TridentTuple> tuples, TridentCollector collector)
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.