Uses of Interface
org.apache.storm.hive.bolt.mapper.HiveMapper
-
Packages that use HiveMapper Package Description org.apache.storm.hive.bolt.mapper org.apache.storm.hive.common -
-
Uses of HiveMapper in org.apache.storm.hive.bolt.mapper
Classes in org.apache.storm.hive.bolt.mapper that implement HiveMapper Modifier and Type Class Description class
DelimitedRecordHiveMapper
Deprecated, for removal: This API element is subject to removal in a future version.class
JsonRecordHiveMapper
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of HiveMapper in org.apache.storm.hive.common
Fields in org.apache.storm.hive.common declared as HiveMapper Modifier and Type Field Description protected HiveMapper
HiveOptions. mapper
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.storm.hive.common that return HiveMapper Modifier and Type Method Description HiveMapper
HiveOptions. getMapper()
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 HiveMapper Modifier and Type Method Description org.apache.hive.hcatalog.streaming.RecordWriter
HiveWriter. getRecordWriter(HiveMapper mapper, boolean tokenAuthEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.apache.storm.hive.common with parameters of type HiveMapper 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.HiveWriter(org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint, int txnsPerBatch, boolean autoCreatePartitions, long callTimeout, ExecutorService callTimeoutPool, HiveMapper mapper, org.apache.hadoop.security.UserGroupInformation ugi, boolean tokenAuthEnabled)
Deprecated, for removal: This API element is subject to removal in a future version.
-