Uses of Class
org.apache.storm.hive.common.HiveWriter.TxnBatchFailure
-
Packages that use HiveWriter.TxnBatchFailure Package Description org.apache.storm.hive.common -
-
Uses of HiveWriter.TxnBatchFailure in org.apache.storm.hive.common
Methods in org.apache.storm.hive.common that throw HiveWriter.TxnBatchFailure Modifier and Type Method Description void
HiveWriter. abort()
Deprecated, for removal: This API element is subject to removal in a future version.Aborts the current Txn and switches to next Txn.void
HiveWriter. flush(boolean rollToNext)
Deprecated, for removal: This API element is subject to removal in a future version.Commits the current Txn if totalRecordsPerTransaction > 0 .void
HiveWriter. flushAndClose()
Deprecated, for removal: This API element is subject to removal in a future version.Flush and Close current transactionBatch.
-