Package org.gridgain.cache.store.jdbc
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinishAsync(boolean commit) org.apache.ignite.tx.TransactionvoidsetTransaction(org.apache.ignite.tx.Transaction transaction)
-
Constructor Details
-
JdbcCacheStoreSession
public JdbcCacheStoreSession()
-
-
Method Details
-
finishAsync
- Specified by:
finishAsyncin interfaceorg.apache.ignite.cache.CacheStoreSession
-
getTransaction
public org.apache.ignite.tx.Transaction getTransaction()- Specified by:
getTransactionin interfaceorg.apache.ignite.cache.CacheStoreSession
-
setTransaction
public void setTransaction(org.apache.ignite.tx.Transaction transaction) - Specified by:
setTransactionin interfaceorg.apache.ignite.cache.CacheStoreSession
-