@Deprecated public class DruidBeamState<E> extends Object implements State
Trident State
implementation for Druid.
Constructor and Description |
---|
DruidBeamState(com.metamx.tranquility.beam.Beam<E> beam,
ITupleDruidEventMapper<E> druidEventMapper)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
beginCommit(Long txid)
Deprecated.
|
void |
close()
Deprecated.
|
void |
commit(Long txid)
Deprecated.
|
List<E> |
update(List<TridentTuple> tuples,
TridentCollector collector)
Deprecated.
|
public DruidBeamState(com.metamx.tranquility.beam.Beam<E> beam, ITupleDruidEventMapper<E> druidEventMapper)
public List<E> update(List<TridentTuple> tuples, TridentCollector collector)
public void close()
public void beginCommit(Long txid)
beginCommit
in interface State
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.