Class JdbcState
java.lang.Object
org.apache.storm.jdbc.trident.state.JdbcState
- All Implemented Interfaces:
- State
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJdbcState(Map<String, Object> map, int partitionIndex, int numPartitions, JdbcState.Options options) 
- 
Method SummaryModifier and TypeMethodDescriptionbatchRetrieve(List<TridentTuple> tridentTuples) voidbeginCommit(Long someLong) voidprotected voidprepare()voidupdateState(List<TridentTuple> tuples, TridentCollector collector) 
- 
Constructor Details- 
JdbcStateprotected JdbcState(Map<String, Object> map, int partitionIndex, int numPartitions, JdbcState.Options options) 
 
- 
- 
Method Details- 
prepareprotected void prepare()
- 
beginCommit- Specified by:
- beginCommitin interface- State
 
- 
commit
- 
updateState
- 
batchRetrieve
 
-