A B C D E F G H I J K L M O P T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort() - Method in class org.apache.storm.hive.common.HiveWriter
-
Aborts the current Txn and switches to next Txn.
- authenticate(boolean, 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
- DEFAULT_TICK_TUPLE_INTERVAL_SECS - Static variable in class org.apache.storm.hive.common.HiveOptions
-
Half of the default Config.TOPOLOGY_MESSAGE_TIMEOUT_SECS
- 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 if totalRecordsPerTransaction > 0 .
- flushAndClose() - Method in class org.apache.storm.hive.common.HiveWriter
-
Flush and Close current transactionBatch.
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
- getComponentConfiguration() - Method in class org.apache.storm.hive.bolt.HiveBolt
- getDatabaseName() - Method in class org.apache.storm.hive.common.HiveOptions
- getFieldDelimiter() - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
- 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
- getRecordWriter(HiveMapper, boolean) - Method in class org.apache.storm.hive.common.HiveWriter
- getTableName() - Method in class org.apache.storm.hive.common.HiveOptions
- getTickTupleInterval() - Method in class org.apache.storm.hive.common.HiveOptions
- getTotalRecords() - Method in class org.apache.storm.hive.common.HiveWriter
-
returns totalRecords written so far in a transaction.
- 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
org.apache.storm.tuple.Tupeobject 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, boolean) - 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
- isTokenAuthEnabled(Map<String, Object>) - Static method in class org.apache.storm.hive.common.HiveUtils
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
L
- logAllHiveEndPoints(Map<HiveEndPoint, HiveWriter>) - Static method in class org.apache.storm.hive.common.HiveUtils
M
- makeEndPoint(List<String>, HiveOptions) - Static method in class org.apache.storm.hive.common.HiveUtils
- makeHiveWriter(HiveEndPoint, ExecutorService, UserGroupInformation, HiveOptions, boolean) - Static method in class org.apache.storm.hive.common.HiveUtils
- makeState(Map<String, Object>, IMetricsContext, int, int) - Method in class org.apache.storm.hive.trident.HiveStateFactory
- mapPartitions(TridentTuple) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
- mapPartitions(TridentTuple) - Method in interface org.apache.storm.hive.bolt.mapper.HiveMapper
-
Given a TridetnTuple, return a hive partition values list.
- mapPartitions(TridentTuple) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
- mapPartitions(Tuple) - 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(Tuple) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
- mapper - Variable in class org.apache.storm.hive.common.HiveOptions
- mapRecord(TridentTuple) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
- mapRecord(TridentTuple) - Method in interface org.apache.storm.hive.bolt.mapper.HiveMapper
-
Given a TridentTuple, maps to a HiveRecord based on columnFields.
- mapRecord(TridentTuple) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
- mapRecord(Tuple) - 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(Tuple) - 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<String, Object>, IMetricsContext, int, int) - Method in class org.apache.storm.hive.trident.HiveState
- prepare(Map<String, Object>, TopologyContext, OutputCollector) - Method in class org.apache.storm.hive.bolt.HiveBolt
T
- tableName - Variable in class org.apache.storm.hive.common.HiveOptions
- tickTupleInterval - 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
-
The options for connecting to Hive.
- withPartitionFields(Fields) - Method in class org.apache.storm.hive.bolt.mapper.DelimitedRecordHiveMapper
- withPartitionFields(Fields) - Method in class org.apache.storm.hive.bolt.mapper.JsonRecordHiveMapper
- withTickTupleInterval(Integer) - Method in class org.apache.storm.hive.common.HiveOptions
- 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(byte[]) - Method in class org.apache.storm.hive.common.HiveWriter
-
Write data.
- 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
- WriteFailure(HiveEndPoint, Long, Throwable) - Constructor for exception org.apache.storm.hive.common.HiveWriter.WriteFailure
All Classes All Packages