Package org.apache.storm.hive.common
Class HiveOptions
- java.lang.Object
- 
- org.apache.storm.hive.common.HiveOptions
 
- 
- All Implemented Interfaces:
- Serializable
 
 @Deprecated(since="2.7.1", forRemoval=true) public class HiveOptions extends Object implements Serializable Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected BooleanautoCreatePartitionsDeprecated, for removal: This API element is subject to removal in a future version.protected IntegerbatchSizeDeprecated, for removal: This API element is subject to removal in a future version.protected IntegercallTimeoutDeprecated, for removal: This API element is subject to removal in a future version.protected StringdatabaseNameDeprecated, for removal: This API element is subject to removal in a future version.static intDEFAULT_TICK_TUPLE_INTERVAL_SECSDeprecated, for removal: This API element is subject to removal in a future version.Half of the default Config.TOPOLOGY_MESSAGE_TIMEOUT_SECSprotected IntegerheartBeatIntervalDeprecated, for removal: This API element is subject to removal in a future version.protected IntegeridleTimeoutDeprecated, for removal: This API element is subject to removal in a future version.protected StringkerberosKeytabDeprecated, for removal: This API element is subject to removal in a future version.protected StringkerberosPrincipalDeprecated, for removal: This API element is subject to removal in a future version.protected HiveMappermapperDeprecated, for removal: This API element is subject to removal in a future version.protected IntegermaxOpenConnectionsDeprecated, for removal: This API element is subject to removal in a future version.protected StringmetaStoreURIDeprecated, for removal: This API element is subject to removal in a future version.protected StringtableNameDeprecated, for removal: This API element is subject to removal in a future version.protected IntegertickTupleIntervalDeprecated, for removal: This API element is subject to removal in a future version.protected IntegertxnsPerBatchDeprecated, for removal: This API element is subject to removal in a future version.
 - 
Constructor SummaryConstructors Constructor Description HiveOptions(String metaStoreUri, String databaseName, String tableName, HiveMapper mapper)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 BooleangetAutoCreatePartitions()Deprecated, for removal: This API element is subject to removal in a future version.IntegergetBatchSize()Deprecated, for removal: This API element is subject to removal in a future version.IntegergetCallTimeOut()Deprecated, for removal: This API element is subject to removal in a future version.StringgetDatabaseName()Deprecated, for removal: This API element is subject to removal in a future version.IntegergetHeartBeatInterval()Deprecated, for removal: This API element is subject to removal in a future version.IntegergetIdleTimeout()Deprecated, for removal: This API element is subject to removal in a future version.StringgetKerberosKeytab()Deprecated, for removal: This API element is subject to removal in a future version.StringgetKerberosPrincipal()Deprecated, for removal: This API element is subject to removal in a future version.HiveMappergetMapper()Deprecated, for removal: This API element is subject to removal in a future version.IntegergetMaxOpenConnections()Deprecated, for removal: This API element is subject to removal in a future version.StringgetMetaStoreURI()Deprecated, for removal: This API element is subject to removal in a future version.StringgetTableName()Deprecated, for removal: This API element is subject to removal in a future version.IntegergetTickTupleInterval()Deprecated, for removal: This API element is subject to removal in a future version.IntegergetTxnsPerBatch()Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithAutoCreatePartitions(Boolean autoCreatePartitions)Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithBatchSize(Integer batchSize)Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithCallTimeout(Integer callTimeout)Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithHeartBeatInterval(Integer heartBeatInterval)Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithIdleTimeout(Integer idleTimeout)Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithKerberosKeytab(String kerberosKeytab)Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithKerberosPrincipal(String kerberosPrincipal)Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithMaxOpenConnections(Integer maxOpenConnections)Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithTickTupleInterval(Integer tickInterval)Deprecated, for removal: This API element is subject to removal in a future version.HiveOptionswithTxnsPerBatch(Integer txnsPerBatch)Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
- 
Field Detail- 
DEFAULT_TICK_TUPLE_INTERVAL_SECSpublic static final int DEFAULT_TICK_TUPLE_INTERVAL_SECS Deprecated, for removal: This API element is subject to removal in a future version.Half of the default Config.TOPOLOGY_MESSAGE_TIMEOUT_SECS- See Also:
- Constant Field Values
 
 - 
