Uses of Class
org.apache.flume.channel.jdbc.impl.PersistableEvent

Packages that use PersistableEvent
org.apache.flume.channel.jdbc.impl   
 

Uses of PersistableEvent in org.apache.flume.channel.jdbc.impl
 

Methods in org.apache.flume.channel.jdbc.impl that return PersistableEvent
 PersistableEvent PersistableEvent.Builder.build()
           
 PersistableEvent SchemaHandler.fetchAndDeleteEvent(String channel, Connection connection)
          Retrieves the next persistent event from the database.
 PersistableEvent MySQLSchemaHandler.fetchAndDeleteEvent(String channel, Connection connection)
           
 PersistableEvent DerbySchemaHandler.fetchAndDeleteEvent(String channel, Connection connection)
           
 

Methods in org.apache.flume.channel.jdbc.impl with parameters of type PersistableEvent
 void SchemaHandler.storeEvent(PersistableEvent pe, Connection connection)
          Inserts the given persistent event into the database.
 void MySQLSchemaHandler.storeEvent(PersistableEvent pe, Connection connection)
           
 void DerbySchemaHandler.storeEvent(PersistableEvent pe, Connection connection)
           
 



Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.