Uses of Class
org.apache.ignite.internal.util.GridSpinBusyLock
-
Packages that use GridSpinBusyLock Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.odbc org.apache.ignite.internal.processors.odbc.jdbc org.apache.ignite.internal.processors.odbc.odbc org.apache.ignite.internal.processors.query org.apache.ignite.internal.processors.query.running -
-
Uses of GridSpinBusyLock in org.apache.ignite.internal.processors.cache
Fields in org.apache.ignite.internal.processors.cache declared as GridSpinBusyLock Modifier and Type Field Description protected GridSpinBusyLockIgniteCacheOffheapManagerImpl. busyLockConstructors in org.apache.ignite.internal.processors.cache with parameters of type GridSpinBusyLock Constructor Description CacheDataStoreImpl(int partId, CacheDataRowStore rowStore, CacheDataTree dataTree, Supplier<PendingEntriesTree> pendingEntries, CacheGroupContext grp, GridSpinBusyLock busyLock, IgniteLogger log, @Nullable Supplier<GridQueryRowCacheCleaner> cleaner) -
Uses of GridSpinBusyLock in org.apache.ignite.internal.processors.cache.persistence
Constructors in org.apache.ignite.internal.processors.cache.persistence with parameters of type GridSpinBusyLock Constructor Description GridCacheDataStore(CacheGroupContext grp, int partId, boolean exists, GridSpinBusyLock busyLock, IgniteLogger log) -
Uses of GridSpinBusyLock in org.apache.ignite.internal.processors.odbc
Constructors in org.apache.ignite.internal.processors.odbc with parameters of type GridSpinBusyLock Constructor Description ClientListenerNioListener(GridKernalContext ctx, GridSpinBusyLock busyLock, ClientConnectorConfiguration cliConnCfg, ClientListenerMetrics metrics)Constructor. -
Uses of GridSpinBusyLock in org.apache.ignite.internal.processors.odbc.jdbc
Constructors in org.apache.ignite.internal.processors.odbc.jdbc with parameters of type GridSpinBusyLock Constructor Description JdbcConnectionContext(GridKernalContext ctx, GridNioSession ses, GridSpinBusyLock busyLock, long connId, int maxCursors)Constructor.JdbcRequestHandler(GridSpinBusyLock busyLock, ClientListenerResponseSender sender, int maxCursors, boolean distributedJoins, boolean enforceJoinOrder, boolean collocated, boolean replicatedOnly, boolean autoCloseCursors, boolean lazy, boolean skipReducerOnUpdate, @Nullable String qryEngine, @Nullable Boolean dataPageScanEnabled, @Nullable Integer updateBatchSize, @Nullable TransactionConcurrency concurrency, @Nullable TransactionIsolation isolation, long timeout, @Nullable String lb, ClientListenerProtocolVersion protocolVer, JdbcConnectionContext connCtx)Constructor. -
Uses of GridSpinBusyLock in org.apache.ignite.internal.processors.odbc.odbc
Constructors in org.apache.ignite.internal.processors.odbc.odbc with parameters of type GridSpinBusyLock Constructor Description OdbcConnectionContext(GridKernalContext ctx, GridNioSession ses, GridSpinBusyLock busyLock, long connId, int maxCursors)Constructor.OdbcRequestHandler(GridKernalContext ctx, GridSpinBusyLock busyLock, ClientListenerResponseSender sender, int maxCursors, boolean distributedJoins, boolean enforceJoinOrder, boolean replicatedOnly, boolean collocated, boolean lazy, boolean skipReducerOnUpdate, @Nullable String qryEngine, ClientListenerProtocolVersion ver, OdbcConnectionContext connCtx)Constructor. -
Uses of GridSpinBusyLock in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type GridSpinBusyLock Modifier and Type Method Description voidGridQueryIndexing. start(GridKernalContext ctx, GridSpinBusyLock busyLock)Starts indexing. -
Uses of GridSpinBusyLock in org.apache.ignite.internal.processors.query.running
Methods in org.apache.ignite.internal.processors.query.running with parameters of type GridSpinBusyLock Modifier and Type Method Description voidRunningQueryManager. start(GridSpinBusyLock busyLock)
-