Package org.apache.storm.hive.trident
Class HiveStateFactory
- java.lang.Object
- 
- org.apache.storm.hive.trident.HiveStateFactory
 
- 
- All Implemented Interfaces:
- Serializable,- StateFactory
 
 @Deprecated(since="2.7.1", forRemoval=true) public class HiveStateFactory extends Object implements StateFactory Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description HiveStateFactory()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 StatemakeState(Map<String,Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions)Deprecated, for removal: This API element is subject to removal in a future version.HiveStateFactorywithOptions(HiveOptions options)Deprecated, for removal: This API element is subject to removal in a future version.The options for connecting to Hive.
 
- 
- 
- 
Method Detail- 
withOptionspublic HiveStateFactory withOptions(HiveOptions options) Deprecated, for removal: This API element is subject to removal in a future version.The options for connecting to Hive.
 - 
makeStatepublic State makeState(Map<String,Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- makeStatein interface- StateFactory
 
 
- 
 
-