Uses of Class
org.apache.storm.hive.common.HiveOptions
-
Packages that use HiveOptions Package Description org.apache.storm.hive.bolt org.apache.storm.hive.common org.apache.storm.hive.trident -
-
Uses of HiveOptions in org.apache.storm.hive.bolt
Constructors in org.apache.storm.hive.bolt with parameters of type HiveOptions Constructor Description HiveBolt(HiveOptions options)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of HiveOptions in org.apache.storm.hive.common
Methods in org.apache.storm.hive.common that return HiveOptions Modifier and Type Method Description HiveOptions
HiveOptions. withAutoCreatePartitions(Boolean autoCreatePartitions)
Deprecated, for removal: This API element is subject to removal in a future version.HiveOptions
HiveOptions. withBatchSize(Integer batchSize)
Deprecated, for removal: This API element is subject to removal in a future version.HiveOptions
HiveOptions. withCallTimeout(Integer callTimeout)
Deprecated, for removal: This API element is subject to removal in a future version.HiveOptions
HiveOptions. withHeartBeatInterval(Integer heartBeatInterval)
Deprecated, for removal: This API element is subject to removal in a future version.HiveOptions
HiveOptions. withIdleTimeout(Integer idleTimeout)
Deprecated, for removal: This API element is subject to removal in a future version.HiveOptions
HiveOptions. withKerberosKeytab(String kerberosKeytab)
Deprecated, for removal: This API element is subject to removal in a future version.HiveOptions
HiveOptions. withKerberosPrincipal(String kerberosPrincipal)
Deprecated, for removal: This API element is subject to removal in a future version.HiveOptions
HiveOptions. withMaxOpenConnections(Integer maxOpenConnections)
Deprecated, for removal: This API element is subject to removal in a future version.HiveOptions
HiveOptions. withTickTupleInterval(Integer tickInterval)
Deprecated, for removal: This API element is subject to removal in a future version.HiveOptions
HiveOptions. withTxnsPerBatch(Integer txnsPerBatch)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.storm.hive.common with parameters of type HiveOptions Modifier and Type Method Description static org.apache.hive.hcatalog.streaming.HiveEndPoint
HiveUtils. makeEndPoint(List<String> partitionVals, HiveOptions options)
Deprecated, for removal: This API element is subject to removal in a future version.static HiveWriter
HiveUtils. makeHiveWriter(org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint, ExecutorService callTimeoutPool, org.apache.hadoop.security.UserGroupInformation ugi, HiveOptions options, boolean tokenAuthEnabled)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of HiveOptions in org.apache.storm.hive.trident
Methods in org.apache.storm.hive.trident with parameters of type HiveOptions Modifier and Type Method Description HiveStateFactory
HiveStateFactory. withOptions(HiveOptions options)
Deprecated, for removal: This API element is subject to removal in a future version.The options for connecting to Hive.Constructors in org.apache.storm.hive.trident with parameters of type HiveOptions Constructor Description HiveState(HiveOptions options)
Deprecated, for removal: This API element is subject to removal in a future version.
-