Class JdbcCacheStoreSession

java.lang.Object
org.gridgain.cache.store.jdbc.JdbcCacheStoreSession
All Implemented Interfaces:
org.apache.ignite.cache.CacheStoreSession

public class JdbcCacheStoreSession extends Object implements org.apache.ignite.cache.CacheStoreSession
JDBC cache store session.
  • Constructor Details

    • JdbcCacheStoreSession

      public JdbcCacheStoreSession()
  • Method Details

    • finishAsync

      public CompletableFuture<Void> finishAsync(boolean commit)
      Specified by:
      finishAsync in interface org.apache.ignite.cache.CacheStoreSession
    • getTransaction

      public org.apache.ignite.tx.Transaction getTransaction()
      Specified by:
      getTransaction in interface org.apache.ignite.cache.CacheStoreSession
    • setTransaction

      public void setTransaction(org.apache.ignite.tx.Transaction transaction)
      Specified by:
      setTransaction in interface org.apache.ignite.cache.CacheStoreSession