Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheContext
-
-
Uses of GridCacheContext in org.apache.ignite.internal
Methods in org.apache.ignite.internal with parameters of type GridCacheContext Modifier and Type Method Description GridNearTxLocalIgniteTransactionsEx. txStartEx(GridCacheContext ctx, TransactionConcurrency concurrency, TransactionIsolation isolation)GridNearTxLocalIgniteTransactionsEx. txStartEx(GridCacheContext ctx, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, int txSize) -
Uses of GridCacheContext in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type GridCacheContext Modifier and Type Method Description IndexIndexFactory. createIndex(@Nullable GridCacheContext<?,?> cctx, IndexDefinition definition)Creates index by specified definition for specified cache.IndexIndexProcessor. createIndex(GridCacheContext<?,?> cctx, IndexFactory factory, IndexDefinition definition)Creates a new index.IndexIndexProcessor. createIndexDynamically(GridCacheContext cctx, IndexFactory factory, IndexDefinition definition, SchemaIndexCacheVisitor cacheVisitor)Creates a new index.voidIndexProcessor. markRebuildIndexesForCache(GridCacheContext<?,?> cctx, boolean val)Mark/unmark for rebuild indexes for a specific cache.<K,V>
IndexQueryResult<K,V>IndexQueryProcessor. queryLocal(GridCacheContext<K,V> cctx, IndexQueryDesc idxQryDesc, @Nullable IgniteBiPredicate<K,V> filter, IndexingQueryFilter cacheFilter, boolean keepBinary, int taskHash)Run query on local node.@Nullable IgniteInternalFuture<?>IndexProcessor. rebuildIndexesForCache(GridCacheContext<?,?> cctx, boolean force, IndexRebuildCancelToken cancelTok)Start rebuild of indexes for specified cache.voidIndexProcessor. store(GridCacheContext<?,?> cctx, CacheDataRow newRow, @Nullable CacheDataRow prevRow, boolean prevRowAvailable)Updates index with new row.booleanIndexProcessor. useUnwrappedPk(GridCacheContext<?,?> cctx, String treeName) -
Uses of GridCacheContext in org.apache.ignite.internal.cache.query.index.sorted.client
Methods in org.apache.ignite.internal.cache.query.index.sorted.client with parameters of type GridCacheContext Modifier and Type Method Description IndexClientIndexFactory. createIndex(GridCacheContext<?,?> cctx, IndexDefinition def)Creates index by specified definition for specified cache. -
Uses of GridCacheContext in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation with parameters of type GridCacheContext Modifier and Type Method Description protected InlineIndexTreeDefragIndexFactory. createIndexSegment(GridCacheContext<?,?> cctx, SortedIndexDefinition def, RootPage rootPage, IoStatisticsHolder stats, InlineRecommender recommender, int segmentNum)protected RootPageDefragIndexFactory. rootPage(GridCacheContext<?,?> ctx, String treeName, int segment) -
Uses of GridCacheContext in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type GridCacheContext Modifier and Type Method Description IndexInlineIndexFactory. createIndex(GridCacheContext<?,?> cctx, IndexDefinition def)Creates index by specified definition for specified cache.protected InlineIndexTreeInlineIndexFactory. createIndexSegment(GridCacheContext<?,?> cctx, SortedIndexDefinition def, RootPage rootPage, IoStatisticsHolder stats, InlineRecommender recommender, int segmentNum)protected RootPageInlineIndexFactory. rootPage(GridCacheContext<?,?> ctx, String treeName, int segment)Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type GridCacheContext Constructor Description InlineIndexImpl(GridCacheContext<?,?> cctx, SortedIndexDefinition def, InlineIndexTree[] segments, IoStatisticsHolderIndex stats)Constructor.InlineRecommender(GridCacheContext<?,?> cctx, SortedIndexDefinition def)Constructor. -
Uses of GridCacheContext in org.apache.ignite.internal.management.cache
Constructors in org.apache.ignite.internal.management.cache with parameters of type GridCacheContext Constructor Description IndexListInfoContainer(GridCacheContext ctx, String idxName, Collection<String> colsNames, String tblName)IndexRebuildStatusInfoContainer(GridCacheContext<?,?> cctx) -
Uses of GridCacheContext in org.apache.ignite.internal.managers.indexing
Methods in org.apache.ignite.internal.managers.indexing with parameters of type GridCacheContext Modifier and Type Method Description @Nullable IgniteInternalFuture<?>IndexesRebuildTask. rebuild(GridCacheContext<?,?> cctx, boolean force, IndexRebuildCancelToken cancelTok)Start to rebuild.protected voidIndexesRebuildTask. startRebuild(GridCacheContext cctx, GridFutureAdapter<Void> fut, SchemaIndexCacheVisitorClosure clo, IndexRebuildCancelToken cancelTok)Actual start rebuilding. -
Uses of GridCacheContext in org.apache.ignite.internal.managers.systemview
Constructor parameters in org.apache.ignite.internal.managers.systemview with type arguments of type GridCacheContext Constructor Description ScanQuerySystemView(Collection<GridCacheContext<K,V>> cctxs) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache
Fields in org.apache.ignite.internal.processors.cache declared as GridCacheContext Modifier and Type Field Description protected GridCacheContextCacheLazyEntry. cctxCache context.GridCacheContextGridCacheConcurrentMap.CacheMapHolder. cctxprotected GridCacheContextGridCacheManagerAdapter. cctxContext.protected GridCacheContext<?,?>GridCacheMapEntry. cctxCache registry.protected GridCacheContext<K,V>GridCacheAdapter. ctxCache configuration.protected GridCacheContext<K,V>GridCacheClearAllRunnable. ctxCache context.Methods in org.apache.ignite.internal.processors.cache that return GridCacheContext Modifier and Type Method Description @Nullable GridCacheContext<K,V>GridCacheContextInfo. cacheContext()GridCacheContext<K,V>GridCacheSharedContext. cacheContext(int cacheId)Gets cache context by cache ID.GridCacheContext<K,V>GatewayProtectedCacheProxy. context()GridCacheContext<K,V>GridCacheAdapter. context()<K,V>
GridCacheContext<K,V>GridCacheEntryEx. context()protected GridCacheContext<K,V>GridCacheManagerAdapter. context()<K,V>
GridCacheContext<K,V>GridCacheMapEntry. context()GridCacheContext<K,V>GridCacheProxyImpl. context()GridCacheContext<K,V>IgniteCacheProxy. context()GridCacheContext<K,V>IgniteCacheProxyImpl. context()GridCacheContext<K,V>IgniteInternalCache. context()GridCacheContext<K,V>IgniteCacheProxyImpl. context0()static GridCacheContext<?,?>GridCacheUtils. firstPartitioned(GridCacheSharedContext<?,?> sctx, Iterable<Integer> cacheIds)GridCacheContext<?,?>CacheGroupContext. singleCacheContext()Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type GridCacheContext Modifier and Type Method Description Collection<GridCacheContext>GridCacheSharedContext. cacheContexts()Gets all cache contexts for local node.List<GridCacheContext<?,?>>CacheGroupContext. caches()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheContext Modifier and Type Method Description voidGridCacheSharedContext. addCacheContext(GridCacheContext cacheCtx)Adds cache context to shared cache context.voidCacheGroupContext. addCacheWithContinuousQuery(GridCacheContext<?,?> cctx)voidGridCacheReturn. addEntryProcessResult(GridCacheContext cctx, KeyCacheObject key, @Nullable Object key0, @Nullable Object res, @Nullable Exception err, boolean keepBinary)booleanGridCacheMvccManager. addNext(GridCacheContext cacheCtx, GridCacheMvccCandidate cand)booleanGridCacheMvccManager. addRemoved(GridCacheContext cacheCtx, GridCacheVersion ver)static Collection<ClusterNode>GridCacheUtils. affinityNodes(GridCacheContext ctx, AffinityTopologyVersion topVer)Gets DHT affinity nodes.<K,V>
GridCloseableIterator<javax.cache.Cache.Entry<K,V>>IgniteCacheOffheapManager. cacheEntriesIterator(GridCacheContext cctx, boolean primary, boolean backup, AffinityTopologyVersion topVer, boolean keepBinary, Boolean dataPageScanEnabled)<K,V>
GridCloseableIterator<javax.cache.Cache.Entry<K,V>>IgniteCacheOffheapManagerImpl. cacheEntriesIterator(GridCacheContext cctx, boolean primary, boolean backup, AffinityTopologyVersion topVer, boolean keepBinary, Boolean dataPageScanEnabled)static voidGridCacheUtils. checkStore(GridCacheContext<?,?> ctx)Checks that cache store is present.voidIgniteCacheOffheapManager. clearCache(GridCacheContext cctx, boolean readers)Clears offheap entries.voidIgniteCacheOffheapManagerImpl. clearCache(GridCacheContext cctx, boolean readers)Clears offheap entries.booleanGridCacheSharedContext. closed(GridCacheContext ctx)Checks if cache context is closed.GridCacheMapEntryGridCacheMapEntryFactory. create(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key)static @Nullable GridCacheUtils.BackupPostProcessingClosureGridCacheUtils. createBackupPostProcessingClosure(AffinityTopologyVersion topVer, IgniteLogger log, GridCacheContext cctx, @Nullable KeyCacheObject key, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean readThrough, boolean skipVals)Creates closure that saves initial value to backup partition.CacheDataRowIgniteCacheOffheapManager.CacheDataStore. createRow(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)CacheDataRowIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. createRow(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)protected abstract @Nullable GridCacheConcurrentMap.CacheMapHolderGridCacheConcurrentMapImpl. entriesMap(GridCacheContext cctx)protected @Nullable GridCacheConcurrentMap.CacheMapHolderGridCacheLocalConcurrentMap. entriesMap(GridCacheContext cctx)booleanIgniteCacheOffheapManager. expire(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, int amount)booleanIgniteCacheOffheapManagerImpl. expire(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, int amount)CacheDataRowIgniteCacheOffheapManager.CacheDataStore. find(GridCacheContext cctx, KeyCacheObject key)CacheDataRowIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. find(GridCacheContext cctx, KeyCacheObject key)voidCacheEntryPredicate. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheEntryPredicateAdapter. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheEntryPredicateContainsValue. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheEntrySerializablePredicate. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheEvictionEntry. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheInvokeDirectResult. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidGridCacheReturn. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)protected voidGridCacheMessage. finishUnmarshalCacheObjects(@Nullable Collection<? extends CacheObject> col, GridCacheContext ctx, ClassLoader ldr)voidGridCacheMessage. finishUnmarshalCacheObjects(@Nullable List<? extends CacheObject> col, GridCacheContext ctx, ClassLoader ldr)@Nullable GridCacheMapEntryGridCacheConcurrentMap. getEntry(GridCacheContext ctx, KeyCacheObject key)Returns the entry associated with the specified key in the HashMap.@Nullable GridCacheMapEntryGridCacheConcurrentMapImpl. getEntry(GridCacheContext ctx, KeyCacheObject key)Returns the entry associated with the specified key in the HashMap.@Nullable GridCacheMapEntryGridNoStorageCacheMap. getEntry(GridCacheContext ctx, KeyCacheObject key)Returns the entry associated with the specified key in the HashMap.voidGridCacheContextInfo. initCacheContext(GridCacheContext<K,V> cctx)Set real cache context in case cache has been fully initted and start.protected voidIgniteCacheOffheapManagerImpl. initPendingTree(GridCacheContext<?,?> cctx)voidIgniteCacheOffheapManager.CacheDataStore. invoke(GridCacheContext cctx, KeyCacheObject key, IgniteCacheOffheapManager.OffheapInvokeClosure c)voidIgniteCacheOffheapManager. invoke(GridCacheContext cctx, KeyCacheObject key, GridDhtLocalPartition part, IgniteCacheOffheapManager.OffheapInvokeClosure c)voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. invoke(GridCacheContext cctx, KeyCacheObject key, IgniteCacheOffheapManager.OffheapInvokeClosure c)voidIgniteCacheOffheapManagerImpl. invoke(GridCacheContext cctx, KeyCacheObject key, GridDhtLocalPartition part, IgniteCacheOffheapManager.OffheapInvokeClosure c)static booleanGridCacheUtils. isNearEnabled(GridCacheContext ctx)Checks if near cache is enabled for cache context.booleanGridCacheMvccManager. isRemoved(GridCacheContext cacheCtx, GridCacheVersion ver)voidGridCacheEntryInfo. marshal(GridCacheContext ctx)static byte[]GridCacheUtils. marshal(GridCacheContext ctx, Object obj)protected @Nullable List<byte[]>GridCacheMessage. marshalCollection(@Nullable Collection<?> col, GridCacheContext ctx)protected @org.jetbrains.annotations.Nullable byte[][]GridCacheMessage. marshalInvokeArguments(@Nullable Object[] args, GridCacheContext ctx)voidCacheInvokeDirectResult. marshalResult(GridCacheContext ctx)Converts the entry processor unprepared result to a cache object instance.voidGridCacheReturn. marshalResult(GridCacheContext ctx)Converts entry processor invokation results to cache object instances.voidIgniteCacheOffheapManager. onCacheStarted(GridCacheContext cctx)voidIgniteCacheOffheapManagerImpl. onCacheStarted(GridCacheContext cctx)voidIgniteCacheProxyImpl. onRestarted(GridCacheContext ctx, IgniteInternalCache delegate)Mark this proxy as restarted.voidGridCacheDeploymentManager. onUndeploy(ClassLoader ldr, GridCacheContext<K,V> ctx)Undeploys given class loader.voidCacheEntryPredicate. prepareMarshal(GridCacheContext ctx)voidCacheEntryPredicateAdapter. prepareMarshal(GridCacheContext ctx)voidCacheEntryPredicateContainsValue. prepareMarshal(GridCacheContext ctx)voidCacheEntrySerializablePredicate. prepareMarshal(GridCacheContext ctx)voidCacheEvictionEntry. prepareMarshal(GridCacheContext ctx)voidCacheInvokeDirectResult. prepareMarshal(GridCacheContext ctx)voidGridCacheReturn. prepareMarshal(GridCacheContext ctx)protected voidGridCacheMessage. prepareMarshalCacheObject(CacheObject obj, GridCacheContext ctx)protected voidGridCacheMessage. prepareMarshalCacheObjects(@Nullable Collection<? extends CacheObject> col, GridCacheContext ctx)voidGridCacheMessage. prepareMarshalCacheObjects(@Nullable List<? extends CacheObject> col, GridCacheContext ctx)protected voidGridCacheMessage. prepareObject(@Nullable Object o, GridCacheContext ctx)GridCacheMapEntryGridCacheConcurrentMap. putEntryIfObsoleteOrAbsent(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)protected GridCacheMapEntryGridCacheConcurrentMapImpl. putEntryIfObsoleteOrAbsent(@Nullable GridCacheConcurrentMap.CacheMapHolder hld, GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)GridCacheMapEntryGridCacheConcurrentMapImpl. putEntryIfObsoleteOrAbsent(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)GridCacheMapEntryGridNoStorageCacheMap. putEntryIfObsoleteOrAbsent(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)@Nullable CacheDataRowIgniteCacheOffheapManager. read(GridCacheContext cctx, KeyCacheObject key)@Nullable CacheDataRowIgniteCacheOffheapManagerImpl. read(GridCacheContext cctx, KeyCacheObject key)voidIgniteCacheOffheapManager.CacheDataStore. remove(GridCacheContext cctx, KeyCacheObject key, int partId)voidIgniteCacheOffheapManager. remove(GridCacheContext cctx, KeyCacheObject key, int partId, GridDhtLocalPartition part)voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. remove(GridCacheContext cctx, KeyCacheObject key, int partId)voidIgniteCacheOffheapManagerImpl. remove(GridCacheContext cctx, KeyCacheObject key, int partId, GridDhtLocalPartition part)voidCacheGroupContext. removeCacheWithContinuousQuery(GridCacheContext<?,?> cctx)GridDhtFuture<Object>GridCachePreloader. request(GridCacheContext cctx, Collection<KeyCacheObject> keys, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key.GridDhtFuture<Object>GridCachePreloader. request(GridCacheContext cctx, GridNearAtomicAbstractUpdateRequest req, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key.GridDhtFuture<Object>GridCachePreloaderAdapter. request(GridCacheContext ctx, Collection<KeyCacheObject> keys, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key.GridDhtFuture<Object>GridCachePreloaderAdapter. request(GridCacheContext ctx, GridNearAtomicAbstractUpdateRequest req, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key.GridCacheReturnGridCacheReturn. set(GridCacheContext cctx, @Nullable CacheObject cacheObj, boolean success, boolean keepBinary, @Nullable ClassLoader ldr)voidCacheOsConflictResolutionManager. start(GridCacheContext<K,V> cctx)Starts manager.voidGridCacheManager. start(GridCacheContext<K,V> cctx)Starts manager.voidGridCacheManagerAdapter. start(GridCacheContext<K,V> cctx)Starts manager.voidCacheAffinitySharedManager. stopCacheOnReconnect(GridCacheContext cctx)static TransactionConfigurationGridCacheUtils. transactionConfiguration(@Nullable GridCacheContext sysCacheCtx, IgniteConfiguration cfg)static GridNearTxLocalGridCacheUtils. txStartInternal(GridCacheContext ctx, IgniteInternalCache prj, TransactionConcurrency concurrency, TransactionIsolation isolation)voidGridCacheEntryInfo. unmarshal(GridCacheContext ctx, ClassLoader clsLdr)Unmarshalls entry.protected voidGridCacheMessage. unmarshalInfo(GridCacheEntryInfo info, GridCacheContext ctx, ClassLoader ldr)protected voidGridCacheMessage. unmarshalInfos(Iterable<? extends GridCacheEntryInfo> infos, GridCacheContext ctx, ClassLoader ldr)voidGridCacheEntryInfo. unmarshalValue(GridCacheContext<?,?> ctx, ClassLoader ldr)voidGridCacheDeploymentManager. unwind(GridCacheContext ctx)Undeploy all queued up closures.static voidGridCacheUtils. unwindEvicts(GridCacheContext ctx)voidIgniteCacheOffheapManager.CacheDataStore. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)voidIgniteCacheOffheapManager. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, GridDhtLocalPartition part, @Nullable CacheDataRow oldRow)voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)voidIgniteCacheOffheapManagerImpl. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, GridDhtLocalPartition part, @Nullable CacheDataRow oldRow)GridCacheReturnGridCacheReturn. value(GridCacheContext cctx, CacheObject v, boolean keepBinary, @Nullable ClassLoader ldr)static <T> TGridCacheUtils. value(@Nullable CacheObject cacheObj, GridCacheContext ctx, boolean cpy)@Nullable StringGridCacheSharedContext. verifyTxCompatibility(IgniteInternalTx tx, GridIntList activeCacheIds, GridCacheContext<K,V> cacheCtx) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.affinity
Constructors in org.apache.ignite.internal.processors.cache.affinity with parameters of type GridCacheContext Constructor Description GridCacheAffinityImpl(GridCacheContext<K,V> cctx)GridCacheAffinityProxy(GridCacheContext<K,V> cctx, Affinity<K> delegate) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary with parameters of type GridCacheContext Modifier and Type Method Description @Nullable CacheObjectCacheObjectBinaryProcessorImpl. prepareForCache(@Nullable CacheObject obj, GridCacheContext cctx)Prepares cache object for cache (e.g. copies user-provided object if needed).KeyCacheObjectCacheObjectBinaryProcessorImpl. toCacheKeyObject(CacheObjectContext ctx, @Nullable GridCacheContext cctx, Object obj, boolean userObj)protected KeyCacheObjectCacheObjectBinaryProcessorImpl. toCacheKeyObject0(CacheObjectContext ctx, @Nullable GridCacheContext cctx, Object obj, boolean userObj)ObjectCacheObjectBinaryProcessorImpl. unwrapTemporary(GridCacheContext ctx, Object obj)Converts temporary off-heap object to heap-based. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed with parameters of type GridCacheContext Modifier and Type Method Description voidGridDistributedTxRemoteAdapter. addActiveCache(GridCacheContext<?,?> cacheCtx, boolean recovery)Adds cache to the list of active caches in transaction.GridTuple<CacheObject>GridDistributedTxRemoteAdapter. peek(GridCacheContext cacheCtx, boolean failFast, KeyCacheObject key)Constructors in org.apache.ignite.internal.processors.cache.distributed with parameters of type GridCacheContext Constructor Description GridDistributedCacheAdapter(GridCacheContext<K,V> ctx)GridDistributedCacheAdapter(GridCacheContext<K,V> ctx, GridCacheConcurrentMap map)GridDistributedCacheEntry(GridCacheContext ctx, KeyCacheObject key) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.distributed.dht
Fields in org.apache.ignite.internal.processors.cache.distributed.dht declared as GridCacheContext Modifier and Type Field Description protected GridCacheContext<K,V>CacheDistributedGetFutureAdapter. cctxContext.Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheContext Modifier and Type Method Description voidGridDhtTxRemote. addWrite(GridCacheContext cacheCtx, GridCacheOperation op, IgniteTxKey key, @Nullable CacheObject val, @Nullable Collection<T2<javax.cache.processor.EntryProcessor<Object,Object,Object>,Object[]>> entryProcessors, long ttl, boolean skipStore, boolean keepBinary)@Nullable GridCacheMapEntryGridCachePartitionedConcurrentMap. getEntry(GridCacheContext ctx, KeyCacheObject key)Returns the entry associated with the specified key in the HashMap.IgniteInternalFuture<GridNearLockResponse>GridDhtTransactionalCacheAdapter. lockAllAsync(GridCacheContext<?,?> cacheCtx, ClusterNode nearNode, GridNearLockRequest req)GridCacheMapEntryGridCachePartitionedConcurrentMap. putEntryIfObsoleteOrAbsent(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key, boolean create, boolean skipReserve)protected booleanGridDhtTxLocal. updateNearCache(GridCacheContext cacheCtx, KeyCacheObject key, AffinityTopologyVersion topVer)Checks whether near cache should be updated.protected booleanGridDhtTxRemote. updateNearCache(GridCacheContext cacheCtx, KeyCacheObject key, AffinityTopologyVersion topVer)Checks whether near cache should be updated.@Nullable CacheInvalidStateExceptionGridDhtTopologyFuture. validateCache(GridCacheContext cctx, boolean recovery, boolean read, @Nullable Object key, @Nullable Collection<?> keys)Returns error is cache topology is not valid.@Nullable CacheInvalidStateExceptionGridDhtTopologyFutureAdapter. validateCache(GridCacheContext cctx, boolean recovery, boolean read, @Nullable Object key, @Nullable Collection<?> keys)Returns error is cache topology is not valid.Constructors in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheContext Constructor Description CacheDistributedGetFutureAdapter(GridCacheContext<K,V> cctx, Collection<KeyCacheObject> keys, boolean readThrough, boolean forcePrimary, String taskName, boolean deserializeBinary, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean skipVals, boolean needVer, boolean keepCacheObjects, boolean recovery)GridDhtCache(GridCacheContext<K,V> ctx)GridDhtCache(GridCacheContext<K,V> ctx, GridCacheConcurrentMap map)GridDhtCacheAdapter(GridCacheContext<K,V> ctx)GridDhtCacheAdapter(GridCacheContext<K,V> ctx, GridCacheConcurrentMap map)Constructor used for near-only cache.GridDhtCacheEntry(GridCacheContext ctx, AffinityTopologyVersion topVer, KeyCacheObject key)GridDhtGetFuture(GridCacheContext<K,V> cctx, long msgId, UUID reader, Map<KeyCacheObject,Boolean> keys, boolean readThrough, @NotNull AffinityTopologyVersion topVer, int taskNameHash, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean skipVals, boolean recovery, boolean addReaders, @Nullable String txLbl)GridDhtGetSingleFuture(GridCacheContext<K,V> cctx, long msgId, UUID reader, KeyCacheObject key, boolean addRdr, boolean readThrough, @NotNull AffinityTopologyVersion topVer, int taskNameHash, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean skipVals, boolean recovery, @Nullable String txLbl)GridDhtLockFuture(GridCacheContext<?,?> cctx, UUID nearNodeId, GridCacheVersion nearLockVer, @NotNull AffinityTopologyVersion topVer, int cnt, boolean read, boolean needReturnVal, long timeout, GridDhtTxLocalAdapter tx, long threadId, long createTtl, long accessTtl, boolean skipStore, boolean keepBinary)GridDhtTransactionalCacheAdapter(GridCacheContext<K,V> ctx)GridDhtTransactionalCacheAdapter(GridCacheContext<K,V> ctx, GridCacheConcurrentMap map)Constructor used for near-only cache.GridPartitionedGetFuture(GridCacheContext<K,V> cctx, Collection<KeyCacheObject> keys, boolean readThrough, boolean forcePrimary, String taskName, boolean deserializeBinary, boolean recovery, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean skipVals, boolean needVer, boolean keepCacheObjects, @Nullable String txLbl, ClusterNode affNode)GridPartitionedSingleGetFuture(GridCacheContext cctx, KeyCacheObject key, AffinityTopologyVersion topVer, boolean readThrough, boolean forcePrimary, String taskName, boolean deserializeBinary, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean skipVals, boolean needVer, boolean keepCacheObjects, boolean recovery, String txLbl) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Fields in org.apache.ignite.internal.processors.cache.distributed.dht.atomic declared as GridCacheContext Modifier and Type Field Description protected GridCacheContextGridDhtAtomicAbstractUpdateFuture. cctxCache context.protected GridCacheContextGridNearAtomicAbstractUpdateFuture. cctxCache context.Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type GridCacheContext Constructor Description GridDhtAtomicAbstractUpdateFuture(GridCacheContext cctx, GridCacheVersion writeVer, GridNearAtomicAbstractUpdateRequest updateReq)GridDhtAtomicCache(GridCacheContext<K,V> ctx)GridDhtAtomicCache(GridCacheContext<K,V> ctx, GridCacheConcurrentMap map)GridNearAtomicAbstractUpdateFuture(GridCacheContext cctx, GridDhtAtomicCache cache, CacheWriteSynchronizationMode syncMode, GridCacheOperation op, @Nullable Object[] invokeArgs, boolean retval, @Nullable javax.cache.expiry.ExpiryPolicy expiryPlc, CacheEntryPredicate[] filter, int taskNameHash, boolean skipStore, boolean keepBinary, boolean recovery, int remapCnt)Constructor.GridNearAtomicSingleUpdateFuture(GridCacheContext cctx, GridDhtAtomicCache cache, CacheWriteSynchronizationMode syncMode, GridCacheOperation op, Object key, @Nullable Object val, @Nullable Object[] invokeArgs, boolean retval, @Nullable javax.cache.expiry.ExpiryPolicy expiryPlc, CacheEntryPredicate[] filter, int taskNameHash, boolean skipStore, boolean keepBinary, boolean recovery, int remapCnt)GridNearAtomicUpdateFuture(GridCacheContext cctx, GridDhtAtomicCache cache, CacheWriteSynchronizationMode syncMode, GridCacheOperation op, Collection<?> keys, @Nullable Collection<?> vals, @Nullable Object[] invokeArgs, @Nullable Collection<GridCacheDrInfo> conflictPutVals, @Nullable Collection<GridCacheVersion> conflictRmvVals, boolean retval, @Nullable javax.cache.expiry.ExpiryPolicy expiryPlc, CacheEntryPredicate[] filter, int taskNameHash, boolean skipStore, boolean keepBinary, boolean recovery, int remapCnt) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.colocated with parameters of type GridCacheContext Constructor Description GridDhtColocatedCache(GridCacheContext<K,V> ctx)GridDhtColocatedCache(GridCacheContext<K,V> ctx, GridCacheConcurrentMap map)Creates colocated cache with specified map.GridDhtColocatedLockFuture(GridCacheContext<?,?> cctx, Collection<KeyCacheObject> keys, @Nullable GridNearTxLocal tx, boolean read, boolean retval, long timeout, long createTtl, long accessTtl, boolean skipStore, boolean keepBinary, boolean recovery)GridDhtDetachedCacheEntry(GridCacheContext ctx, KeyCacheObject key) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridCacheContext Modifier and Type Method Description GridDhtFuture<Object>GridDhtPreloader. request(GridCacheContext cctx, Collection<KeyCacheObject> keys, AffinityTopologyVersion topVer)GridDhtFuture<Object>GridDhtPreloader. request(GridCacheContext cctx, GridNearAtomicAbstractUpdateRequest req, AffinityTopologyVersion topVer)Requests that preloader sends the request for the key.Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridCacheContext Constructor Description GridDhtForceKeysFuture(GridCacheContext<K,V> cctx, AffinityTopologyVersion topVer, Collection<KeyCacheObject> keys) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridCacheContext Modifier and Type Method Description protected GridCacheConcurrentMap.CacheMapHolderGridDhtLocalPartition. entriesMap(GridCacheContext cctx)Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridCacheContext Constructor Description GridDhtPartitionsReservation(AffinityTopologyVersion topVer, GridCacheContext<?,?> cctx, Object appKey) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridCacheContext Modifier and Type Method Description protected IgniteCacheExpiryPolicyGridNearTxLocal. accessPolicy(GridCacheContext cacheCtx, Collection<KeyCacheObject> keys)protected IgniteCacheExpiryPolicyGridNearTxLocal. accessPolicy(GridCacheContext ctx, IgniteTxKey key, @Nullable javax.cache.expiry.ExpiryPolicy expiryPlc)voidGridNearTxRemote. addActiveCache(GridCacheContext<?,?> cacheCtx, boolean recovery)Adds cache to the list of active caches in transaction.booleanGridNearTxRemote. addEntry(GridCacheContext<?,?> cacheCtx, IgniteTxKey key, GridCacheOperation op, CacheObject val, @Nullable GridCacheVersion drVer, boolean skipStore, boolean keepBinary)protected GridCacheEntryExGridNearTxLocal. entryEx(GridCacheContext cacheCtx, IgniteTxKey key, AffinityTopologyVersion topVer)Gets cache entry for given key and topology version.voidCacheVersionedValue. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)This method is called after the whole message is received and is responsible for unmarshalling state.<K,V>
IgniteInternalFuture<Map<K,V>>GridNearTxLocal. getAllAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, Collection<KeyCacheObject> keys, boolean deserializeBinary, boolean skipVals, boolean keepCacheObjects, boolean skipStore, boolean recovery, ReadRepairStrategy readRepairStrategy, boolean needVer)<K,V,T>
IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. invokeAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, @Nullable Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,Object>> map, Object... invokeArgs)<K,V>
IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. invokeAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, K key, javax.cache.processor.EntryProcessor<K,V,Object> entryProc, Object... invokeArgs)<K> IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. lockAllAsync(GridCacheContext cacheCtx, Collection<? extends K> keys, boolean retval, boolean read, long createTtl, long accessTtl, boolean skipStore, boolean keepBinary)<K,V>
IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. putAllAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, Map<? extends K,? extends V> map, boolean retval)IgniteInternalFuture<?>GridNearTxLocal. putAllDrAsync(GridCacheContext cacheCtx, Map<KeyCacheObject,GridCacheDrInfo> drMap)<K,V>
IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. putAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, K key, V val, boolean retval, CacheEntryPredicate filter)<K,V>
IgniteInternalFuture<GridCacheReturn>GridNearTxLocal. removeAllAsync(GridCacheContext cacheCtx, @Nullable AffinityTopologyVersion entryTopVer, Collection<? extends K> keys, boolean retval, CacheEntryPredicate filter, boolean singleRmv)IgniteInternalFuture<?>GridNearTxLocal. removeAllDrAsync(GridCacheContext cacheCtx, Map<KeyCacheObject,GridCacheVersion> drMap)Constructors in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridCacheContext Constructor Description GridNearAtomicCache(GridCacheContext<K,V> ctx)GridNearCacheAdapter(GridCacheContext<K,V> ctx)GridNearCacheEntry(GridCacheContext ctx, KeyCacheObject key)GridNearGetFuture(GridCacheContext<K,V> cctx, Collection<KeyCacheObject> keys, boolean readThrough, boolean forcePrimary, @Nullable IgniteTxLocalEx tx, String taskName, boolean deserializeBinary, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean skipVals, boolean needVer, boolean keepCacheObjects, boolean recovery)GridNearLockFuture(GridCacheContext<?,?> cctx, Collection<KeyCacheObject> keys, @Nullable GridNearTxLocal tx, boolean read, boolean retval, long timeout, long createTtl, long accessTtl, boolean skipStore, boolean keepBinary, boolean recovery)GridNearTransactionalCache(GridCacheContext<K,V> ctx) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.distributed.near.consistency
Fields in org.apache.ignite.internal.processors.cache.distributed.near.consistency declared as GridCacheContext Modifier and Type Field Description protected GridCacheContext<?,?>GridNearReadRepairAbstractFuture. ctxContext.Constructors in org.apache.ignite.internal.processors.cache.distributed.near.consistency with parameters of type GridCacheContext Constructor Description GridNearReadRepairAbstractFuture(AffinityTopologyVersion topVer, GridCacheContext<?,?> ctx, Collection<KeyCacheObject> keys, ReadRepairStrategy strategy, boolean readThrough, String taskName, boolean deserializeBinary, boolean recovery, IgniteCacheExpiryPolicy expiryPlc, IgniteInternalTx tx, GridNearReadRepairAbstractFuture remappedFut)Creates a new instance of GridNearReadRepairAbstractFuture.GridNearReadRepairCheckOnlyFuture(AffinityTopologyVersion topVer, GridCacheContext<?,?> ctx, Collection<KeyCacheObject> keys, ReadRepairStrategy strategy, boolean readThrough, String taskName, boolean deserializeBinary, boolean recovery, IgniteCacheExpiryPolicy expiryPlc, boolean skipVals, boolean needVer, boolean keepCacheObjects, IgniteInternalTx tx)Creates a new instance of GridNearReadRepairCheckOnlyFuture.GridNearReadRepairFuture(AffinityTopologyVersion topVer, GridCacheContext ctx, Collection<KeyCacheObject> keys, ReadRepairStrategy strategy, boolean readThrough, String taskName, boolean deserializeBinary, boolean recovery, IgniteCacheExpiryPolicy expiryPlc, IgniteInternalTx tx)Creates a new instance of GridNearReadRepairFuture. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.dr
Methods in org.apache.ignite.internal.processors.cache.dr with parameters of type GridCacheContext Modifier and Type Method Description voidGridOsCacheDrManager. start(GridCacheContext cctx)Starts manager. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return types with arguments of type GridCacheContext Modifier and Type Method Description Collection<GridCacheContext>GridCacheDatabaseSharedManager. forceRebuildIndexes(Collection<GridCacheContext> contexts)Initiate an asynchronous forced index rebuild for caches.Collection<GridCacheContext>IgniteCacheDatabaseSharedManager. forceRebuildIndexes(Collection<GridCacheContext> contexts)Initiate an asynchronous forced index rebuild for caches.Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type GridCacheContext Modifier and Type Method Description booleanGridCacheDatabaseSharedManager. applyDataEntry(GridCacheContext<?,?> cacheCtx, GridDhtLocalPartition locPart, DataEntry dataEntry)Applies data entry.CacheDataRowGridCacheOffheapManager.GridCacheDataStore. createRow(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)booleanGridCacheOffheapManager. expire(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, int amount)CacheDataRowGridCacheOffheapManager.GridCacheDataStore. find(GridCacheContext cctx, KeyCacheObject key)protected voidGridCacheOffheapManager. initPendingTree(GridCacheContext cctx)voidGridCacheOffheapManager.GridCacheDataStore. invoke(GridCacheContext cctx, KeyCacheObject key, IgniteCacheOffheapManager.OffheapInvokeClosure c)intGridCacheOffheapManager.GridCacheDataStore. purgeExpired(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, long throttlingTimeout, int amount)Try to remove expired entries from data store.voidGridCacheOffheapManager.GridCacheDataStore. remove(GridCacheContext cctx, KeyCacheObject key, int partId)voidGridCacheOffheapManager.GridCacheDataStore. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)Method parameters in org.apache.ignite.internal.processors.cache.persistence with type arguments of type GridCacheContext Modifier and Type Method Description Collection<GridCacheContext>GridCacheDatabaseSharedManager. forceRebuildIndexes(Collection<GridCacheContext> contexts)Initiate an asynchronous forced index rebuild for caches.Collection<GridCacheContext>IgniteCacheDatabaseSharedManager. forceRebuildIndexes(Collection<GridCacheContext> contexts)Initiate an asynchronous forced index rebuild for caches. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump with parameters of type GridCacheContext Modifier and Type Method Description voidCreateDumpFutureTask. beforeChange(GridCacheContext cctx, KeyCacheObject key, CacheObject val, long expireTime, GridCacheVersion ver)voidDumpEntryChangeListener. beforeChange(GridCacheContext cctx, KeyCacheObject key, @Nullable CacheObject val, long expireTime, GridCacheVersion ver) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.query
Fields in org.apache.ignite.internal.processors.cache.query declared as GridCacheContext Modifier and Type Field Description protected GridCacheContext<K,V>AbstractScanQueryIterator. cctxprotected GridCacheContext<K,V>GridCacheQueryFutureAdapter. cctxCache context.Methods in org.apache.ignite.internal.processors.cache.query that return GridCacheContext Modifier and Type Method Description GridCacheContext<K,V>AbstractScanQueryIterator. cacheContext()GridCacheContext<K,V>GridCacheQueryFutureAdapter. cacheContext()Methods in org.apache.ignite.internal.processors.cache.query with parameters of type GridCacheContext Modifier and Type Method Description static GridCacheQueryRequestGridCacheQueryRequest. cancelRequest(GridCacheContext<?,?> cctx, long reqId, boolean fieldsQry)Send cancel query request, so no new pages will be sent.static GridCacheQueryRequestGridCacheQueryRequest. pageRequest(GridCacheContext<?,?> cctx, long reqId, CacheQuery<?> qry, boolean fields)Send request for fetching query result pages to specified nodes.static GridCacheQueryRequestGridCacheQueryRequest. startQueryRequest(GridCacheContext<?,?> cctx, long reqId, GridCacheDistributedQueryFuture<?,?,?> fut)Send initial query request to specified nodes.Constructors in org.apache.ignite.internal.processors.cache.query with parameters of type GridCacheContext Constructor Description AbstractScanQueryIterator(GridCacheContext<K,V> cctx, CacheQuery<R> qry, IgniteClosure<javax.cache.Cache.Entry<K,V>,R> transform, boolean locNode)CacheQuery(GridCacheContext<?,?> cctx, GridCacheQueryType type, @Nullable String clsName, @Nullable String clause, @Nullable IgniteBiPredicate<Object,Object> filter, @Nullable Integer part, boolean incMeta, boolean keepBinary, Boolean dataPageScanEnabled, IndexQueryDesc idxQryDesc, @Nullable Collection<KeyCacheObject> skipKeys)Cache query adapter for SET, SPI, TEXT queries.CacheQuery(GridCacheContext<?,?> cctx, GridCacheQueryType type, @Nullable IgniteBiPredicate<Object,Object> filter, @Nullable IgniteClosure<Map.Entry,Object> transform, @Nullable Integer part, boolean keepBinary, boolean forceLocal, Boolean dataPageScanEnabled, @Nullable Set<KeyCacheObject> skipKeys)Cache query adapter for SCAN query.CacheQuery(GridCacheContext<?,?> cctx, GridCacheQueryType type, IgniteLogger log, int pageSize, long timeout, boolean incBackups, boolean dedup, ClusterGroup prj, IgniteBiPredicate<Object,Object> filter, @Nullable Integer part, @Nullable String clsName, String clause, IndexQueryDesc idxQryDesc, int limit, boolean incMeta, boolean keepBinary, int taskHash, Boolean dataPageScanEnabled, @Nullable Collection<KeyCacheObject> skipKeys)Cache query adapter for local query processing.CacheQuery(GridCacheContext<?,?> cctx, GridCacheQueryType type, IndexQueryDesc idxQryDesc, @Nullable Integer part, @Nullable String clsName, @Nullable IgniteBiPredicate<Object,Object> filter)Cache query adapter for INDEX query.GridCacheDistributedFieldsQueryFuture(GridCacheContext<?,?> ctx, long reqId, GridCacheQueryBean qry, Collection<ClusterNode> nodes)GridCacheDistributedQueryFuture(GridCacheContext<K,V> ctx, long reqId, GridCacheQueryBean qry, Collection<ClusterNode> nodes)GridCacheLocalFieldsQueryFuture(GridCacheContext<?,?> ctx, GridCacheQueryBean qry)GridCacheLocalQueryFuture(GridCacheContext<K,V> ctx, GridCacheQueryBean qry)GridCacheQueryFutureAdapter(GridCacheContext<K,V> cctx, GridCacheQueryBean qry, boolean loc) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.query.continuous
Methods in org.apache.ignite.internal.processors.cache.query.continuous with parameters of type GridCacheContext Modifier and Type Method Description voidCacheContinuousQueryManager. closeBackupUpdateCountersGaps(GridCacheContext cctx, int part, AffinityTopologyVersion topVer, GridLongList gaps)For cache updates in shared cache group need notify others caches CQ listeners that generated counter should be skipped.@Nullable CounterSkipContextCacheContinuousQueryListener. skipUpdateCounter(GridCacheContext cctx, @Nullable CounterSkipContext skipCtx, int part, long cntr, AffinityTopologyVersion topVer, boolean primary)For cache updates in shared cache group need notify others caches CQ listeners that generated counter should be skipped. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.query.reducer
Constructors in org.apache.ignite.internal.processors.cache.query.reducer with parameters of type GridCacheContext Constructor Description IndexQueryReducer(String valType, Map<UUID,NodePageStream<R>> pageStreams, GridCacheContext<?,?> cctx, CompletableFuture<IndexQueryResultMeta> meta) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return GridCacheContext Modifier and Type Method Description GridCacheContext<?,?>IgniteTxEntry. context()Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridCacheContext Modifier and Type Method Description protected IgniteCacheExpiryPolicyIgniteTxLocalAdapter. accessPolicy(GridCacheContext cacheCtx, Collection<KeyCacheObject> keys)protected IgniteCacheExpiryPolicyIgniteTxLocalAdapter. accessPolicy(GridCacheContext ctx, IgniteTxKey key, @Nullable javax.cache.expiry.ExpiryPolicy expiryPlc)abstract voidIgniteTxAdapter. addActiveCache(GridCacheContext<?,?> cacheCtx, boolean recovery)Adds cache to the list of active caches in transaction.voidIgniteTxImplicitSingleStateImpl. addActiveCache(GridCacheContext ctx, boolean recovery, IgniteTxAdapter tx)voidIgniteTxLocalAdapter. addActiveCache(GridCacheContext<?,?> cacheCtx, boolean recovery)Adds cache to the list of active caches in transaction.voidIgniteTxRemoteStateAdapter. addActiveCache(GridCacheContext cctx, boolean recovery, IgniteTxAdapter tx)voidIgniteTxState. addActiveCache(GridCacheContext cacheCtx, boolean recovery, IgniteTxAdapter tx)voidIgniteTxStateImpl. addActiveCache(GridCacheContext cacheCtx, boolean recovery, IgniteTxAdapter tx)IgniteTxEntryIgniteTxEntry. cleanCopy(GridCacheContext<?,?> ctx)voidIgniteTxEntry. context(GridCacheContext<?,?> ctx)protected GridCacheEntryExIgniteTxLocalAdapter. entryEx(GridCacheContext cacheCtx, IgniteTxKey key, AffinityTopologyVersion topVer)Gets cache entry for given key and topology version.voidIgniteTxKey. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidTxEntryValueHolder. marshal(GridCacheContext<?,?> ctx)GridNearTxLocalIgniteTxManager. newTx(boolean implicit, boolean implicitSingle, @Nullable GridCacheContext sysCacheCtx, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, boolean storeEnabled, int txSize, @Nullable String lb)<T extends IgniteInternalTx>
TIgniteTxManager. onCreated(@Nullable GridCacheContext cacheCtx, T tx)protected voidIgniteTxLocalStateAdapter. onTxEnd(GridCacheContext cacheCtx, IgniteInternalTx tx, boolean commit)@Nullable GridTuple<CacheObject>IgniteInternalTx. peek(GridCacheContext ctx, boolean failFast, KeyCacheObject key)@Nullable GridTuple<CacheObject>IgniteTxLocalAdapter. peek(GridCacheContext cacheCtx, boolean failFast, KeyCacheObject key)protected voidIgniteTxLocalAdapter. postLockWrite(GridCacheContext cacheCtx, Iterable<KeyCacheObject> keys, GridCacheReturn ret, boolean rmv, boolean retval, boolean read, long accessTtl, CacheEntryPredicate[] filter, boolean computeInvoke)Post lock processing for put or remove.voidIgniteTxKey. prepareMarshal(GridCacheContext ctx)GridNearTxLocalIgniteTxManager. threadLocalTx(GridCacheContext cctx)GridNearTxLocalIgniteTransactionsImpl. txStartEx(GridCacheContext ctx, TransactionConcurrency concurrency, TransactionIsolation isolation)GridNearTxLocalIgniteTransactionsImpl. txStartEx(GridCacheContext ctx, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, int txSize)protected booleanIgniteTxAdapter. updateNearCache(GridCacheContext<?,?> cacheCtx, KeyCacheObject key, AffinityTopologyVersion topVer)Checks whether near cache should be updated.Constructors in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridCacheContext Constructor Description IgniteTxEntry(GridCacheContext<?,?> ctx, IgniteInternalTx tx, GridCacheOperation op, CacheObject val, long ttl, long conflictExpireTime, GridCacheEntryEx entry, @Nullable GridCacheVersion conflictVer, boolean skipStore, boolean keepBinary)This constructor is meant for remote transactions.IgniteTxEntry(GridCacheContext<?,?> ctx, IgniteInternalTx tx, GridCacheOperation op, CacheObject val, javax.cache.processor.EntryProcessor<Object,Object,Object> entryProcessor, Object[] invokeArgs, long ttl, GridCacheEntryEx entry, CacheEntryPredicate[] filters, GridCacheVersion conflictVer, boolean skipStore, boolean keepBinary, boolean addReader)This constructor is meant for local transactions. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cache.version
Fields in org.apache.ignite.internal.processors.cache.version declared as GridCacheContext Modifier and Type Field Description protected GridCacheContextGridCacheLazyPlainVersionedEntry. cctxCache context.Constructors in org.apache.ignite.internal.processors.cache.version with parameters of type GridCacheContext Constructor Description GridCacheLazyPlainVersionedEntry(GridCacheContext cctx, KeyCacheObject keyObj, CacheObject valObj, long ttl, long expireTime, GridCacheVersion ver, boolean keepBinary)GridCacheLazyPlainVersionedEntry(GridCacheContext cctx, KeyCacheObject keyObj, CacheObject valObj, long ttl, long expireTime, GridCacheVersion ver, boolean isStartVer, boolean keepBinary) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.cacheobject
Methods in org.apache.ignite.internal.processors.cacheobject with parameters of type GridCacheContext Modifier and Type Method Description @Nullable CacheObjectIgniteCacheObjectProcessor. prepareForCache(@Nullable CacheObject obj, GridCacheContext cctx)Prepares cache object for cache (e.g. copies user-provided object if needed).KeyCacheObjectIgniteCacheObjectProcessor. toCacheKeyObject(CacheObjectContext ctx, @Nullable GridCacheContext cctx, Object obj, boolean userObj)@Nullable ObjectIgniteCacheObjectProcessor. unwrapTemporary(GridCacheContext ctx, @Nullable Object obj)Converts temporary off-heap object to heap-based. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.continuous
Methods in org.apache.ignite.internal.processors.continuous with parameters of type GridCacheContext Modifier and Type Method Description voidGridContinuousProcessor. onCacheStart(GridCacheContext ctx)Callback invoked when cache is started.voidGridContinuousProcessor. onCacheStop(GridCacheContext ctx) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.datastreamer
Methods in org.apache.ignite.internal.processors.datastreamer with parameters of type GridCacheContext Modifier and Type Method Description <K,V>
Map.Entry<K,V>DataStreamerEntry. toEntry(GridCacheContext ctx, boolean keepBinary) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.datastructures
Fields in org.apache.ignite.internal.processors.datastructures declared as GridCacheContext Modifier and Type Field Description protected GridCacheContext<?,?>GridCacheQueueAdapter. cctxCache context.protected GridCacheContext<GridCacheInternalKey,V>AtomicDataStructureProxy. ctxCache context.Methods in org.apache.ignite.internal.processors.datastructures that return GridCacheContext Modifier and Type Method Description GridCacheContextGridCacheSetImpl. context()Methods in org.apache.ignite.internal.processors.datastructures with parameters of type GridCacheContext Modifier and Type Method Description voidGridSetQueryPredicate. init(GridCacheContext ctx)voidDataStructuresProcessor. removeQueue(String name, GridCacheContext cctx)voidDataStructuresProcessor. removeSet(String name, GridCacheContext cctx)Constructors in org.apache.ignite.internal.processors.datastructures with parameters of type GridCacheContext Constructor Description GridAtomicCacheQueueImpl(String queueName, GridCacheQueueHeader hdr, GridCacheContext<?,?> cctx)GridCacheQueueAdapter(String queueName, GridCacheQueueHeader hdr, GridCacheContext<?,?> cctx)GridCacheQueueProxy(GridCacheContext cctx, GridCacheQueueAdapter<T> delegate)GridCacheSetImpl(GridCacheContext ctx, String name, GridCacheSetHeader hdr, boolean keepBinary)GridCacheSetProxy(GridCacheContext cctx, GridCacheSetImpl<T> delegate)GridTransactionalCacheQueueImpl(String queueName, GridCacheQueueHeader hdr, GridCacheContext<?,?> cctx) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.platform.cache
Methods in org.apache.ignite.internal.processors.platform.cache with parameters of type GridCacheContext Modifier and Type Method Description voidPlatformCacheEntryFilter. cacheContext(GridCacheContext cctx)Sets the cache context.voidPlatformCacheEntryFilterImpl. cacheContext(GridCacheContext cctx)Sets the cache context.voidPlatformCacheManager. start(GridCacheContext cctx)Starts manager. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return GridCacheContext Modifier and Type Method Description @Nullable GridCacheContext<?,?>GridQueryRowDescriptor. context()Gets cache context for this row descriptor.@Nullable GridCacheContext<?,?>GridQueryRowDescriptorImpl. context()Gets cache context for this row descriptor.Methods in org.apache.ignite.internal.processors.query with parameters of type GridCacheContext Modifier and Type Method Description booleanGridQueryProcessor. belongsToTable(GridCacheContext cctx, String expCacheName, String expTblName, KeyCacheObject key, CacheObject val)Check whether provided key and value belongs to expected cache and table.<R> RGridQueryProcessor. executeQuery(GridCacheQueryType qryType, String qry, @Nullable GridCacheContext<?,?> cctx, IgniteOutClosureX<R> clo, boolean complete)voidGridQueryProcessor. markAsRebuildNeeded(GridCacheContext cctx, boolean val)Mark that for given cache index should/would be rebuilt.voidGridQueryProcessor. markIndexRecreate(GridCacheContext cacheCtx)Mark that index.bin recreating in progress.voidGridQueryProcessor. onFinishRebuildIndexes(GridCacheContext cacheCtx)Callback on finish of rebuild cache indexes.voidGridQueryProcessor. onStartRebuildIndexes(GridCacheContext cacheCtx, boolean recreate)Callback on start of rebuild cache indexes.<K,V>
QueryCursor<javax.cache.Cache.Entry<K,V>>GridQueryProcessor. querySql(GridCacheContext<?,?> cctx, SqlQuery qry, boolean keepBinary)Execute distributed SQL query.List<FieldsQueryCursor<List<?>>>GridQueryProcessor. querySqlFields(@Nullable GridCacheContext<?,?> cctx, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts)Query SQL fields.List<FieldsQueryCursor<List<?>>>GridQueryProcessor. querySqlFields(@Nullable GridCacheContext<?,?> cctx, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts, @Nullable GridQueryCancel cancel)Query SQL fields.List<FieldsQueryCursor<List<?>>>GridQueryProcessor. querySqlFields(@Nullable GridCacheContext<?,?> cctx, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts, GridCacheQueryType qryType, @Nullable GridQueryCancel cancel)Query SQL fields.booleanGridQueryProcessor. rebuildIndexesCompleted(GridCacheContext cacheCtx)Check if rebuilding of indexes for the cache has been completed.IgniteInternalFuture<?>GridQueryProcessor. rebuildIndexesFromHash(GridCacheContext cctx, boolean force)Rebuilds indexes for provided caches from corresponding hash indexes.voidGridQueryIndexing. remove(GridCacheContext cctx, GridQueryTypeDescriptor type, CacheDataRow row)Removes index entry by key.voidGridQueryProcessor. remove(GridCacheContext cctx, CacheDataRow row)StringGridQueryProcessor. schemaName(GridCacheContext<?,?> cctx)voidGridQueryIndexing. store(GridCacheContext cctx, GridQueryTypeDescriptor type, CacheDataRow row, CacheDataRow prevRow, boolean prevRowAvailable)Updates index.voidGridQueryProcessor. store(GridCacheContext cctx, CacheDataRow newRow, @Nullable CacheDataRow prevRow, boolean prevRowAvailable) -
Uses of GridCacheContext in org.apache.ignite.internal.processors.query.aware
Methods in org.apache.ignite.internal.processors.query.aware with parameters of type GridCacheContext Modifier and Type Method Description voidIndexBuildStatusStorage. markIndexRecreate(GridCacheContext<?,?> cacheCtx)Mark that index.bin recreate in progress.voidIndexBuildStatusStorage. onStartBuildNewIndex(GridCacheContext cacheCtx)Callback on the start of building a new cache index.voidIndexBuildStatusStorage. onStartRebuildIndexes(GridCacheContext cacheCtx, boolean recreate)Callback on the start of rebuilding cache indexes. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.query.schema
Constructors in org.apache.ignite.internal.processors.query.schema with parameters of type GridCacheContext Constructor Description SchemaIndexCachePartitionWorker(GridCacheContext cctx, GridDhtLocalPartition locPart, AtomicBoolean stop, IndexRebuildCancelToken cancelTok, SchemaIndexCacheVisitorClosure clo, GridFutureAdapter<SchemaIndexCacheStat> fut, AtomicInteger partsCnt)Constructor.SchemaIndexCacheVisitorImpl(GridCacheContext<?,?> cctx, IndexRebuildCancelToken cancelTok, GridFutureAdapter<Void> buildIdxFut)Constructor. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type GridCacheContext Modifier and Type Method Description booleanSchemaManager. clearCacheContext(GridCacheContext<?,?> cctx)Clear cache context on call cache.close() on non-affinity node.booleanSchemaManager. initCacheContext(GridCacheContext<?,?> cctx)Initialize table's cache context created for not started cache. -
Uses of GridCacheContext in org.apache.ignite.internal.processors.security
Methods in org.apache.ignite.internal.processors.security with parameters of type GridCacheContext Modifier and Type Method Description static UUIDSecurityUtils. securitySubjectId(GridCacheContext<?,?> cctx) -
Uses of GridCacheContext in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util with parameters of type GridCacheContext Modifier and Type Method Description static BaselineTopologyIgniteUtils. getBaselineTopology(@NotNull GridCacheContext cctx)
-