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 classDelimitedRecordHiveMapperclassJsonRecordHiveMapper -
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 HiveMapperHiveOptions. mapperMethods in org.apache.storm.hive.common that return HiveMapper Modifier and Type Method Description HiveMapperHiveOptions. getMapper()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)Constructors in org.apache.storm.hive.common with parameters of type HiveMapper Constructor Description HiveOptions(String metaStoreUri, String databaseName, String tableName, HiveMapper mapper)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)
-