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) -
Uses of HiveOptions in org.apache.storm.hive.common
Methods in org.apache.storm.hive.common that return HiveOptions Modifier and Type Method Description HiveOptionsHiveOptions. withAutoCreatePartitions(Boolean autoCreatePartitions)HiveOptionsHiveOptions. withBatchSize(Integer batchSize)HiveOptionsHiveOptions. withCallTimeout(Integer callTimeout)HiveOptionsHiveOptions. withHeartBeatInterval(Integer heartBeatInterval)HiveOptionsHiveOptions. withIdleTimeout(Integer idleTimeout)HiveOptionsHiveOptions. withKerberosKeytab(String kerberosKeytab)HiveOptionsHiveOptions. withKerberosPrincipal(String kerberosPrincipal)HiveOptionsHiveOptions. withMaxOpenConnections(Integer maxOpenConnections)HiveOptionsHiveOptions. withTickTupleInterval(Integer tickInterval)HiveOptionsHiveOptions. withTxnsPerBatch(Integer txnsPerBatch)Methods in org.apache.storm.hive.common with parameters of type HiveOptions Modifier and Type Method Description static org.apache.hive.hcatalog.streaming.HiveEndPointHiveUtils. makeEndPoint(List<String> partitionVals, HiveOptions options)static HiveWriterHiveUtils. 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 HiveOptions Modifier and Type Method Description HiveStateFactoryHiveStateFactory. withOptions(HiveOptions options)The options for connecting to Hive.Constructors in org.apache.storm.hive.trident with parameters of type HiveOptions Constructor Description HiveState(HiveOptions options)
-