Class RunnableUpsertContext

java.lang.Object
com.espertech.esperio.db.core.RunnableUpsertContext

public class RunnableUpsertContext extends Object
  • Constructor Details

    • RunnableUpsertContext

      public RunnableUpsertContext(String name, com.espertech.esper.common.internal.epl.historical.database.connection.DatabaseConnectionFactory connectionFactory, MultiKeyMultiValueTable table, com.espertech.esper.common.client.EventPropertyGetter[] keyGetters, com.espertech.esper.common.client.EventPropertyGetter[] valueGetters, Integer retry, Double retryWait)
  • Method Details

    • getName

      public String getName()
    • getConnectionFactory

      public com.espertech.esper.common.internal.epl.historical.database.connection.DatabaseConnectionFactory getConnectionFactory()
    • getTable

      public MultiKeyMultiValueTable getTable()
    • getKeyGetters

      public com.espertech.esper.common.client.EventPropertyGetter[] getKeyGetters()
    • getValueGetters

      public com.espertech.esper.common.client.EventPropertyGetter[] getValueGetters()
    • getRetry

      public Integer getRetry()
    • getRetryWait

      public Double getRetryWait()