Uses of Class
org.apache.storm.hive.common.HiveOptions
Packages that use HiveOptions
Package
Description
-
Uses of HiveOptions in org.apache.storm.hive.bolt
Constructors in org.apache.storm.hive.bolt with parameters of type HiveOptions -
Uses of HiveOptions in org.apache.storm.hive.common
Methods in org.apache.storm.hive.common that return HiveOptionsModifier and TypeMethodDescriptionHiveOptions.withAutoCreatePartitions
(Boolean autoCreatePartitions) HiveOptions.withBatchSize
(Integer batchSize) HiveOptions.withCallTimeout
(Integer callTimeout) HiveOptions.withHeartBeatInterval
(Integer heartBeatInterval) HiveOptions.withIdleTimeout
(Integer idleTimeout) HiveOptions.withKerberosKeytab
(String kerberosKeytab) HiveOptions.withKerberosPrincipal
(String kerberosPrincipal) HiveOptions.withMaxOpenConnections
(Integer maxOpenConnections) HiveOptions.withTickTupleInterval
(Integer tickInterval) HiveOptions.withTxnsPerBatch
(Integer txnsPerBatch) Methods in org.apache.storm.hive.common with parameters of type HiveOptionsModifier and TypeMethodDescriptionstatic org.apache.hive.hcatalog.streaming.HiveEndPoint
HiveUtils.makeEndPoint
(List<String> partitionVals, HiveOptions options) static HiveWriter
HiveUtils.makeHiveWriter
(org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint, ExecutorService callTimeoutPool, org.apache.hadoop.security.UserGroupInformation ugi, HiveOptions options, boolean tokenAuthEnabled) -
Uses of HiveOptions in org.apache.storm.hive.trident
Methods in org.apache.storm.hive.trident with parameters of type HiveOptionsModifier and TypeMethodDescriptionHiveStateFactory.withOptions
(HiveOptions options) The options for connecting to Hive.Constructors in org.apache.storm.hive.trident with parameters of type HiveOptions