Skip navigation links
A B C D E F G H I J K M O P S T U W 

A

abort() - Method in class org.apache.storm.hive.common.HiveWriter
Aborts the current Txn and switches to next Txn.
authenticate(String, String) - Static method in class org.apache.storm.hive.common.HiveUtils
 
AuthenticationFailed(String, Exception) - Constructor for exception org.apache.storm.hive.common.HiveUtils.AuthenticationFailed
 
autoCreatePartitions - Variable in class org.apache.storm.hive.common.HiveOptions
 

B

batchSize - Variable in class org.apache.storm.hive.common.HiveOptions
 
beginCommit(Long) - Method in class org.apache.storm.hive.trident.HiveState
 

C

callTimeout - Variable in class org.apache.storm.hive.common.HiveOptions
 
cleanup() - Method in class org.apache.storm.hive.bolt.HiveBolt
 
cleanup() - Method in class org.apache.storm.hive.trident.HiveState
 
close() - Method in class org.apache.storm.hive.common.HiveWriter
Close the Transaction Batch and connection
closed - Variable in class org.apache.storm.hive.common.HiveWriter
 
commit(Long) - Method in class org.apache.storm.hive.trident.HiveState
 
CommitFailure(HiveEndPoint, Long, Throwable) - Constructor for exception org.apache.storm.hive.common.HiveWriter.CommitFailure
 
ConnectFailure(HiveEndPoint, Throwable) - Constructor for exception org.apache.storm.hive.common.HiveWriter.ConnectFailure
 
createRecordWriter(HiveEndPoint) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
createRecordWriter(HiveEndPoint) - Method in interface org.apache.storm.hive.bolt.mapper.HiveMapper
Given a endPoint, returns a RecordWriter with columnNames.
createRecordWriter(HiveEndPoint) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 

D

databaseName - Variable in class org.apache.storm.hive.common.HiveOptions
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.storm.hive.bolt.HiveBolt
 
DelimitedRecordHiveMapper - Class in org.apache.storm.hive.bolt.mapper
 
DelimitedRecordHiveMapper() - Constructor for class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 

E

execute(Tuple) - Method in class org.apache.storm.hive.bolt.HiveBolt
 

F

Failure(String, Throwable) - Constructor for exception org.apache.storm.hive.common.HiveWriter.Failure
 
flush(boolean) - Method in class org.apache.storm.hive.common.HiveWriter
Commits the current Txn.

G

getAutoCreatePartitions() - Method in class org.apache.storm.hive.common.HiveOptions
 
getBatchSize() - Method in class org.apache.storm.hive.common.HiveOptions
 
getCallTimeOut() - Method in class org.apache.storm.hive.common.HiveOptions
 
getDatabaseName() - Method in class org.apache.storm.hive.common.HiveOptions
 
getHeartBeatInterval() - Method in class org.apache.storm.hive.common.HiveOptions
 
getIdleTimeout() - Method in class org.apache.storm.hive.common.HiveOptions
 
getKerberosKeytab() - Method in class org.apache.storm.hive.common.HiveOptions
 
getKerberosPrincipal() - Method in class org.apache.storm.hive.common.HiveOptions
 
getLastUsed() - Method in class org.apache.storm.hive.common.HiveWriter
 
getMapper() - Method in class org.apache.storm.hive.common.HiveOptions
 
getMaxOpenConnections() - Method in class org.apache.storm.hive.common.HiveOptions
 
getMetaStoreURI() - Method in class org.apache.storm.hive.common.HiveOptions
 
getTableName() - Method in class org.apache.storm.hive.common.HiveOptions
 
getTxnsPerBatch() - Method in class org.apache.storm.hive.common.HiveOptions
 

H

heartBeat() - Method in class org.apache.storm.hive.common.HiveWriter
Queues up a heartbeat request on the current and remaining txns using the heartbeatThdPool and returns immediately
heartBeatInterval - Variable in class org.apache.storm.hive.common.HiveOptions
 
HiveBolt - Class in org.apache.storm.hive.bolt
 
HiveBolt(HiveOptions) - Constructor for class org.apache.storm.hive.bolt.HiveBolt
 
HiveMapper - Interface in org.apache.storm.hive.bolt.mapper
Maps a backtype.storm.tuple.Tupe object to a row in an Hive table.
HiveOptions - Class in org.apache.storm.hive.common
 
HiveOptions(String, String, String, HiveMapper) - Constructor for class org.apache.storm.hive.common.HiveOptions
 
HiveState - Class in org.apache.storm.hive.trident
 
HiveState(HiveOptions) - Constructor for class org.apache.storm.hive.trident.HiveState
 
HiveStateFactory - Class in org.apache.storm.hive.trident
 
HiveStateFactory() - Constructor for class org.apache.storm.hive.trident.HiveStateFactory
 
HiveUpdater - Class in org.apache.storm.hive.trident
 
HiveUpdater() - Constructor for class org.apache.storm.hive.trident.HiveUpdater
 
HiveUtils - Class in org.apache.storm.hive.common
 
HiveUtils() - Constructor for class org.apache.storm.hive.common.HiveUtils
 
HiveUtils.AuthenticationFailed - Exception in org.apache.storm.hive.common
 
HiveWriter - Class in org.apache.storm.hive.common
 
HiveWriter(HiveEndPoint, int, boolean, long, ExecutorService, HiveMapper, UserGroupInformation) - Constructor for class org.apache.storm.hive.common.HiveWriter
 
HiveWriter.CommitFailure - Exception in org.apache.storm.hive.common
 
HiveWriter.ConnectFailure - Exception in org.apache.storm.hive.common
 
HiveWriter.Failure - Exception in org.apache.storm.hive.common
 
