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.mapperClasses in org.apache.storm.hive.bolt.mapper that implement HiveMapper Modifier and Type Class Description classDelimitedRecordHiveMapperDeprecated, for removal: This API element is subject to removal in a future version.classJsonRecordHiveMapperDeprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of HiveMapper in org.apache.storm.hive.commonFields in org.apache.storm.hive.common declared as HiveMapper Modifier and Type Field Description protected HiveMapperHiveOptions. mapperDeprecated, 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 HiveMapperHiveOptions. 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.RecordWriterHiveWriter. 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.
 
-