|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transaction | |
|---|---|
| org.apache.flume | |
| org.apache.flume.channel | |
| org.apache.flume.channel.jdbc | |
| org.apache.flume.channel.jdbc.impl | |
| Uses of Transaction in org.apache.flume |
|---|
| Methods in org.apache.flume that return Transaction | |
|---|---|
Transaction |
Channel.getTransaction()
|
| Uses of Transaction in org.apache.flume.channel |
|---|
| Classes in org.apache.flume.channel that implement Transaction | |
|---|---|
class |
BasicTransactionSemantics
An implementation of basic Transaction semantics designed
to work in concert with BasicChannelSemantics to simplify
creation of robust Channel implementations. |
static class |
PseudoTxnMemoryChannel.NoOpTransaction
A no-op transaction implementation that does nothing at all. |
| Methods in org.apache.flume.channel that return Transaction | |
|---|---|
Transaction |
PseudoTxnMemoryChannel.getTransaction()
|
Transaction |
BasicChannelSemantics.getTransaction()
Initializes the channel if it is not already, then checks to see if there is an open transaction for this thread, creating a new one via createTransaction if not. |
static Transaction |
PseudoTxnMemoryChannel.NoOpTransaction.sharedInstance()
|
| Uses of Transaction in org.apache.flume.channel.jdbc |
|---|
| Methods in org.apache.flume.channel.jdbc that return Transaction | |
|---|---|
Transaction |
JdbcChannelProvider.getTransaction()
|
Transaction |
JdbcChannel.getTransaction()
|
| Uses of Transaction in org.apache.flume.channel.jdbc.impl |
|---|
| Classes in org.apache.flume.channel.jdbc.impl that implement Transaction | |
|---|---|
class |
JdbcTransactionImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||