HiveWriter.TxnBatchFailure - Exception in org.apache.storm.hive.common
 
HiveWriter.TxnFailure - Exception in org.apache.storm.hive.common
 
HiveWriter.WriteFailure - Exception in org.apache.storm.hive.common
 

I

idleTimeout - Variable in class org.apache.storm.hive.common.HiveOptions
 

J

JsonRecordHiveMapper - Class in org.apache.storm.hive.bolt.mapper
 
JsonRecordHiveMapper() - Constructor for class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 

K

kerberosKeytab - Variable in class org.apache.storm.hive.common.HiveOptions
 
kerberosPrincipal - Variable in class org.apache.storm.hive.common.HiveOptions
 

M

makeEndPoint(List<String>, HiveOptions) - Static method in class org.apache.storm.hive.common.HiveUtils
 
makeHiveWriter(HiveEndPoint, ExecutorService, UserGroupInformation, HiveOptions) - Static method in class org.apache.storm.hive.common.HiveUtils
 
makeState(Map, IMetricsContext, int, int) - Method in class org.apache.storm.hive.trident.HiveStateFactory
 
mapPartitions(Tuple) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
mapPartitions(TridentTuple) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
mapPartitions(Tuple) - Method in interface org.apache.storm.hive.bolt.mapper.HiveMapper
Given a tuple, return a hive partition values list.
mapPartitions(TridentTuple) - Method in interface org.apache.storm.hive.bolt.mapper.HiveMapper
Given a TridetnTuple, return a hive partition values list.
mapPartitions(Tuple) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 
mapPartitions(TridentTuple) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 
mapper - Variable in class org.apache.storm.hive.common.HiveOptions
 
mapRecord(Tuple) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
mapRecord(TridentTuple) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
mapRecord(Tuple) - Method in interface org.apache.storm.hive.bolt.mapper.HiveMapper
Given a tuple, maps to a HiveRecord based on columnFields
mapRecord(TridentTuple) - Method in interface org.apache.storm.hive.bolt.mapper.HiveMapper
Given a TridentTuple, maps to a HiveRecord based on columnFields
mapRecord(Tuple) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 
mapRecord(TridentTuple) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 
maxOpenConnections - Variable in class org.apache.storm.hive.common.HiveOptions
 
metaStoreURI - Variable in class org.apache.storm.hive.common.HiveOptions
 

O

org.apache.storm.hive.bolt - package org.apache.storm.hive.bolt
 
org.apache.storm.hive.bolt.mapper - package org.apache.storm.hive.bolt.mapper
 
org.apache.storm.hive.common - package org.apache.storm.hive.common
 
org.apache.storm.hive.trident - package org.apache.storm.hive.trident
 

P

prepare(Map, TopologyContext, OutputCollector) - Method in class org.apache.storm.hive.bolt.HiveBolt
 
prepare(Map, IMetricsContext, int, int) - Method in class org.apache.storm.hive.trident.HiveState
 

S

setHeartBeatNeeded() - Method in class org.apache.storm.hive.common.HiveWriter
 

T

tableName - Variable in class org.apache.storm.hive.common.HiveOptions
 
toString() - Method in class org.apache.storm.hive.common.HiveWriter
 
TxnBatchFailure(HiveEndPoint, Throwable) - Constructor for exception org.apache.storm.hive.common.HiveWriter.TxnBatchFailure
 
TxnFailure(TransactionBatch, Throwable) - Constructor for exception org.apache.storm.hive.common.HiveWriter.TxnFailure
 
txnsPerBatch - Variable in class org.apache.storm.hive.common.HiveOptions
 

U

updateState(List<TridentTuple>, TridentCollector) - Method in class org.apache.storm.hive.trident.HiveState
 
updateState(HiveState, List<TridentTuple>, TridentCollector) - Method in class org.apache.storm.hive.trident.HiveUpdater
 

W

withAutoCreatePartitions(Boolean) - Method in class org.apache.storm.hive.common.HiveOptions
 
withBatchSize(Integer) - Method in class org.apache.storm.hive.common.HiveOptions
 
withCallTimeout(Integer) - Method in class org.apache.storm.hive.common.HiveOptions
 
withColumnFields(Fields) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
withColumnFields(Fields) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 
withFieldDelimiter(String) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
withHeartBeatInterval(Integer) - Method in class org.apache.storm.hive.common.HiveOptions
 
withIdleTimeout(Integer) - Method in class org.apache.storm.hive.common.HiveOptions
 
withKerberosKeytab(String) - Method in class org.apache.storm.hive.common.HiveOptions
 
withKerberosPrincipal(String) - Method in class org.apache.storm.hive.common.HiveOptions
 
withMaxOpenConnections(Integer) - Method in class org.apache.storm.hive.common.HiveOptions
 
withOptions(HiveOptions) - Method in class org.apache.storm.hive.trident.HiveStateFactory
 
withPartitionFields(Fields) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
withPartitionFields(Fields) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 
withTimeAsPartitionField(String) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
withTimeAsPartitionField(String) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 
withTxnsPerBatch(Integer) - Method in class org.apache.storm.hive.common.HiveOptions
 
write(TransactionBatch, Tuple) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
 
write(TransactionBatch, Tuple) - Method in interface org.apache.storm.hive.bolt.mapper.HiveMapper
 
write(TransactionBatch, Tuple) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
 
write(byte[]) - Method in class org.apache.storm.hive.common.HiveWriter
Write data
WriteFailure(HiveEndPoint, Long, Throwable) - Constructor for exception org.apache.storm.hive.common.HiveWriter.WriteFailure
 
A B C D E F G H I J K M O P S T U W 
Skip navigation links

Copyright © 2015 The Apache Software Foundation. All Rights Reserved.