Package org.apache.storm.hive.trident
Class HiveState
- java.lang.Object
- 
- org.apache.storm.hive.trident.HiveState
 
- 
- All Implemented Interfaces:
- State
 
 @Deprecated(since="2.7.1", forRemoval=true) public class HiveState extends Object implements State Deprecated, for removal: This API element is subject to removal in a future version.
- 
- 
Constructor SummaryConstructors Constructor Description HiveState(HiveOptions options)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 voidbeginCommit(Long txId)Deprecated, for removal: This API element is subject to removal in a future version.voidcleanup()Deprecated, for removal: This API element is subject to removal in a future version.voidcommit(Long txId)Deprecated, for removal: This API element is subject to removal in a future version.voidprepare(Map<String,Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions)Deprecated, for removal: This API element is subject to removal in a future version.voidupdateState(List<TridentTuple> tuples, TridentCollector collector)Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
- 
Constructor Detail- 
HiveStatepublic HiveState(HiveOptions options) Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
 - 
Method Detail- 
beginCommitpublic void beginCommit(Long txId) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- beginCommitin interface- State
 
 - 
commitpublic void commit(Long txId) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
preparepublic void prepare(Map<String,Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
updateStatepublic void updateState(List<TridentTuple> tuples, TridentCollector collector) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
cleanuppublic void cleanup() Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
 
-