Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheAdapter.FutureHolder
-
Packages that use GridCacheAdapter.FutureHolder Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.transactions -
-
Uses of GridCacheAdapter.FutureHolder in org.apache.ignite.internal.processors.cache
Fields in org.apache.ignite.internal.processors.cache with type parameters of type GridCacheAdapter.FutureHolder Modifier and Type Field Description protected ThreadLocal<GridCacheAdapter.FutureHolder>GridCacheAdapter. lastFutLast asynchronous future.Methods in org.apache.ignite.internal.processors.cache that return GridCacheAdapter.FutureHolder Modifier and Type Method Description GridCacheAdapter.FutureHolderGridCacheAdapter. lastAsyncFuture()Last async operation future for implicit transactions. -
Uses of GridCacheAdapter.FutureHolder in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return GridCacheAdapter.FutureHolder Modifier and Type Method Description GridCacheAdapter.FutureHolderIgniteTxImplicitSingleStateImpl. lastAsyncFuture()Previous async operations on caches.GridCacheAdapter.FutureHolderIgniteTxLocalState. lastAsyncFuture()Previous async operations on caches.GridCacheAdapter.FutureHolderIgniteTxStateImpl. lastAsyncFuture()Previous async operations on caches.
-