| 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 aLong)  | 
void | 
commit(Long aLong)  | 
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 aLong)
beginCommit in interface Statepublic void updateState(List<TridentTuple> tuples, TridentCollector collector)
public List<List<Values>> batchRetrieve(List<TridentTuple> tridentTuples)
Copyright © 2019 The Apache Software Foundation. All rights reserved.