com.espertech.esperio.db.core
Class RunnableUpsertContext
java.lang.Object
com.espertech.esperio.db.core.RunnableUpsertContext
public class RunnableUpsertContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnableUpsertContext
public RunnableUpsertContext(java.lang.String name,
DatabaseConnectionFactory connectionFactory,
MultiKeyMultiValueTable table,
EventPropertyGetter[] keyGetters,
EventPropertyGetter[] valueGetters,
java.lang.Integer retry,
java.lang.Double retryWait)
getName
public java.lang.String getName()
getConnectionFactory
public DatabaseConnectionFactory getConnectionFactory()
getTable
public MultiKeyMultiValueTable getTable()
getKeyGetters
public EventPropertyGetter[] getKeyGetters()
getValueGetters
public EventPropertyGetter[] getValueGetters()
getRetry
public java.lang.Integer getRetry()
getRetryWait
public java.lang.Double getRetryWait()