@Experimental public class JdbcAsyncWriter extends org.apache.geode.connectors.jdbc.internal.AbstractJdbcCallback implements AsyncEventListener
Constructor and Description |
---|
JdbcAsyncWriter() |
Modifier and Type | Method and Description |
---|---|
boolean |
processEvents(java.util.List<AsyncEvent> events)
Process the list of
AsyncEvent s. |
checkInitialized, close, eventCanBeIgnored, getSqlHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
init, initialize
public boolean processEvents(java.util.List<AsyncEvent> events)
AsyncEventListener
AsyncEvent
s. This method will asynchronously be called when
events are queued to be processed. The size of the list will be up to batch size events where
batch size is defined in the AsyncEventQueueFactory
.processEvents
in interface AsyncEventListener
events
- The list of AsyncEvent
to process