|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.channel.jdbc.impl.JdbcChannelProviderImpl
public class JdbcChannelProviderImpl
| Constructor Summary | |
|---|---|
JdbcChannelProviderImpl()
|
|
| Method Summary | |
|---|---|
void |
close()
Deinitializes the channel provider. |
JdbcTransactionImpl |
getTransaction()
|
void |
initialize(Context context)
Initializes the channel provider. |
void |
persistEvent(String channel,
Event event)
Writes the event to the persistent store. |
Event |
removeEvent(String channelName)
Removes the next event for the named channel from the underlying persistent store. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcChannelProviderImpl()
| Method Detail |
|---|
public void initialize(Context context)
JdbcChannelProvider
initialize in interface JdbcChannelProviderpublic void close()
JdbcChannelProvider
close in interface JdbcChannelProvider
public void persistEvent(String channel,
Event event)
JdbcChannelProvider
persistEvent in interface JdbcChannelProviderpublic Event removeEvent(String channelName)
JdbcChannelProvider
removeEvent in interface JdbcChannelProviderpublic JdbcTransactionImpl getTransaction()
getTransaction in interface JdbcChannelProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||