@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
AsyncEvents. |
checkInitialized, close, getSqlHandler, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseinitpublic boolean processEvents(java.util.List<AsyncEvent> events)
AsyncEventListenerAsyncEvents. 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 AsyncEventListenerevents - The list of AsyncEvent to process