| Constructor and Description | 
|---|
| HiveState(HiveOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | beginCommit(Long txId) | 
| void | cleanup() | 
| void | commit(Long txId) | 
| void | prepare(Map<String,Object> conf,
       IMetricsContext metrics,
       int partitionIndex,
       int numPartitions) | 
| void | updateState(List<TridentTuple> tuples,
           TridentCollector collector) | 
public HiveState(HiveOptions options)
public void beginCommit(Long txId)
beginCommit in interface Statepublic void prepare(Map<String,Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
public void updateState(List<TridentTuple> tuples, TridentCollector collector)
public void cleanup()
Copyright © 2019 The Apache Software Foundation. All rights reserved.