mapperprotected HiveMapper mapper Deprecated, for removal: This API element is subject to removal in a future version.
 - 
databaseNameprotected String databaseName Deprecated, for removal: This API element is subject to removal in a future version.
 - 
tableNameprotected String tableName Deprecated, for removal: This API element is subject to removal in a future version.
 - 
metaStoreURIprotected String metaStoreURI Deprecated, for removal: This API element is subject to removal in a future version.
 - 
txnsPerBatchprotected Integer txnsPerBatch Deprecated, for removal: This API element is subject to removal in a future version.
 - 
maxOpenConnectionsprotected Integer maxOpenConnections Deprecated, for removal: This API element is subject to removal in a future version.
 - 
batchSizeprotected Integer batchSize Deprecated, for removal: This API element is subject to removal in a future version.
 - 
idleTimeoutprotected Integer idleTimeout Deprecated, for removal: This API element is subject to removal in a future version.
 - 
callTimeoutprotected Integer callTimeout Deprecated, for removal: This API element is subject to removal in a future version.
 - 
heartBeatIntervalprotected Integer heartBeatInterval Deprecated, for removal: This API element is subject to removal in a future version.
 - 
autoCreatePartitionsprotected Boolean autoCreatePartitions Deprecated, for removal: This API element is subject to removal in a future version.
 - 
kerberosPrincipalprotected String kerberosPrincipal Deprecated, for removal: This API element is subject to removal in a future version.
 - 
kerberosKeytabprotected String kerberosKeytab Deprecated, for removal: This API element is subject to removal in a future version.
 - 
tickTupleIntervalprotected Integer tickTupleInterval Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
 - 
Constructor Detail- 
HiveOptionspublic HiveOptions(String metaStoreUri, String databaseName, String tableName, HiveMapper mapper) Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
 - 
Method Detail- 
withTickTupleIntervalpublic HiveOptions withTickTupleInterval(Integer tickInterval) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
withTxnsPerBatchpublic HiveOptions withTxnsPerBatch(Integer txnsPerBatch) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
withMaxOpenConnectionspublic HiveOptions withMaxOpenConnections(Integer maxOpenConnections) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
withBatchSizepublic HiveOptions withBatchSize(Integer batchSize) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
withIdleTimeoutpublic HiveOptions withIdleTimeout(Integer idleTimeout) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
withCallTimeoutpublic HiveOptions withCallTimeout(Integer callTimeout) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
withHeartBeatIntervalpublic HiveOptions withHeartBeatInterval(Integer heartBeatInterval) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
withAutoCreatePartitionspublic HiveOptions withAutoCreatePartitions(Boolean autoCreatePartitions) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
withKerberosKeytabpublic HiveOptions withKerberosKeytab(String kerberosKeytab) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
withKerberosPrincipalpublic HiveOptions withKerberosPrincipal(String kerberosPrincipal) Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getMetaStoreURIpublic String getMetaStoreURI() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getDatabaseNamepublic String getDatabaseName() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getTableNamepublic String getTableName() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getMapperpublic HiveMapper getMapper() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getBatchSizepublic Integer getBatchSize() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getCallTimeOutpublic Integer getCallTimeOut() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getHeartBeatIntervalpublic Integer getHeartBeatInterval() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getMaxOpenConnectionspublic Integer getMaxOpenConnections() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getIdleTimeoutpublic Integer getIdleTimeout() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getTxnsPerBatchpublic Integer getTxnsPerBatch() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getAutoCreatePartitionspublic Boolean getAutoCreatePartitions() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getKerberosPrincipalpublic String getKerberosPrincipal() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getKerberosKeytabpublic String getKerberosKeytab() Deprecated, for removal: This API element is subject to removal in a future version.
 - 
getTickTupleIntervalpublic Integer getTickTupleInterval() Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
 
-