Package org.apache.storm.hive.trident
Class HiveUpdater
- java.lang.Object
- 
- org.apache.storm.trident.operation.BaseOperation
- 
- org.apache.storm.trident.state.BaseStateUpdater<HiveState>
- 
- org.apache.storm.hive.trident.HiveUpdater
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Operation,- StateUpdater<HiveState>
 
 @Deprecated(since="2.7.1", forRemoval=true) public class HiveUpdater extends BaseStateUpdater<HiveState> Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description HiveUpdater()Deprecated, for removal: This API element is subject to removal in a future version.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidupdateState(HiveState state, List<TridentTuple> tuples, TridentCollector collector)Deprecated, for removal: This API element is subject to removal in a future version.- 
Methods inherited from class org.apache.storm.trident.operation.BaseOperationcleanup, prepare
 
- 
 
- 
- 
- 
Method Detail- 
updateStatepublic void updateState(HiveState state, List<TridentTuple> tuples, TridentCollector collector) Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
 
-