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>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateState
(HiveState state, List<TridentTuple> tuples, TridentCollector collector) Methods inherited from class org.apache.storm.trident.operation.BaseOperation
cleanup, prepare
-
Constructor Details
-
HiveUpdater
public HiveUpdater()
-
-
Method Details
-
updateState
-