public class EsUpdater extends BaseStateUpdater<org.apache.storm.elasticsearch.trident.EsState>
Constructor and Description |
---|
EsUpdater() |
Modifier and Type | Method and Description |
---|---|
void |
updateState(org.apache.storm.elasticsearch.trident.EsState state,
List<TridentTuple> tuples,
TridentCollector collector)
Each tuple should have relevant fields (source, index, type, id) for EsState’s tupleMapper to extract ES document.
|
cleanup, prepare
public void updateState(org.apache.storm.elasticsearch.trident.EsState state, List<TridentTuple> tuples, TridentCollector collector)
Each tuple should have relevant fields (source, index, type, id) for EsState’s tupleMapper to extract ES document.
Copyright © 2022 The Apache Software Foundation. All rights reserved.