|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transaction | |
|---|---|
| org.apache.flume | |
| org.apache.flume.channel | |
| org.apache.flume.channel.file | |
| 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 |
FanoutChannel.wrapperTransaction
A wrapper transaction that does the operation on all channels. |
class |
MemoryChannel.MemTransaction
|
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 |
MemoryChannel.getTransaction()
|
Transaction |
FanoutChannel.getTransaction()
|
static Transaction |
PseudoTxnMemoryChannel.NoOpTransaction.sharedInstance()
|
| Uses of Transaction in org.apache.flume.channel.file |
|---|
| Classes in org.apache.flume.channel.file that implement Transaction | |
|---|---|
static class |
FileChannel.FileBackedTransaction
An implementation of Transaction for FileChannels. |
| Methods in org.apache.flume.channel.file that return Transaction | |
|---|---|
Transaction |
FileChannel.getTransaction()
|
| 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 | |||||||||