| Modifier and Type | Class and Description | 
|---|---|
| static class  | JdbcState.Options | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | JdbcState(Map<String,Object> map,
         int partitionIndex,
         int numPartitions,
         JdbcState.Options options) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<List<Values>> | batchRetrieve(List<TridentTuple> tridentTuples) | 
| void | beginCommit(Long someLong) | 
| void | commit(Long someLong) | 
| protected void | prepare() | 
| void | updateState(List<TridentTuple> tuples,
           TridentCollector collector) | 
protected JdbcState(Map<String,Object> map, int partitionIndex, int numPartitions, JdbcState.Options options)
protected void prepare()
public void beginCommit(Long someLong)
beginCommit in interface Statepublic void updateState(List<TridentTuple> tuples, TridentCollector collector)
public List<List<Values>> batchRetrieve(List<TridentTuple> tridentTuples)
Copyright © 2022 The Apache Software Foundation. All rights reserved.